|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dom4j.io.DOMReader
DOMReader
navigates a W3C DOM tree and creates a DOM4J tree
from it.
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 DocumentFactory used to create new
documents. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMReader()
public DOMReader(DocumentFactory factory)
Method Detail |
public DocumentFactory getDocumentFactory()
DocumentFactory
used to create document
objectspublic void setDocumentFactory(DocumentFactory docFactory)
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
DocumentFactory
docFactory
- DocumentFactory
used to create DOM4J objectspublic Document read(Document domDocument)
protected void readTree(Node node, Branch current)
protected void readElement(Node node, Branch current)
protected Namespace getNamespace(String prefix, String uri)
protected Document createDocument()
protected void clearNamespaceStack()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |