예제 #1
0
 public final int getPredicatePos() {
   return m_predicatePos.peek();
 }
예제 #2
0
 /**
  * Get the current node that is the expression's context (i.e. for current() support).
  *
  * @return The current sub-expression node.
  */
 public final int getCurrentExpressionNode() {
   return m_currentExpressionNodes.peek();
 }
예제 #3
0
 /**
  * Get the current context node.
  *
  * @return the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>.
  */
 public final int getCurrentNode() {
   return m_currentNodes.peek();
 }