Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to HTML pages, particularly the HtmlPage which represents
an HTML document and provides access to its content.
|
com.gargoylesoftware.htmlunit.svg |
Classes specific to Scalable Vector Graphics
|
Modifier and Type | Class and Description |
---|---|
class |
InputElementFactory
A specialized creator that knows how to create input objects.
|
class |
UnknownElementFactory
A factory for elements encountered in parsing the input which are not represented
by dedicated element classes.
|
Modifier and Type | Field and Description |
---|---|
static ElementFactory |
HTMLParser.SVG_FACTORY
The SVG factory.
|
Modifier and Type | Method and Description |
---|---|
static ElementFactory |
HTMLParser.getFactory(String tagName) |
Modifier and Type | Class and Description |
---|---|
class |
SvgElementFactory
Element factory which creates elements by calling the constructor on a
given
SvgElement subclass. |
Copyright © 2002–2018 Gargoyle Software Inc.. All rights reserved.