Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.htmlunit.html.parser |
Contains the html parser interface.
|
org.htmlunit.html.parser.neko |
Contains the neko html parser.
|
org.htmlunit.svg |
Classes specific to Scalable Vector Graphics.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultElementFactory
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
class |
UnknownElementFactory
A factory for elements encountered in parsing the input which are not represented
by dedicated element classes.
|
Modifier and Type | Method and Description |
---|---|
ElementFactory |
HTMLParser.getElementFactory(SgmlPage page,
String namespaceURI,
String qualifiedName,
boolean insideSvg,
boolean svgSupport)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
ElementFactory |
HTMLParser.getFactory(String tagName)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
ElementFactory |
HTMLParser.getSvgFactory()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Method and Description |
---|---|
ElementFactory |
HtmlUnitNekoHtmlParser.getElementFactory(SgmlPage page,
String namespaceURI,
String qualifiedName,
boolean insideSvg,
boolean svgSupport)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
ElementFactory |
HtmlUnitNekoHtmlParser.getFactory(String tagName)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
ElementFactory |
HtmlUnitNekoHtmlParser.getSvgFactory()
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
Modifier and Type | Class and Description |
---|---|
class |
SvgElementFactory
Element factory which creates elements by calling the constructor on a
given
SvgElement subclass. |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.