Uses of Class
org.htmlunit.javascript.host.NamedNodeMap
-
Packages that use NamedNodeMap Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of NamedNodeMap in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as NamedNodeMap Modifier and Type Field Description private NamedNodeMap
Element. attributes_
Methods in org.htmlunit.javascript.host that return NamedNodeMap Modifier and Type Method Description protected NamedNodeMap
Element. createAttributesObject()
Creates the JS object for the property attributes.NamedNodeMap
Element. getAttributes()
Returns the attributes of this XML element.
-