com.googlecode.jinahya.xml
Class ELAttribute
java.lang.Object
com.googlecode.jinahya.xml.ELNode
com.googlecode.jinahya.xml.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 |
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
- Returns a JSON representation.
- Specified by:
toJSON in class ELNode
- Returns:
- a JSON string
getValue
public String getValue()
Copyright © 2010-2011. All Rights Reserved.