Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DocumentType |
DocumentFactory.createDocType(String name,
String publicId,
String systemId) |
DocumentType |
Document.getDocType()
DOCUMENT ME!
|
Modifier and Type | Method and Description |
---|---|
void |
Document.setDocType(DocumentType docType)
Sets the DocumentType property
|
void |
VisitorSupport.visit(DocumentType documentType) |
void |
Visitor.visit(DocumentType documentType)
Visits the given
DocumentType |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
DocumentType |
ProxyDocumentFactory.createDocType(String name,
String publicId,
String systemId) |
Modifier and Type | Method and Description |
---|---|
int |
NodeComparator.compare(DocumentType o1,
DocumentType o2) |
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by