net.groboclown.xml.resource.v1
Interface IGetXMLReader
- All Known Implementing Classes:
- GetXMLReader, GetXMLReader
- public interface IGetXMLReader
The sole purpose of this class is to create and return an XMLReader instance.
This is API specific.
By contract, each instance must have a default (no argument) constructor.
The instance will be loaded depending on a -D option given to the
Java at command line (or optionally passed as an argument).
- Version:
- Alpha 0.9.0
- Author:
- Matt Albrecht
getXMLReader
public XMLReader getXMLReader()
throws SAXException
- Creates an XMLReader instance, which must have validation on.
Written under the LGPL