|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.swan.xpath.pattern.FunctionTestPattern
Fields inherited from interface net.sf.swan.xpath.pattern.NodeTypes |
ANY_NODE, ATTRIBUTE_NODE, COMMENT_NODE, DOCUMENT_NODE, ELEMENT_NODE, NAMESPACE_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, UNKNOWN_NODE |
Constructor Summary | |
FunctionTestPattern(PatternFunction function)
|
Method Summary | |
double |
getDefaultPriority()
|
java.lang.String |
getMatchNodeName()
|
short |
getMatchNodeType()
|
boolean |
match(java.lang.Object node,
org.jaxen.ContextSupport support)
|
Pattern |
simplify()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FunctionTestPattern(PatternFunction function)
Method Detail |
public boolean match(java.lang.Object node, org.jaxen.ContextSupport support) throws org.jaxen.JaxenException
match
in interface Pattern
public double getDefaultPriority()
getDefaultPriority
in interface Pattern
public short getMatchNodeType()
getMatchNodeType
in interface Pattern
public java.lang.String getMatchNodeName()
getMatchNodeName
in interface Pattern
public Pattern simplify()
simplify
in interface Pattern
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |