|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.xpath.pattern.AbstractPattern
com.caucho.xpath.pattern.NamespacePattern
public class NamespacePattern
Field Summary |
---|
Fields inherited from class com.caucho.xpath.pattern.AbstractPattern |
---|
_child, _parent, log, XMLNS |
Constructor Summary | |
---|---|
NamespacePattern(AbstractPattern parent,
java.lang.String prefix,
int nodeType)
|
Method Summary | |
---|---|
double |
getPriority()
The node-type priority is less than nodes. |
boolean |
match(org.w3c.dom.Node node,
ExprEnvironment env)
Matches if the namespace matches and the local name matches. |
java.lang.String |
toString()
|
Methods inherited from class com.caucho.xpath.pattern.AbstractPattern |
---|
copyAxis, copyPosition, count, createNodeIterator, findAny, firstNode, getNodeName, getParent, getPrefix, isAscending, isStrictlyAscending, isUnique, lastNode, nextNode, position, select, selectUnique, toPatternString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NamespacePattern(AbstractPattern parent, java.lang.String prefix, int nodeType)
Method Detail |
---|
public double getPriority()
getPriority
in class AbstractPattern
public boolean match(org.w3c.dom.Node node, ExprEnvironment env) throws XPathException
match
in class AbstractPattern
node
- the current nodeenv
- the variable environment
XPathException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |