net.sf.swan.xpath.pattern
Interface Pattern
- All Superinterfaces:
- NodeTypes
- All Known Implementing Classes:
- FunctionTestPattern, NodeTest, PredicatedPattern, UnionPattern
- public interface Pattern
- extends NodeTypes
match
public boolean match(java.lang.Object node,
org.jaxen.ContextSupport support)
throws org.jaxen.JaxenException
getDefaultPriority
public double getDefaultPriority()
getMatchNodeType
public short getMatchNodeType()
getMatchNodeName
public java.lang.String getMatchNodeName()
simplify
public Pattern simplify()