|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentType | |
---|---|
org.dom4j | Defines the XML Document Object Model in Java interfaces together with some helper classes. |
org.dom4j.io | Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. |
org.dom4j.util | A collection of utility classes for the dom4j API. |
Uses of DocumentType in org.dom4j |
---|
Methods in org.dom4j that return DocumentType | |
---|---|
DocumentType |
DocumentFactory.createDocType(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
|
DocumentType |
Document.getDocType()
DOCUMENT ME! |
Methods in org.dom4j with parameters of type DocumentType | |
---|---|
void |
Document.setDocType(DocumentType docType)
Sets the DocumentType property |
void |
Visitor.visit(DocumentType documentType)
Visits the given DocumentType |
void |
VisitorSupport.visit(DocumentType documentType)
|
Uses of DocumentType in org.dom4j.io |
---|
Methods in org.dom4j.io with parameters of type DocumentType | |
---|---|
javax.xml.stream.events.DTD |
STAXEventWriter.createDTD(DocumentType docType)
Constructs a STAX DTD event from a DOM4J DocumentType . |
void |
XMLWriter.write(DocumentType docType)
Writes the given DocumentType . |
protected void |
XMLWriter.writeDocType(DocumentType docType)
|
void |
STAXEventWriter.writeDocumentType(DocumentType docType)
Writes a DOM4J DocumentType to the stream. |
Uses of DocumentType in org.dom4j.util |
---|
Methods in org.dom4j.util that return DocumentType | |
---|---|
DocumentType |
ProxyDocumentFactory.createDocType(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
|
Methods in org.dom4j.util with parameters of type DocumentType | |
---|---|
int |
NodeComparator.compare(DocumentType o1,
DocumentType o2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |