Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
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.javascript.host |
Implementations of the various 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 |
---|---|
Map<String,DomAttr> |
DomElement.getAttributesMap()
Returns the map holding the attributes, keyed by name.
|
Constructor and Description |
---|
BaseFrame(String namespaceURI,
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 namespaceURI,
String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes,
boolean temporary)
Creates a new instance.
|
HtmlDivision(String namespaceURI,
String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance of HtmlDivision.
|
HtmlElement(String namespaceURI,
String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlInput(SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlInput(String namespaceURI,
String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
HtmlTableCell(String namespaceURI,
String qualifiedName,
SgmlPage page,
Map<String,DomAttr> attributes)
Creates an instance.
|
TableRowGroup(String namespaceURI,
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-2013 Gargoyle Software Inc.. All Rights Reserved.