Frames | No Frames |
Methods with parameter type org.dom4j.DocumentType | |
DTD | Constructs a STAX DTD event from a DOM4J DocumentType . |
void | Writes the given DocumentType . |
void | |
void | Writes a DOM4J DocumentType to the stream. |
Methods with parameter type org.dom4j.DocumentType | |
int |
Methods with return type org.dom4j.DocumentType | |
DocumentType | ProxyDocumentFactory.createDocType(String name, String publicId, String systemId) |
Methods with parameter type org.dom4j.DocumentType | |
void | Sets the DocumentType property
|
void |
Visits the given DocumentType
|
void |
Methods with return type org.dom4j.DocumentType | |
DocumentType | DocumentFactory.createDocType(String name, String publicId, String systemId) |
DocumentType | DOCUMENT ME!
|