JDOM
0.0.5-BETA

Uses of Interface
org.jdom2.input.sax.XMLReaderJDOMFactory

Packages that use XMLReaderJDOMFactory
org.jdom2.input Classes to build JDOM documents from various sources. 
org.jdom2.input.sax Support classes for building JDOM documents and content using SAX parsers. 
 

Uses of XMLReaderJDOMFactory in org.jdom2.input
 

Methods in org.jdom2.input that return XMLReaderJDOMFactory
 XMLReaderJDOMFactory SAXBuilder.getXMLReaderFactory()
          Get the current XMLReader factory.
 

Methods in org.jdom2.input with parameters of type XMLReaderJDOMFactory
 void SAXBuilder.setXMLReaderFactory(XMLReaderJDOMFactory rfac)
          Set the current XMLReader factory.
 

Constructors in org.jdom2.input with parameters of type XMLReaderJDOMFactory
SAXBuilder(XMLReaderJDOMFactory readersouce)
          Creates a new SAXBuilder with the specified XMLReaderJDOMFactory.
SAXBuilder(XMLReaderJDOMFactory xmlreaderfactory, SAXHandlerFactory handlerfactory, JDOMFactory jdomfactory)
          Creates a new SAXBuilder.
 

Uses of XMLReaderJDOMFactory in org.jdom2.input.sax
 

Classes in org.jdom2.input.sax that implement XMLReaderJDOMFactory
 class XMLReaders
          An enumeration of XMLReaderJDOMFactory that allows for a single central location to create XMLReaders.
 class XMLReaderSAX2Factory
          Create XMLReaders directly from the SAX2.0 API using a SAX Driver class name or the default SAX2.0 location process.
 class XMLReaderSchemaFactory
          This XMLReaderJDOMFactory class returns XMLReaders configured to validate against the supplied Schema instance.
 class XMLReaderXSDFactory
          This XMLReaderJDOMFactory class returns XMLReaders configured to validate against the supplied XML Schema (XSD) instance.
 


JDOM
0.0.5-BETA

Copyright � 2012 Jason Hunter, Brett McLaughlin. All Rights Reserved.