| Package | Description |
|---|---|
| org.htmlunit.cyberneko | |
| org.htmlunit.cyberneko.filters |
Filtes.
|
| org.htmlunit.cyberneko.parsers |
The different supported parsers.
|
| org.htmlunit.cyberneko.xerces.parsers |
Stuff taken, adapted, and simplified from the latest xerces code.
|
| org.htmlunit.cyberneko.xerces.xni |
Stuff taken, adapted, and simplified from the latest xerces code.
|
| org.htmlunit.cyberneko.xerces.xni.parser |
Stuff taken, adapted, and simplified from the latest xerces code.
|
| 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 © 2025 HtmlUnit. All rights reserved.