Uses of Class
nu.validator.htmlparser.xom.SimpleNodeFactory
Packages that use SimpleNodeFactory
Package
Description
This package provides an HTML5 parser that exposes the document through the XOM API.
-
Uses of SimpleNodeFactory in nu.validator.htmlparser.xom
Fields in nu.validator.htmlparser.xom declared as SimpleNodeFactoryModifier and TypeFieldDescriptionprivate final SimpleNodeFactory
XOMTreeBuilder.nodeFactory
private final SimpleNodeFactory
HtmlBuilder.simpleNodeFactory
Methods in nu.validator.htmlparser.xom that return SimpleNodeFactoryConstructors in nu.validator.htmlparser.xom with parameters of type SimpleNodeFactoryModifierConstructorDescriptionHtmlBuilder
(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.protected
XOMTreeBuilder
(SimpleNodeFactory nodeFactory)