| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xerces.external.impl | |
| jdk7u.jaxp.org.apache.xerces.external.util | |
| jdk7u.jaxp.xml.external.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
XML11DocumentScannerImpl
This class is responsible for scanning XML document structure
and content.
|
class |
XML11NSDocumentScannerImpl
The scanner acts as the source for the document
information which is communicated to the document handler.
|
class |
XMLDocumentFragmentScannerImpl
This class is responsible for scanning the structure and content
of document fragments.
|
class |
XMLDocumentScannerImpl
This class is responsible for scanning XML document structure
and content.
|
class |
XMLNSDocumentScannerImpl
This class adds the functionality of namespace processing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLEntityScanner.registerListener(XMLBufferListener listener)
Registers the listener object and provides callback.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLAttributesImpl
The XMLAttributesImpl class is an implementation of the XMLAttributes
interface which defines a collection of attributes for an element.
|
class |
XMLAttributesIteratorImpl
Its better to extend the functionality of existing XMLAttributesImpl and also make it of type Iterator.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
XMLEntityReader.registerListener(XMLBufferListener listener) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.