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
 

Method Detail

read

void read()
          throws java.io.IOException,
                 org.xml.sax.SAXException
Triggers the read of the XML document and start firing events to the registered XMLDeserializer

Throws:
java.io.IOException
org.xml.sax.SAXException


Copyright 2001-2007 INRIA All Rights Reserved.