Package | Description |
---|---|
javax.xml.parsers | |
org.xml.sax.helpers |
Modifier and Type | Method and Description |
---|---|
abstract Parser |
SAXParser.getParser()
Returns the SAX parser that is encapsultated by the
implementation of this class.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLReaderAdapter
Adapt a SAX2 XMLReader as a SAX1 Parser.
|
Modifier and Type | Method and Description |
---|---|
static Parser |
ParserFactory.makeParser()
Deprecated.
Create a new SAX parser using the `org.xml.sax.parser' system property.
|
static Parser |
ParserFactory.makeParser(java.lang.String className)
Deprecated.
Create a new SAX parser object using the class name provided.
|
Constructor and Description |
---|
ParserAdapter(Parser parser)
Construct a new parser adapter.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.