Frames | No Frames |
Classes implementing org.xml.sax.XMLReader | |
class | This parser emits SAX2 parsing events as it traverses a DOM tree, using
any conformant implementation of DOM. |
Classes implementing org.xml.sax.XMLReader | |
class | JAXP SAX parser using an underlying StAX parser.
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Returns the underlying SAX2 parser.
|
Methods with parameter type org.xml.sax.XMLReader | |
void |
Methods with parameter type org.xml.sax.XMLReader | |
void | Binds the standard SAX2 handlers from the specified consumer
pipeline to the specified producer. |
Classes implementing org.xml.sax.XMLReader | |
class | An enhanced SAX2 version of Microstar's Ælfred XML parser.
|
class | This SAX2 parser optionally layers a validator over the Ælfred2
SAX2 parser. |
Classes implementing org.xml.sax.XMLReader | |
class | A SAX2 parser that uses libxml2.
|
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 | Attempt to create an XML reader from a class name.
|
XMLReader | Get the parent reader.
|
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.
|
Constructors with parameter type org.xml.sax.XMLReader | |
Constructor with a SAX parser and input source.
|
Methods with parameter type org.xml.sax.XMLReader | |
void | Sets the SAX parser to be used by this source.
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Returns the SAX parser to be used by this source.
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Returns the underlying SAX2 parser.
|