sferyx.javascript.browserengine
Class ElementAttribute

java.lang.Object
  extended by 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.


Field Summary
 java.lang.String nodeName
           
 java.lang.String nodeValue
           
 
Constructor Summary
ElementAttribute(java.lang.String name, java.lang.String value)
          Creates a new instance of ElementAttribute
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeName

public java.lang.String nodeName

nodeValue

public java.lang.String nodeValue
Constructor Detail

ElementAttribute

public ElementAttribute(java.lang.String name,
                        java.lang.String value)
Creates a new instance of ElementAttribute

Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()