|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DomAttr | |
|---|---|
| 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. |
| Uses of DomAttr in com.gargoylesoftware.htmlunit |
|---|
| Methods in com.gargoylesoftware.htmlunit that return DomAttr | |
|---|---|
DomAttr |
SgmlPage.createAttribute(String name)
|
| Uses of DomAttr in com.gargoylesoftware.htmlunit.html |
|---|
| Methods in com.gargoylesoftware.htmlunit.html that return DomAttr | |
|---|---|
DomAttr |
DomElement.getAttributeNode(String name)
|
DomAttr |
DomElement.getAttributeNodeNS(String namespaceURI,
String localName)
|
| Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type DomAttr | |
|---|---|
Map<String,DomAttr> |
DomElement.getAttributesMap()
Returns the map holding the attributes, keyed by name. |
| Constructor parameters in com.gargoylesoftware.htmlunit.html with type arguments of type DomAttr | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||