org.objectweb.proactive.core.xml.io
Class DOMReader

java.lang.Object
  |
  +--org.objectweb.proactive.core.xml.io.DOMReader
All Implemented Interfaces:
XMLReader

public class DOMReader
extends java.lang.Object
implements XMLReader

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.

Version:
0.91
Author:
Lionel Mestre

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

DOMReader

public DOMReader(org.w3c.dom.Element rootElement,
                 XMLHandler xmlHandler)
Method Detail

read

public void read()
          throws java.io.IOException
Description copied from interface: XMLReader
Triggers the read of the XML document and start firing events to the registered XMLDeserializer

Specified by:
read in interface XMLReader
java.io.IOException


Copyright © April 2004 INRIA All Rights Reserved.