Uses of Class
org.jdom.DocType

Packages that use DocType
org.jdom   
org.jdom.output   
 

Uses of DocType in org.jdom
 

Fields in org.jdom declared as DocType
protected  DocType Document.docType
          The DocType declaration
 

Methods in org.jdom that return DocType
 DocType Document.getDocType()
           This will return the DocType declaration for this Document, or null if none exists.
 DocType DocType.setPublicID(java.lang.String publicID)
           This will set the public ID of an externally referenced DTD.
 DocType DocType.setSystemID(java.lang.String systemID)
           This will set the system ID of an externally referenced DTD.
 

Methods in org.jdom with parameters of type DocType
 Document Document.setDocType(DocType docType)
           This will set the DocType declaration for this Document.
 

Constructors in org.jdom with parameters of type DocType
Document.Document(Element rootElement, DocType docType)
           This will create a new Document, with the supplied Element as the root element and the supplied DocType declaration.
 

Uses of DocType in org.jdom.output
 

Methods in org.jdom.output with parameters of type DocType
protected  void XMLOutputter.printDocType(DocType docType, java.io.PrintWriter out)
           This will print the DOCTYPE declaration if one exists.
 



Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.