GNU Classpath (0.95) | |
Frames | No Frames |
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.
|
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.
|
Methods with return type org.xml.sax.XMLReader | |
XMLReader | Returns the underlying SAX2 parser.
|
GNU Classpath (0.95) |