Uses of Interface
org.jdom2.input.sax.XMLReaderJDOMFactory
Packages that use XMLReaderJDOMFactory
Package
Description
Classes to build JDOM documents from various sources.
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 XMLReaderJDOMFactoryModifier and TypeMethodDescriptionSAXBuilder.getXMLReaderFactory()
Get the current XMLReader factory.Methods in org.jdom2.input with parameters of type XMLReaderJDOMFactoryModifier and TypeMethodDescriptionvoid
SAXBuilder.setXMLReaderFactory
(XMLReaderJDOMFactory rfac) Set the current XMLReader factory.Constructors in org.jdom2.input with parameters of type XMLReaderJDOMFactoryModifierConstructorDescriptionSAXBuilder
(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 XMLReaderJDOMFactoryModifier and TypeClassDescriptionclass
ThisAbstractReaderSchemaFactory
class returns XMLReaders configured to validate against the supplied Schema instance.class
This AbstractReaderJDOMFactory class returns XMLReaders configured to validate against the supplied XML Schema (XSD) instance.class
Create XMLReaders directly from the javax.xml.parsers.SAXParserFactory API using an explicit implementation of the parser instead of relying on the default JAXP search path.enum
An enumeration ofXMLReaderJDOMFactory
that allows for a single central location to create XMLReaders.class
Create XMLReaders directly from the SAX2.0 API using a SAX Driver class name or the default SAX2.0 location process.class
ThisXMLReaderJDOMFactory
class returns XMLReaders configured to validate against the supplied Schema instance.class
This XMLReaderJDOMFactory class returns XMLReaders configured to validate against the supplied XML Schema (XSD) instance.