net.groboclown.xml.resource.v1.xml4j
Class GetXMLReader

java.lang.Object
  |
  +--net.groboclown.xml.resource.v1.xml4j.GetXMLReader
All Implemented Interfaces:
IGetXMLReader

public class GetXMLReader
extends Object
implements IGetXMLReader

The XML4j version of the XMLReader getter. Requires xml4j.jar + sax2.jar.

Version:
Alpha 0.9.0
Author:
Matt Albrecht

Constructor Summary
GetXMLReader()
          Default constructor
 
Method Summary
 XMLReader getXMLReader()
          Creates an XMLReader instance, which must have validation on.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

GetXMLReader

public GetXMLReader()
Default constructor
Method Detail

getXMLReader

public XMLReader getXMLReader()
                       throws SAXException
Description copied from interface: IGetXMLReader
Creates an XMLReader instance, which must have validation on.
Specified by:
getXMLReader in interface IGetXMLReader


Written under the LGPL