Uses of Class
org.apache.ecs.Doctype

Packages that use Doctype
org.apache.ecs   
 

Uses of Doctype in org.apache.ecs
 

Subclasses of Doctype in org.apache.ecs
static class Doctype.Html401Frameset
          The HTML 4.01 Frameset DTD includes everything in the transitional DTD plus frames as well.
static class Doctype.Html401Strict
          The HTML 4.01 Strict DTD includes all elements and attributes that have not been deprecated or do not appear in frameset documents.
static class Doctype.Html401Transitional
          The HTML 4.01 Transitional DTD includes everything in the strict DTD plus deprecated elements and attributes (most of which concern visual presentation).
static class Doctype.Html40Frameset
          The HTML 4.0 Frameset DTD includes everything in the transitional DTD plus frames as well.
static class Doctype.Html40Strict
          The HTML 4.0 Strict DTD includes all elements and attributes that have not been deprecated or do not appear in frameset documents.
static class Doctype.Html40Transitional
          The HTML 4.0 Transitional DTD includes everything in the strict DTD plus deprecated elements and attributes (most of which concern visual presentation).
static class Doctype.XHtml10Frameset
          The XHTML 1.0 Frameset DTD This is the same as HTML 4.0 Frameset except for changes due to the differences between XML and SGML.
static class Doctype.XHtml10Strict
          The XHTML 1.0 Strict DTD This is the same as HTML 4.0 Strict except for changes due to the differences between XML and SGML.
static class Doctype.XHtml10Transitional
          The XHTML 1.0 Transitional DTD This is the same as HTML 4.0 Transitional except for changes due to the differences between XML and SGML.
 

Fields in org.apache.ecs declared as Doctype
private  Doctype XhtmlDocument.doctype
           
private  Doctype FrameSetDocument.doctype
           
private  Doctype Document.doctype
           
private  Doctype XhtmlFrameSetDocument.doctype
           
 

Methods in org.apache.ecs that return Doctype
 Doctype XhtmlDocument.getDoctype()
          Get the doctype element for this XhtmlDocument container.
 Doctype Doctype.setName(java.lang.String name)
          Updates the name of the root element.
 Doctype Doctype.setVisibility(java.lang.String visibility)
          Updates the name of the root element.
 Doctype Doctype.setIdentifier(java.lang.String identifier)
          Updates the name of the public identifier.
 Doctype Doctype.setUri(java.lang.String uri)
          Updates the URI of the dtd.
 Doctype Doctype.addElement(java.lang.String hashcode, Element element)
          Adds and Element to the element.
 Doctype Doctype.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 Doctype Doctype.addElement(Element element)
          Adds an Element to the element.
 Doctype Doctype.addElement(java.lang.String element)
          Adds an Element to the element.
 Doctype Doctype.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 Doctype FrameSetDocument.getDoctype()
          Get the doctype element for this document container.
 Doctype Document.getDoctype()
          Get the doctype element for this document container.
 Doctype XhtmlFrameSetDocument.getDoctype()
          Get the doctype element for this XhtmlFrameSetDocument container.
 

Methods in org.apache.ecs with parameters of type Doctype
 XhtmlDocument XhtmlDocument.setDoctype(Doctype set_doctype)
          Set the doctype element for this XhtmlDocument container.
 FrameSetDocument FrameSetDocument.setDoctype(Doctype set_doctype)
          Set the doctype element for this document container.
 Document Document.setDoctype(Doctype set_doctype)
          Set the doctype element for this document container.
 XhtmlFrameSetDocument XhtmlFrameSetDocument.setDoctype(Doctype set_doctype)
          Set the doctype element for this XhtmlFrameSetDocument container.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.