org.objectweb.proactive.core.xml.io
Interface XMLReader
- All Known Implementing Classes:
- DOMReader, StreamReader
- public interface XMLReader
A class implementing this interface is able to read XML data
- 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 |
read
public void read()
throws java.io.IOException
- Triggers the read of the XML document and start firing events to the registered XMLDeserializer
java.io.IOException
Copyright © April 2004 INRIA All Rights Reserved.