| Modifier and Type | Class and Description |
|---|---|
class |
HTMLScanner
A simple HTML scanner.
|
class |
HTMLTagBalancer
Balances tags in an HTML document.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLDocumentSource |
HTMLTagBalancer.fDocumentSource
The document source.
|
protected XMLDocumentSource |
HTMLTagBalancer.fDocumentSource
The document source.
|
| Modifier and Type | Method and Description |
|---|---|
XMLDocumentSource |
HTMLTagBalancer.getDocumentSource()
Returns the document source.
|
XMLDocumentSource |
HTMLTagBalancer.getDocumentSource()
Returns the document source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLTagBalancer.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
void |
HTMLTagBalancer.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFilter
This class implements a filter that simply passes document
events to the next handler.
|
class |
NamespaceBinder
This filter binds namespaces if namespace processing is turned on
by setting the feature "http://xml.org/sax/features/namespaces" is
set to
true. |
| Modifier and Type | Field and Description |
|---|---|
protected XMLDocumentSource |
DefaultFilter.fDocumentSource
Document source.
|
protected XMLDocumentSource |
DefaultFilter.fDocumentSource
Document source.
|
| Modifier and Type | Method and Description |
|---|---|
XMLDocumentSource |
DefaultFilter.getDocumentSource()
Returns the document source.
|
XMLDocumentSource |
DefaultFilter.getDocumentSource()
Returns the document source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFilter.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
void |
DefaultFilter.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLDocumentSource |
DOMFragmentParser.fDocumentSource
Document source.
|
protected XMLDocumentSource |
DOMFragmentParser.fDocumentSource
Document source.
|
| Modifier and Type | Method and Description |
|---|---|
XMLDocumentSource |
DOMFragmentParser.getDocumentSource()
Returns the document source.
|
XMLDocumentSource |
DOMFragmentParser.getDocumentSource()
Returns the document source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOMFragmentParser.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
void |
DOMFragmentParser.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLDocumentSource |
AbstractXMLDocumentParser.fDocumentSource
Document source
|
protected XMLDocumentSource |
AbstractXMLDocumentParser.fDocumentSource
Document source
|
| Modifier and Type | Method and Description |
|---|---|
XMLDocumentSource |
AbstractXMLDocumentParser.getDocumentSource()
Returns the document source
|
XMLDocumentSource |
AbstractXMLDocumentParser.getDocumentSource()
Returns the document source
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXMLDocumentParser.setDocumentSource(XMLDocumentSource source)
Sets the document source
|
void |
AbstractXMLDocumentParser.setDocumentSource(XMLDocumentSource source)
Sets the document source
|
| Modifier and Type | Method and Description |
|---|---|
XMLDocumentSource |
XMLDocumentHandler.getDocumentSource() |
XMLDocumentSource |
XMLDocumentHandler.getDocumentSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLDocumentHandler.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
void |
XMLDocumentHandler.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XMLDocumentFilter
Defines a document filter that acts as both a receiver and an emitter
of document events.
|
interface |
XMLDocumentScanner
This interface defines a generic document scanner.
|
Copyright © 2023 Gargoyle Software Inc.. All rights reserved.