Searched refs:SubContextList (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DSubContextList.java21 * $Id: SubContextList.java,v 1.1.2.1 2005/08/01 01:30:28 jeffsuttor Exp $
32 public interface SubContextList interface
H A DPredicatedNodeTest.java36 public abstract class PredicatedNodeTest extends NodeTest implements SubContextList
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncLast.java27 import com.sun.org.apache.xpath.internal.axes.SubContextList;
67 SubContextList iter = m_isTopLevel ? null : xctxt.getSubContextList();
H A DFuncCurrent.java32 import com.sun.org.apache.xpath.internal.axes.SubContextList;
57 SubContextList subContextList = xctxt.getCurrentNodeList();
H A DFuncPosition.java28 import com.sun.org.apache.xpath.internal.axes.SubContextList;
64 SubContextList iter = m_isTopLevel ? null : xctxt.getSubContextList();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathContext.java51 import com.sun.org.apache.xpath.internal.axes.SubContextList;
972 public final void pushSubContextList(SubContextList iter)
992 public SubContextList getSubContextList()
995 ? null : (SubContextList) m_axesIteratorStack.peek();
1006 public com.sun.org.apache.xpath.internal.axes.SubContextList getCurrentNodeList()
1009 ? null : (SubContextList) m_axesIteratorStack.elementAt(0);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/patterns/
H A DStepPattern.java33 import com.sun.org.apache.xpath.internal.axes.SubContextList;
41 public class StepPattern extends NodeTest implements SubContextList, ExpressionOwner

Completed in 50 milliseconds