Uses of Interface
javax.xml.xquery.XQItemAccessor

Packages that use XQItemAccessor
javax.xml.xquery   
 

Uses of XQItemAccessor in javax.xml.xquery
 

Subinterfaces of XQItemAccessor in javax.xml.xquery
 interface XQItem
          This interface represents an item in the XDM.
 interface XQResultItem
          This interface represents an immutable item object obtained from an XQResultSequence using the getItem method.
 interface XQResultSequence
          This interface represents a sequence of items obtained as a result of evaluation XQuery expressions.
 interface XQSequence
          This interface represents a sequence of items as defined in the XDM.