gnu.kawa.xml

Class KProcessingInstruction

Implemented Interfaces:
java.util.Enumeration, java.util.ListIterator

public class KProcessingInstruction
extends KNode

Field Summary

Fields inherited from class gnu.lists.SeqPosition

ipos, sequence

Constructor Summary

KProcessingInstruction(NodeTree seq, int ipos)

Method Summary

String
getData()
String
getNodeName()
short
getNodeType()
String
getTarget()
void
setData(String data)

Methods inherited from class gnu.kawa.xml.KNode

coerce, getBaseURI, getFeature, getLocalName, getNamespaceURI, getNodeName, getNodeType, 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

KProcessingInstruction

public KProcessingInstruction(NodeTree seq,
                              int ipos)

Method Details

getData

public String getData()

getNodeName

public String getNodeName()
Overrides:
getNodeName in interface KNode

getNodeType

public short getNodeType()
Overrides:
getNodeType in interface KNode

getTarget

public String getTarget()

setData

public void setData(String data)
            throws DOMException