|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.proactive.core.xml.io.DOMReader
Implement an XLMReader based on a existing DOM. We assume that the node given in parameter to the constructor is the context of the tree to read.
Constructor Summary | |
DOMReader(org.w3c.dom.Element rootElement,
XMLHandler xmlHandler)
|
Method Summary | |
void |
read()
Triggers the read of the XML document and start firing events to the registered XMLDeserializer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOMReader(org.w3c.dom.Element rootElement, XMLHandler xmlHandler)
Method Detail |
public void read() throws java.io.IOException
XMLReader
read
in interface XMLReader
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |