org.objectweb.proactive.core.xml.io
Class StreamReader
java.lang.Object
|
+--org.objectweb.proactive.core.xml.io.StreamReader
- All Implemented Interfaces:
- XMLReader
- public class StreamReader
- extends java.lang.Object
- implements XMLReader
Implement an XLMReader based on SAX reading from a stream
- Version:
- 0.91
- Author:
- Lionel Mestre
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 |
StreamReader
public StreamReader(java.io.InputStream in,
XMLHandler xmlHandler)
throws java.io.IOException
StreamReader
public StreamReader(java.io.Reader reader,
XMLHandler xmlHandler)
throws java.io.IOException
StreamReader
public StreamReader(org.xml.sax.InputSource inputSource,
XMLHandler xmlHandler)
throws java.io.IOException
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.