com.xml_project.morganaxpath.type
Interface ItemType


public interface ItemType

The base class for all values in a Sequence Type


Method Summary
 boolean matches(XdmItem item)
          Checks whether the given XdmItem is matched.
 

Method Detail

matches

boolean matches(XdmItem item)
                throws XPathException
Checks whether the given XdmItem is matched.

Parameters:
item - the XdmItem to test
Returns:
true, if it is matched
Throws:
XPathException - raised, when an error occurred.