Uses of Annotation Interface
org.mozilla.javascript.annotations.JSFunction
Packages that use JSFunction
-
Uses of JSFunction in org.loboevolution.html.dom.nodeimpl
Methods in org.loboevolution.html.dom.nodeimpl with annotations of type JSFunctionModifier 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
Methods in org.loboevolution.html.js.css with annotations of type JSFunctionModifier and TypeMethodDescriptionCSSStyleDeclarationImpl.getPropertyPriority
(String property) getPropertyPriority.CSSStyleDeclarationImpl.getPropertyValue
(String property) getPropertyValue.void
CSSStyleDeclarationImpl.setProperty
(String propertyName, String value)