com.smallx.xml.xpath
Interface EventExpression


public interface EventExpression

This interface repesents an XPath that has been compiled use with event infosets. Since the matching is handled by the EventState interface instances created by the createEventState() method, this interface is meant to be re-entrant.


Method Summary
 EventState createEventState()
          Creates an non-re-entrant stateful object for matching subtrees.
 

Method Detail

createEventState

public EventState createEventState()
Creates an non-re-entrant stateful object for matching subtrees.