sferyx.javascript.browserengine
Class ElementAttribute
java.lang.Object
sferyx.javascript.browserengine.ElementAttribute
public class ElementAttribute
- extends java.lang.Object
This represents and element attribute with name=value keys. All values are converted to strings in order to provide basic compatibility as javascript scripts.
Constructor Summary |
ElementAttribute(java.lang.String name,
java.lang.String value)
Creates a new instance of ElementAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodeName
public java.lang.String nodeName
nodeValue
public java.lang.String nodeValue
ElementAttribute
public ElementAttribute(java.lang.String name,
java.lang.String value)
- Creates a new instance of ElementAttribute
getName
public java.lang.String getName()
getValue
public java.lang.String getValue()