Uses of Interface
org.htmlunit.html.ElementFactory
Packages that use ElementFactory
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Contains the html parser interface.
Contains the neko html parser.
Classes specific to Scalable Vector Graphics.
-
Uses of ElementFactory in org.htmlunit.html
Classes in org.htmlunit.html that implement ElementFactoryModifier and TypeClassDescriptionclass
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Element factory which creates elements by calling the constructor on a givenHtmlElement
subclass.final class
A factory for elements encountered in parsing the input which are not represented by dedicated element classes. -
Uses of ElementFactory in org.htmlunit.html.parser
Methods in org.htmlunit.html.parser that return ElementFactoryModifier and TypeMethodDescriptionHTMLParser.getElementFactory
(SgmlPage page, String namespaceURI, String qualifiedName, boolean insideSvg, boolean svgSupport) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the pre-registered element factory corresponding to the specified tag, or an UnknownElementFactory.HTMLParser.getFactory
(String tagName) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.HTMLParser.getSvgFactory()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. -
Uses of ElementFactory in org.htmlunit.html.parser.neko
Fields in org.htmlunit.html.parser.neko with type parameters of type ElementFactoryModifier and TypeFieldDescriptionprivate static final Map
<String, ElementFactory> HtmlUnitNekoHtmlParser.ELEMENT_FACTORIES
Methods in org.htmlunit.html.parser.neko that return ElementFactoryModifier and TypeMethodDescriptionHtmlUnitNekoHtmlParser.getElementFactory
(SgmlPage page, String namespaceURI, String qualifiedName, boolean insideSvg, boolean svgSupport) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the pre-registered element factory corresponding to the specified tag, or an UnknownElementFactory.HtmlUnitNekoHtmlParser.getFactory
(String tagName) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.HtmlUnitNekoHtmlParser.getSvgFactory()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. -
Uses of ElementFactory in org.htmlunit.svg
Classes in org.htmlunit.svg that implement ElementFactoryModifier and TypeClassDescriptionclass
Element factory which creates elements by calling the constructor on a givenSvgElement
subclass.