com.googlecode.jinahya.xml
Class ELAttribute

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

public class ELAttribute
extends ELNode

Attribute.

Author:
Jin Kwon

Constructor Summary
ELAttribute(String namespaceURI, String localName, String value)
          Creates a new instance.
 
Method Summary
 String getValue()
           
 String toJSON()
          Returns a JSON representation.
 
Methods inherited from class com.googlecode.jinahya.xml.ELNode
getLocalName, getNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Returns a JSON representation.

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

getValue

public String getValue()


Copyright © 2010-2011. All Rights Reserved.