com.googlecode.jinahya.el
Class ELAttribute

java.lang.Object
  extended by com.googlecode.jinahya.el.ELNode
      extended by com.googlecode.jinahya.el.ELAttribute

public class ELAttribute
extends ELNode

Attribute.

Author:
Jin Kwon

Field Summary
protected  String value
          value.
 
Fields inherited from class com.googlecode.jinahya.el.ELNode
localName, namespaceURI
 
Constructor Summary
ELAttribute(String namespaceURI, String localName, String value)
          Creates a new instance.
 
Method Summary
 String toJSON()
          Prints as an JSON string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected final String value
value.

Constructor Detail

ELAttribute

public ELAttribute(String namespaceURI,
                   String localName,
                   String value)
Creates a new instance.

Parameters:
namespaceURI - name space URI
localName - local name
value - value
Method Detail

toJSON

public String toJSON()
Description copied from class: ELNode
Prints as an JSON string.

Specified by:
toJSON in class ELNode
Returns:
a JSON string


Copyright © 2010-2011. All Rights Reserved.