com.googlecode.jinahya.el
Class ELAttribute
java.lang.Object
com.googlecode.jinahya.el.ELNode
com.googlecode.jinahya.el.ELAttribute
public class ELAttribute
- extends ELNode
Attribute.
- Author:
- Jin Kwon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected final String value
- value.
ELAttribute
public ELAttribute(String namespaceURI,
String localName,
String value)
- Creates a new instance.
- Parameters:
namespaceURI - name space URIlocalName - local namevalue - value
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.