Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.dom |
An implementation of the dom4j API which also supports the
W3C object model.
|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
|
org.dom4j.tree |
Contains the default implementations of the dom4j Document Object Model
together with some helpful base classes for those wishing to
implement their own document object model.
|
org.dom4j.util |
A collection of utility classes for the dom4j API.
|
Modifier and Type | Method | Description |
---|---|---|
DocumentType |
DocumentFactory.createDocType(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId) |
|
DocumentType |
Document.getDocType() |
DOCUMENT ME!
|
Modifier and Type | Method | Description |
---|---|---|
void |
Document.setDocType(DocumentType docType) |
Sets the DocumentType property
|
void |
Visitor.visit(DocumentType documentType) |
Visits the given
DocumentType |
void |
VisitorSupport.visit(DocumentType documentType) |
Modifier and Type | Class | Description |
---|---|---|
class |
DOMDocumentType |
DOMDocumentType implements a DocumentType node which supports
the W3C DOM API. |
Modifier and Type | Method | Description |
---|---|---|
DocumentType |
DOMDocumentFactory.createDocType(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId) |
Modifier and Type | Method | Description |
---|---|---|
static org.w3c.dom.DocumentType |
DOMNodeHelper.asDOMDocumentType(DocumentType dt) |
Modifier and Type | Method | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractDocumentType |
AbstractDocumentType is an abstract base class for tree
implementors to use for implementation inheritence. |
class |
DefaultDocumentType |
DefaultDocumentType is the DOM4J default implementation of an
XML document type. |
Modifier and Type | Method | Description |
---|---|---|
DocumentType |
DefaultDocument.getDocType() |
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultDocument.setDocType(DocumentType docType) |
Constructor | Description |
---|---|
DefaultDocument(java.lang.String name,
Element rootElement,
DocumentType docType) |
|
DefaultDocument(DocumentType docType) |
|
DefaultDocument(Element rootElement,
DocumentType docType) |
Modifier and Type | Method | Description |
---|---|---|
DocumentType |
ProxyDocumentFactory.createDocType(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId) |
Modifier and Type | Method | Description |
---|---|---|
int |
NodeComparator.compare(DocumentType o1,
DocumentType o2) |
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by