Uses of Package
org.jdom2.input.sax
Packages that use org.jdom2.input.sax
Package
Description
Classes to build JDOM documents from various sources.
Support classes for building JDOM documents and content using SAX parsers.
-
Classes in org.jdom2.input.sax used by org.jdom2.inputClassDescriptionSAXEngine provides an interface to interact with either the SAXBuilder or the SAXBuilderEngine.A support class for
SAXBuilder
which listens for SAX events.Provides SAXBuilder with SAXHandler instances to support SAX parsing.This interface can be used to supply custom XMLReaders toSAXBuilder
. -
Classes in org.jdom2.input.sax used by org.jdom2.input.saxClassDescriptionThis
AbstractReaderSchemaFactory
class returns XMLReaders configured to validate against the supplied Schema instance.This AbstractReaderJDOMFactory class returns XMLReaders configured to validate against the supplied XML Schema (XSD) instance.Simple interface makes it easier to pass logic around in static methods.SAXEngine provides an interface to interact with either the SAXBuilder or the SAXBuilderEngine.A support class forSAXBuilder
which listens for SAX events.Provides SAXBuilder with SAXHandler instances to support SAX parsing.This interface can be used to supply custom XMLReaders toSAXBuilder
.An enumeration ofXMLReaderJDOMFactory
that allows for a single central location to create XMLReaders.