| Frames | No Frames |
Constructors with parameter type org.jdom.DocType | |
This will create a new Document,
with the supplied list of content, and the supplied
declaration. | |
Fields of type org.jdom.DocType | |
| DocType | The declaration. |
Methods with parameter type org.jdom.DocType | |
| Document |
This will set the
declaration for this Document. |
Methods with return type org.jdom.DocType | |
| DocType | |
| DocType |
This sets the holding this 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 | |
| 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. |
Methods with parameter type org.jdom.DocType | |
| Document | |
| Document | |
Methods with return type org.jdom.DocType | |
| DocType | DefaultJDOMFactory.docType(String elementName)
This will create the DocType with
the specified element name
|
| DocType | JDOMFactory.docType(String elementName)
This will create the DocType with
the specified element name
|
| DocType | DefaultJDOMFactory.docType(String elementName, String systemID)
This will create the DocType with
the specified element name and reference to an
external DTD. |
| DocType | JDOMFactory.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)
This will create the DocType with
the specified element name and a reference to an
external DTD. |
| 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. |
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. |