| Modifier and Type | Class and Description |
|---|---|
class |
HTMLScanner
A simple HTML scanner.
|
class |
HTMLTagBalancer
Balances tags in an HTML document.
|
| Modifier and Type | Method and Description |
|---|---|
XMLDocumentSource |
HTMLTagBalancer.getDocumentSource() |
| Modifier and Type | Method and Description |
|---|---|
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 |
HTMLWriterFilter
An HTML writer written as a filter.
|
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 | Method and Description |
|---|---|
XMLDocumentSource |
DefaultFilter.getDocumentSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFilter.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
| Modifier and Type | Method and Description |
|---|---|
XMLDocumentSource |
DOMFragmentParser.getDocumentSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
DOMFragmentParser.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
| Modifier and Type | Method and Description |
|---|---|
XMLDocumentSource |
AbstractXMLDocumentParser.getDocumentSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXMLDocumentParser.setDocumentSource(XMLDocumentSource source)
Sets the document source.
|
| Modifier and Type | Method and Description |
|---|---|
XMLDocumentSource |
XMLDocumentHandler.getDocumentSource() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2024 HtmlUnit. All rights reserved.