| Package | Description |
|---|---|
| javax.xml.parsers |
Provides classes allowing the processing of XML documents.
|
| org.xml.sax.helpers |
SAX 2.0 r2 prerelease helper interfaces
|
| 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.
|