Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host |
Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
com.gargoylesoftware.htmlunit.javascript.host.xml |
Implementations of the XML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
Attr |
Document.jsxFunction_createAttribute(String attributeName)
Creates a new HTML attribute with the specified name.
|
Modifier and Type | Method and Description |
---|---|
Attr |
HTMLElement.jsxFunction_setAttributeNode(Attr newAtt)
Sets the attribute node for the specified attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
HTMLElement.jsxFunction_removeAttributeNode(Attr attribute)
Removes the specified attribute.
|
Attr |
HTMLElement.jsxFunction_setAttributeNode(Attr newAtt)
Sets the attribute node for the specified attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLAttr
A JavaScript object for an Attribute of XMLElement.
|
Copyright © 2002-2013 Gargoyle Software Inc.. All Rights Reserved.