Package | Description |
---|---|
javax.xml.parsers | |
javax.xml.transform.sax | |
org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
org.apache.xalan.xsltc.compiler | |
org.apache.xalan.xsltc.trax | |
org.apache.xml.dtm.ref | |
org.apache.xml.utils |
Implementation of Xalan utility classes.
|
org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
org.xml.sax | |
org.xml.sax.helpers |
Modifier and Type | Method and Description |
---|---|
abstract XMLReader |
SAXParser.getXMLReader()
Returns the
XMLReader that is encapsulated by the
implementation of this class. |
Modifier and Type | Method and Description |
---|---|
XMLReader |
SAXSource.getXMLReader()
Get the XMLReader to be used for the Source.
|
Modifier and Type | Method and Description |
---|---|
void |
SAXSource.setXMLReader(XMLReader reader)
Set the XMLReader to be used for the Source.
|
Constructor and Description |
---|
SAXSource(XMLReader reader,
InputSource inputSource)
Create a
SAXSource , using an XMLReader
and a SAX InputSource. |
Modifier and Type | Class and Description |
---|---|
class |
TrAXFilter |
Modifier and Type | Method and Description |
---|---|
void |
TrAXFilter.setParent(XMLReader parent)
Set the parent reader.
|
Modifier and Type | Method and Description |
---|---|
XMLReader |
XSLTC.getXMLReader()
Get the XMLReader to use for parsing the next input stylesheet
|
Modifier and Type | Method and Description |
---|---|
SyntaxTreeNode |
Parser.parse(XMLReader reader,
InputSource input)
Parses a stylesheet and builds the internal abstract syntax tree
|
void |
XSLTC.setXMLReader(XMLReader reader)
Set the XMLReader to use for parsing the next input stylesheet
|
Modifier and Type | Class and Description |
---|---|
class |
DOM2SAX |
class |
DOM2TO |
Modifier and Type | Method and Description |
---|---|
XMLReader |
DTMManagerDefault.getXMLReader(Source inputSource)
This method returns the SAX2 parser to use with the InputSource
obtained from this URI.
|
Modifier and Type | Method and Description |
---|---|
void |
CoroutineParser.init(CoroutineManager co,
int appCoroutineID,
XMLReader parser)
Deprecated.
Initialize the coroutine parser.
|
void |
DTMManagerDefault.releaseXMLReader(XMLReader reader)
Indicates that the XMLReader object is no longer in use for the transform.
|
void |
IncrementalSAXSource_Filter.setXMLReader(XMLReader eventsource)
Bind our input streams to an XMLReader.
|
Modifier and Type | Method and Description |
---|---|
XMLReader |
XMLReaderManager.getXMLReader()
Retrieves a cached XMLReader for this thread, or creates a new
XMLReader, if the existing reader is in use.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLReaderManager.releaseXMLReader(XMLReader reader)
Mark the cached XMLReader as available.
|
Modifier and Type | Field and Description |
---|---|
XMLReader |
XPathContext.m_primaryReader
The reader of the primary source tree.
|
Modifier and Type | Method and Description |
---|---|
XMLReader |
XPathContext.getPrimaryReader()
Get primary XMLReader associated with this execution context.
|
static XMLReader |
SourceTreeManager.getXMLReader(Source inputSource,
SourceLocator locator)
This method returns the SAX2 parser to use with the InputSource
obtained from this URI.
|
Modifier and Type | Method and Description |
---|---|
void |
XPathContext.setPrimaryReader(XMLReader reader)
Set primary XMLReader associated with this execution context.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLFilter
Interface for an XML filter.
|
Modifier and Type | Method and Description |
---|---|
XMLReader |
XMLFilter.getParent()
Get the parent reader.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLFilter.setParent(XMLReader parent)
Set the parent reader.
|
Modifier and Type | Class and Description |
---|---|
class |
ParserAdapter
Adapt a SAX1 Parser as a SAX2 XMLReader.
|
class |
XMLFilterImpl
Base class for deriving an XML filter.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLFilterImpl.setParent(XMLReader parent)
Set the parent reader.
|
Constructor and Description |
---|
XMLFilterImpl(XMLReader parent)
Construct an XML filter with the specified parent.
|
XMLReaderAdapter(XMLReader xmlReader)
Create a new adapter.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.