Package gnu.kawa.xml
Class Focus
- java.lang.Object
-
- gnu.lists.SeqPosition
-
- gnu.lists.TreePosition
-
- gnu.kawa.xml.Focus
-
- All Implemented Interfaces:
Cloneable
,Enumeration
,Iterator
,ListIterator
public final class Focus extends TreePosition
This is only used for XSLT, which should be fixed.
-
-
Constructor Summary
Constructors Constructor Description Focus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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, gotoEnd, gotoNext, gotoPrevious, gotoStart, hasMoreElements, hasNext, hasPrevious, isAfter, make, next, nextElement, nextIndex, previous, previousIndex, remove, set, set, set, setNext, setPos, setPos, setPrevious, toInfo, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Field Detail
-
position
public long position
-
TYPE
public static final ClassType TYPE
-
-
Method Detail
-
getCurrent
public static Focus getCurrent()
-
compileGetCurrent
public static void compileGetCurrent(Compilation comp)
-
-