Uses of Annotation Interface
org.mozilla.javascript.annotations.JSFunction
-
Uses of JSFunction in org.loboevolution.html.dom.nodeimpl
Modifier and TypeMethodDescriptionElementImpl.getAttribute
(String name) Returns element's first attribute whose qualified name is qualifiedName, and null if there is no such attribute otherwise.ElementImpl.getAttributeNode
(String name) getAttributeNode.ElementImpl.getAttributeNodeNS
(String namespaceURI, String localName) getAttributeNodeNS.ElementImpl.getAttributeNS
(String namespaceURI, String localName) Returns element's attribute whose namespace is namespace and local name is localName, and null if there is no such attribute otherwise. -
Uses of JSFunction in org.loboevolution.html.js.css
Modifier and TypeMethodDescriptionCSSStyleDeclarationImpl.getPropertyPriority
(String property) getPropertyPriority.CSSStyleDeclarationImpl.getPropertyValue
(String property) getPropertyValue.void
CSSStyleDeclarationImpl.setProperty
(String propertyName, String value)