Package org.eclipse.wst.xml.xpath2.api


org.eclipse.wst.xml.xpath2.api
Class XPath2Pattern



public class XPath2Pattern
extends 
This is a compiled pattern (which is a simpler version of an expression, used to match in XSLT files, etc.)


Method Summary

public java.lang.ObjectgetUserData()
    
public booleanmatches(org.eclipse.wst.xml.xpath2.api.DynamicContext dc , org.w3c.dom.Node context)
    

Methods Detail

getUserData

public java.lang.Object getUserData()

Returns

java.lang.Object - The object passed in my the caller when the patten was created.


matches

public boolean matches(org.eclipse.wst.xml.xpath2.api.DynamicContext dc , org.w3c.dom.Node context)

Parameters

dc

context

Returns

boolean