gnu.kawa.xml

Class KAttr

public class KAttr extends KNode

Constructor Summary
KAttr(NodeTree seq, int ipos)
Method Summary
StringgetName()
static ObjectgetObjectValue(NodeTree sequence, int ipos)
ObjectgetObjectValue()
Get attribute value as (typed) Object, rather than string.
booleangetSpecified()
StringgetValue()

Constructor Detail

KAttr

public KAttr(NodeTree seq, int ipos)

Method Detail

getName

public String getName()

getObjectValue

public static Object getObjectValue(NodeTree sequence, int ipos)

getObjectValue

public Object getObjectValue()
Get attribute value as (typed) Object, rather than string.

getSpecified

public boolean getSpecified()

getValue

public String getValue()