|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLReader | |
org.dom4j.io | Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. |
org.dom4j.io.aelfred | The default SAX XMLReader implementation which is a port of the original Aelfred SAX Parser. |
org.xml.sax | This package provides the core SAX APIs. |
org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. |
Uses of XMLReader in org.dom4j.io |
Classes in org.dom4j.io that implement XMLReader | |
class |
HTMLWriter
HTMLWriter takes a DOM4J tree and formats it to a
stream as HTML. |
class |
SAXWriter
SAXWriter writes a DOM4J tree to a SAX ContentHandler. |
class |
XMLWriter
XMLWriter takes a DOM4J tree and formats it to a
stream as XML. |
Methods in org.dom4j.io that return XMLReader | |
XMLReader |
SAXValidator.getXMLReader()
|
protected XMLReader |
SAXValidator.createXMLReader()
Factory Method to allow alternate methods of creating and configuring XMLReader objects |
XMLReader |
DocumentSource.getXMLReader()
|
XMLReader |
SAXReader.getXMLReader()
|
protected XMLReader |
SAXReader.installXMLFilter(XMLReader xmlReader)
Installs any XMLFilter objects required to allow the SAX event stream to be filtered and preprocessed before it gets to dom4j. |
protected XMLReader |
SAXReader.createXMLReader()
Factory Method to allow alternate methods of creating and configuring XMLReader objects |
Methods in org.dom4j.io with parameters of type XMLReader | |
void |
SAXWriter.setXMLReader(XMLReader xmlReader)
Sets the XMLReader used to write SAX events to |
void |
SAXValidator.setXMLReader(XMLReader xmlReader)
Sets the XMLReader used to parse SAX events |
void |
DocumentSource.setXMLReader(XMLReader reader)
Sets the XMLReader used for the JAXP SAXSource . |
void |
SAXReader.setXMLReader(XMLReader xmlReader)
Sets the XMLReader used to parse SAX events |
protected XMLReader |
SAXReader.installXMLFilter(XMLReader xmlReader)
Installs any XMLFilter objects required to allow the SAX event stream to be filtered and preprocessed before it gets to dom4j. |
protected void |
SAXReader.configureReader(XMLReader reader,
DefaultHandler contentHandler)
Configures the XMLReader before use |
protected SAXContentHandler |
SAXReader.createContentHandler(XMLReader reader)
Factory Method to allow user derived SAXContentHandler objects to be used |
Constructors in org.dom4j.io with parameters of type XMLReader | |
SAXValidator(XMLReader xmlReader)
|
|
SAXModifier(XMLReader xmlReader)
Creates a new modifier that will the specified XMLReader
to parse the source. |
|
SAXModifier(XMLReader xmlReader,
boolean pruneElements)
Creates a new modifier that will the specified XMLReader
to parse the source. |
|
SAXReader(XMLReader xmlReader)
|
|
SAXReader(XMLReader xmlReader,
boolean validating)
|
Uses of XMLReader in org.dom4j.io.aelfred |
Classes in org.dom4j.io.aelfred that implement XMLReader | |
class |
SAXDriver
Deprecated. Use Aelfred2 instead! THIS CLASS WILL BE REMOVED IN dom4j-1.6 !! |
Uses of XMLReader in org.xml.sax |
Subinterfaces of XMLReader in org.xml.sax | |
interface |
XMLFilter
Interface for an XML filter. |
Methods in org.xml.sax that return XMLReader | |
XMLReader |
XMLFilter.getParent()
Get the parent reader. |
Methods in org.xml.sax with parameters of type XMLReader | |
void |
XMLFilter.setParent(XMLReader parent)
Set the parent reader. |
Uses of XMLReader in org.xml.sax.helpers |
Classes in org.xml.sax.helpers that implement XMLReader | |
class |
ParserAdapter
Adapt a SAX1 Parser as a SAX2 XMLReader. |
class |
XMLFilterImpl
Base class for deriving an XML filter. |
Methods in org.xml.sax.helpers that return XMLReader | |
static XMLReader |
XMLReaderFactory.createXMLReader()
Attempt to create an XMLReader from system defaults. |
static XMLReader |
XMLReaderFactory.createXMLReader(java.lang.String className)
Attempt to create an XML reader from a class name. |
XMLReader |
XMLFilterImpl.getParent()
Get the parent reader. |
Methods in org.xml.sax.helpers with parameters of type XMLReader | |
void |
XMLFilterImpl.setParent(XMLReader parent)
Set the parent reader. |
Constructors in org.xml.sax.helpers with parameters of type XMLReader | |
XMLReaderAdapter(XMLReader xmlReader)
Create a new adapter. |
|
XMLFilterImpl(XMLReader parent)
Construct an XML filter with the specified parent. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |