Frames | No Frames |
Methods with parameter type org.xml.sax.XMLReader | |
void | Initialize the coroutine parser. |
void | Indicates that the XMLReader object is no longer in use for the transform.
|
void | Bind our input streams to an XMLReader.
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | This method returns the SAX2 parser to use with the InputSource
obtained from this URI.
|
Methods with parameter type org.xml.sax.XMLReader | |
SyntaxTreeNode | Parses a stylesheet and builds the internal abstract syntax tree
|
void | Set the XMLReader to use for parsing the next input stylesheet
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Get the XMLReader to use for parsing the next input stylesheet
|
Classes implementing org.xml.sax.XMLReader | |
class |
Methods with parameter type org.xml.sax.XMLReader | |
void | Set the parent reader.
|
Methods with parameter type org.xml.sax.XMLReader | |
void | Mark the cached XMLReader as available. |
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Retrieves a cached XMLReader for this thread, or creates a new
XMLReader, if the existing reader is in use. |
Methods with parameter type org.xml.sax.XMLReader | |
void | Set the parent reader.
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Get the parent reader.
|
Classes implementing org.xml.sax.XMLReader | |
class | Adapt a SAX1 Parser as a SAX2 XMLReader.
|
class | Base class for deriving an XML filter.
|
Constructors with parameter type org.xml.sax.XMLReader | |
Construct an XML filter with the specified parent.
| |
Create a new adapter.
|
Methods with parameter type org.xml.sax.XMLReader | |
void | Set the parent reader.
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Attempt to create an XMLReader from system defaults.
|
XMLReader | XMLReaderFactory.createXMLReader(String className) Attempt to create an XML reader from a class name.
|
XMLReader | Get the parent reader.
|
Constructors with parameter type org.xml.sax.XMLReader | |
Create a SAXSource , using an XMLReader
and a SAX InputSource. |
Methods with parameter type org.xml.sax.XMLReader | |
void | Set the XMLReader to be used for the Source.
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Get the XMLReader to be used for the Source.
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Returns the XMLReader that is encapsulated by the
implementation of this class.
|
Classes implementing org.xml.sax.XMLReader | |
class | |
class | |
class | skeleton extension of XMLFilterImpl for now.
|
Fields of type org.xml.sax.XMLReader | |
XMLReader | The reader of the primary source tree. |
Methods with parameter type org.xml.sax.XMLReader | |
void | Set primary XMLReader associated with this execution context.
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Get primary XMLReader associated with this execution context.
|
XMLReader | This method returns the SAX2 parser to use with the InputSource
obtained from this URI.
|