|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 declaration |
Methods in org.jdom that return DocType | |
DocType |
Document.getDocType()
This will return the
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
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
as the root element and the supplied
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |