Uses of Class
org.htmlunit.javascript.host.NamedNodeMap
Packages that use NamedNodeMap
Package
Description
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 NamedNodeMapMethods in org.htmlunit.javascript.host that return NamedNodeMapModifier and TypeMethodDescriptionprotected NamedNodeMap
Element.createAttributesObject()
Creates the JS object for the property attributes.Element.getAttributes()
Returns the attributes of this XML element.