| Package | Description |
|---|---|
| net.sourceforge.htmlunit.cyberneko | |
| net.sourceforge.htmlunit.cyberneko.filters |
| 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 List<HTMLComponent> |
HTMLConfiguration.fHTMLComponents
Components.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTMLConfiguration.addComponent(HTMLComponent component)
Adds a component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFilter
This class implements a filter that simply passes document
events to the next handler.
|
class |
ElementRemover
This class is a document filter capable of removing specified
elements from the processing stream.
|
class |
Identity
This filter performs the identity operation of the original
document event stream generated by the HTML scanner by removing
events that are synthesized by the tag balancer.
|
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. |
class |
Purifier
This filter purifies the HTML input to ensure XML well-formedness.
|
Copyright © 2018. All rights reserved.