| Package | Description |
|---|---|
| javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for
some of the
javax.xml.bind interfaces. |
| javax.xml.parsers |
Provides classes allowing the processing of XML documents.
|
| javax.xml.transform.sax |
This package implements SAX2-specific transformation APIs.
|
| org.xml.sax |
This package provides the core SAX APIs.
|
| org.xml.sax.helpers |
This package contains "helper" classes, including
support for bootstrapping SAX-based applications.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected XMLReader |
AbstractUnmarshallerImpl.getXMLReader() |
Obtains a configured XMLReader.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract Object |
AbstractUnmarshallerImpl.unmarshal(XMLReader reader,
InputSource source) |
Unmarshals an object by using the specified XMLReader and the InputSource.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract XMLReader |
SAXParser.getXMLReader() |
Returns the
XMLReader that is encapsulated by the
implementation of this class. |
| Modifier and Type | Method | Description |
|---|---|---|
XMLReader |
SAXSource.getXMLReader() |
Get the XMLReader to be used for the Source.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SAXSource.setXMLReader(XMLReader reader) |
Set the XMLReader to be used for the Source.
|
| Constructor | Description |
|---|---|
SAXSource(XMLReader reader,
InputSource inputSource) |
Create a
SAXSource, using an XMLReader
and a SAX InputSource. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
XMLFilter |
Interface for an XML filter.
|
| Modifier and Type | Method | Description |
|---|---|---|
XMLReader |
XMLFilter.getParent() |
Get the parent reader.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
XMLFilter.setParent(XMLReader parent) |
Set the parent reader.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ParserAdapter |
Adapt a SAX1 Parser as a SAX2 XMLReader.
|
class |
XMLFilterImpl |
Base class for deriving an XML filter.
|
| Modifier and Type | Method | Description |
|---|---|---|
static XMLReader |
XMLReaderFactory.createXMLReader() |
Deprecated.
Obtains a new instance of a
XMLReader. |
static XMLReader |
XMLReaderFactory.createXMLReader(String className) |
Deprecated.
Attempt to create an XML reader from a class name.
|
XMLReader |
XMLFilterImpl.getParent() |
Get the parent reader.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
XMLFilterImpl.setParent(XMLReader parent) |
Set the parent reader.
|
| Constructor | Description |
|---|---|
XMLFilterImpl(XMLReader parent) |
Construct an XML filter with the specified parent.
|
XMLReaderAdapter(XMLReader xmlReader) |
Create a new adapter.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2