| JDOM 1.0 | |
| Frames | No Frames |
Constructors with parameter type org.jdom.DocType | |
Methods with parameter type org.jdom.DocType | |
| Document | |
| Document | |
| Document | |
| Document | |
| Document | |
| Document | |
| Document | This will set the
declaration for this Document. |
Methods with return type org.jdom.DocType | |
| DocType | DefaultJDOMFactory.docType(String elementName) |
| DocType | JDOMFactory.docType(String elementName) This will create the DocType with
the specified element name
|
| DocType | UncheckedJDOMFactory.docType(String elementName) This will create the DocType with
the specified element name
|
| DocType | DefaultJDOMFactory.docType(String elementName, String systemID) |
| DocType | JDOMFactory.docType(String elementName, String systemID) This will create the DocType with
the specified element name and reference to an
external DTD. |
| DocType | UncheckedJDOMFactory.docType(String elementName, String systemID) This will create the DocType with
the specified element name and reference to an
external DTD. |
| DocType | DefaultJDOMFactory.docType(String elementName, String publicID, String systemID) |
| DocType | JDOMFactory.docType(String elementName, String publicID, String systemID) This will create the DocType with
the specified element name and a reference to an
external DTD. |
| DocType | UncheckedJDOMFactory.docType(String elementName, String publicID, String systemID) This will create the DocType with
the specified element name and a reference to an
external DTD. |
| DocType | |
| DocType | DocType.setElementName(String elementName) This will set the root element name declared by this
DOCTYPE declaration. |
| DocType | DocType.setPublicID(String publicID) This will set the public ID of an externally
referenced DTD. |
| DocType | DocType.setSystemID(String systemID) This will set the system ID of an externally
referenced DTD. |
Methods with parameter type org.jdom.DocType | |
| void | Print out the . |
| void | Print out the . |
| String | Return a string representing a DocType. |
| void | This handle printing the DOCTYPE declaration if one exists. |
Methods with parameter type org.jdom.DocType | |
| Document | This creates an empty Document object based
on a specific parser implementation with the given DOCTYPE. |
| Document | This creates an empty Document object based
on a specific parser implementation with the given DOCTYPE. |