Package | Description |
---|---|
nu.validator.htmlparser.xom |
This package provides an HTML5 parser that exposes the document through the XOM API.
|
Modifier and Type | Field and Description |
---|---|
private SimpleNodeFactory |
XOMTreeBuilder.nodeFactory |
private SimpleNodeFactory |
HtmlBuilder.simpleNodeFactory |
Modifier and Type | Method and Description |
---|---|
SimpleNodeFactory |
HtmlBuilder.getSimpleNodeFactory()
Gets the node factory
|
Constructor and Description |
---|
HtmlBuilder(SimpleNodeFactory nodeFactory)
Constructor with given node factory and fatal XML violation policy.
|
HtmlBuilder(SimpleNodeFactory nodeFactory,
XmlViolationPolicy xmlPolicy)
Constructor with given node factory and given XML violation policy.
|
XOMTreeBuilder(SimpleNodeFactory nodeFactory) |