gnu.kawa.xml

Class KCharacterData

Implemented Interfaces:
Consumable, java.util.Enumeration, java.util.ListIterator
Known Direct Subclasses:
KComment, KText

public abstract class KCharacterData
extends KNode

Field Summary

Fields inherited from class gnu.lists.SeqPosition

ipos, sequence

Constructor Summary

KCharacterData(NodeTree seq, int ipos)

Method Summary

String
getData()
int
getLength()
Non-optimized.

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, copy, 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, toString

Constructor Details

KCharacterData

public KCharacterData(NodeTree seq,
                      int ipos)

Method Details

getData

public String getData()

getLength

public int getLength()
Non-optimized.