public class FromPrevious extends AbstractPattern
_child, _parent, log, XMLNS| Constructor and Description |
|---|
FromPrevious(AbstractPattern parent) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPattern |
copyAxis()
Returns the node itself for the axis.
|
AbstractPattern |
copyPosition()
Returns null since the axis isn't part of the position pattern.
|
int |
count(org.w3c.dom.Node node,
Env env,
AbstractPattern pattern)
counts matching nodes preceding the axis context.
|
NodeIterator |
createNodeIterator(org.w3c.dom.Node node,
ExprEnvironment env,
AbstractPattern match)
Creates a new node iterator.
|
org.w3c.dom.Node |
firstNode(org.w3c.dom.Node node,
ExprEnvironment env)
Returns the first node in the selection order.
|
boolean |
isAscending()
The iterator is in reverse document order.
|
boolean |
isStrictlyAscending()
Returns true if the pattern is strictly ascending.
|
boolean |
isUnique()
Returns true if the pattern is strictly ascending.
|
org.w3c.dom.Node |
lastNode(org.w3c.dom.Node node)
Returns the last node in the selection order.
|
boolean |
match(org.w3c.dom.Node node,
ExprEnvironment env)
matches if we can find a following node matching the parent pattern.
|
org.w3c.dom.Node |
nextNode(org.w3c.dom.Node node,
org.w3c.dom.Node lastNode)
Returns the next node in the selection order.
|
int |
position(org.w3c.dom.Node node,
Env env,
AbstractPattern pattern)
Calculates position by counting next nodes matching the pattern.
|
java.lang.String |
toString() |
findAny, getNodeName, getParent, getPrefix, getPriority, select, selectUnique, toPatternStringpublic FromPrevious(AbstractPattern parent)
public boolean match(org.w3c.dom.Node node,
ExprEnvironment env)
throws XPathException
match in class AbstractPatternnode - the node to testenv - the variable environment.XPathExceptionpublic boolean isAscending()
isAscending in class AbstractPatternpublic int position(org.w3c.dom.Node node,
Env env,
AbstractPattern pattern)
throws XPathException
node - the current nodeenv - the variable environmentpattern - the position patternXPathExceptionpublic int count(org.w3c.dom.Node node,
Env env,
AbstractPattern pattern)
throws XPathException
node - the current nodeenv - the variable environmentpattern - the position patternXPathExceptionpublic boolean isUnique()
public org.w3c.dom.Node firstNode(org.w3c.dom.Node node,
ExprEnvironment env)
firstNode in class AbstractPatternnode - the current nodepublic org.w3c.dom.Node nextNode(org.w3c.dom.Node node,
org.w3c.dom.Node lastNode)
nextNode in class AbstractPatternnode - the current nodelastNode - the original node (for checking ancestors)public org.w3c.dom.Node lastNode(org.w3c.dom.Node node)
lastNode in class AbstractPatternnode - the current nodepublic java.lang.String toString()
toString in class java.lang.Objectpublic NodeIterator createNodeIterator(org.w3c.dom.Node node, ExprEnvironment env, AbstractPattern match) throws XPathException
createNodeIterator in class AbstractPatternnode - the starting nodeenv - the variable environmentmatch - the axis match patternXPathExceptionpublic AbstractPattern copyAxis()
copyAxis in class AbstractPatternpublic AbstractPattern copyPosition()
copyPosition in class AbstractPatternpublic boolean isStrictlyAscending()
isStrictlyAscending in class AbstractPattern