gnu.kawa.xml
Class Focus

java.lang.Object
  extended by gnu.lists.SeqPosition
      extended by gnu.lists.TreePosition
          extended by gnu.kawa.xml.Focus
All Implemented Interfaces:
java.lang.Cloneable, java.util.Enumeration, java.util.Iterator, java.util.ListIterator

public final class Focus
extends TreePosition

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


Field Summary
 long position
           
static ClassType TYPE
           
 
Fields inherited from class gnu.lists.SeqPosition
ipos, sequence
 
Constructor Summary
Focus()
           
 
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, 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
 

Field Detail

position

public long position

TYPE

public static final ClassType TYPE
Constructor Detail

Focus

public Focus()
Method Detail

getCurrent

public static Focus getCurrent()

compileGetCurrent

public static void compileGetCurrent(Compilation comp)