org.dom4j.io
public class DOMReader extends Object
DOMReader
navigates a W3C DOM tree and creates a DOM4J tree
from it.
Version: $Revision: 1.17 $
Constructor Summary | |
---|---|
DOMReader() | |
DOMReader(DocumentFactory factory) |
Method Summary | |
---|---|
protected void | clearNamespaceStack() |
protected Document | createDocument() |
DocumentFactory | getDocumentFactory()
DOCUMENT ME!
|
protected Namespace | getNamespace(String prefix, String uri) |
Document | read(Document domDocument) |
protected void | readElement(Node node, Branch current) |
protected void | readTree(Node node, Branch current) |
void | setDocumentFactory(DocumentFactory docFactory)
This sets the |
Returns: the DocumentFactory
used to create document
objects
This sets the DocumentFactory
used to create new
documents. This method allows the building of custom DOM4J tree objects
to be implemented easily using a custom derivation of
{@link DocumentFactory}
Parameters: docFactory
DocumentFactory
used to create DOM4J objects