|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.lists.SeqPosition
gnu.kawa.xml.KNode
gnu.kawa.xml.KAttr
public class KAttr
Field Summary |
---|
Fields inherited from class gnu.lists.SeqPosition |
---|
ipos, sequence |
Constructor Summary | |
---|---|
KAttr(NodeTree seq,
int ipos)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.Object |
getObjectValue()
Get attribute value as (typed) Object, rather than string. |
static java.lang.Object |
getObjectValue(NodeTree sequence,
int ipos)
|
boolean |
getSpecified()
|
java.lang.String |
getValue()
|
Methods inherited from class gnu.kawa.xml.KNode |
---|
atomicValue, baseURI, coerce, consume, copy, getBaseURI, getFeature, getLocalName, getNamespaceURI, getNodeName, getNodeNameObject, getNodeSymbol, getNodeValue, getNodeValue, getNodeValue, getNodeValue, getPrefix, getTextContent, getTextContent, hasAttributes, hasChildNodes, isDefaultNamespace, isSupported, lookupNamespaceURI, lookupPrefix, make, make, normalize, toString |
Methods inherited from class gnu.lists.SeqPosition |
---|
add, finalize, fromEndIndex, getContainingSequenceSize, getNext, getNextKind, getNextTypeName, getNextTypeObject, getPos, getPrevious, gotoChildrenStart, gotoEnd, gotoNext, gotoPrevious, gotoStart, hasMoreElements, hasNext, hasPrevious, isAfter, make, next, nextElement, nextIndex, previous, previousIndex, release, remove, set, set, set, setNext, setPos, setPos, setPrevious, toInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public KAttr(NodeTree seq, int ipos)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public static java.lang.Object getObjectValue(NodeTree sequence, int ipos)
public java.lang.Object getObjectValue()
public boolean getSpecified()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |