Frames | No Frames |
Classes implementing org.xml.sax.Parser | |
class | Adapt a SAX2 XMLReader as a SAX1 Parser.
|
Constructors with parameter type org.xml.sax.Parser | |
Construct a new parser adapter.
|
Methods with return type org.xml.sax.Parser | |
Parser | Create a new SAX parser using the `org.xml.sax.parser' system property.
|
Parser | ParserFactory.makeParser(String className) Create a new SAX parser object using the class name provided.
|
Methods with return type org.xml.sax.Parser | |
Parser | Returns the SAX parser that is encapsultated by the
implementation of this class.
|