Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
class which is the main entry point). |
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.htmlunit.javascript.host.dom |
Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
DomAttr |
SgmlPage.createAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
DomAttr |
DomElement.getAttributeNode(String name) |
DomAttr |
DomElement.getAttributeNodeNS(String namespaceURI,
String localName) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,DomAttr> |
XmlSerializer.getAttributesFor(HtmlImage image) |
protected Map<String,DomAttr> |
XmlSerializer.getAttributesFor(HtmlLink link) |
Map<String,DomAttr> |
DomElement.getAttributesMap()
Returns the map holding the attributes, keyed by name.
|
Constructor and Description |
---|
BaseFrameElement(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance of BaseFrame.
|
DomElement(String namespaceURI,
String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance of a DOM element that can have a namespace.
|
HtmlBody(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes,
boolean temporary)
Creates a new instance.
|
HtmlDivision(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance of HtmlDivision.
|
HtmlElement(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlElement(String namespaceURI,
String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance of a DOM element that can have a namespace.
|
HtmlInput(SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlInput(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlTableCell(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlTime(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates a new instance.
|
TableRowGroup(String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance of TableRowGroup.
|
Modifier and Type | Method and Description |
---|---|
DomAttr |
Attr.getDomNodeOrDie()
Returns the DOM node that corresponds to this JavaScript object or throw
an exception if one cannot be found.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.