gnu.kawa.xml

Class Focus

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

public final class Focus
extends TreePosition

This is only used for XSLT, which should be fixed.

Field Summary

static ClassType
TYPE
long
position

Fields inherited from class gnu.lists.SeqPosition

ipos, sequence

Method Summary

static void
compileGetCurrent(Compilation comp)
static Focus
getCurrent()

Methods inherited from class gnu.lists.TreePosition

clone, dump, getAncestor, getDepth, getPosNext, getRoot, gotoAttributesStart, gotoChildrenStart, gotoParent, pop, popNoRelease, push, release, set

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

Field Details

TYPE

public static final ClassType TYPE

position

public long position

Method Details

compileGetCurrent

public static void compileGetCurrent(Compilation comp)

getCurrent

public static Focus getCurrent()