Package org.eclipse.wst.xml.xpath2.api
public class XPath2Pattern extendsThis is a compiled pattern (which is a simpler version of an expression, used to match in XSLT files, etc.)
Method Summary | |
public java.lang.Object | getUserData() |
public boolean | matches(org.eclipse.wst.xml.xpath2.api.DynamicContext dc
,
org.w3c.dom.Node context) |
Methods Detail |
public java.lang.Object getUserData()
java.lang.Object
- The object passed in my the caller when the patten was created.
public boolean matches(org.eclipse.wst.xml.xpath2.api.DynamicContext dc
,
org.w3c.dom.Node context)
dc
context
boolean