Uses of Class
org.apache.xpath.objects.DTMXRTreeFrag

Packages that use DTMXRTreeFrag
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.objects Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. 
 

Uses of DTMXRTreeFrag in org.apache.xpath
 

Methods in org.apache.xpath that return DTMXRTreeFrag
 DTMXRTreeFrag XPathContext.getDTMXRTreeFrag(int dtmIdentity)
          Gets DTMXRTreeFrag object if one has already been created.
 

Uses of DTMXRTreeFrag in org.apache.xpath.objects
 

Fields in org.apache.xpath.objects declared as DTMXRTreeFrag
private  DTMXRTreeFrag XRTreeFrag.m_DTMXRTreeFrag