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 NamedNodeMapElement. attributes_Methods in org.htmlunit.javascript.host that return NamedNodeMap Modifier and Type Method Description protected NamedNodeMapElement. createAttributesObject()Creates the JS object for the property attributes.NamedNodeMapElement. getAttributes()Returns the attributes of this XML element.
-