Uses of Class
org.apache.cxf.staxutils.DepthXMLStreamReader

Packages that use DepthXMLStreamReader
org.apache.cxf.staxutils   
 

Uses of DepthXMLStreamReader in org.apache.cxf.staxutils
 

Subclasses of DepthXMLStreamReader in org.apache.cxf.staxutils
 class FragmentStreamReader
          Wraps a XMLStreamReader and provides optional START_DOCUMENT and END_DOCUMENT events.
 class PartialXMLStreamReader
           
 

Methods in org.apache.cxf.staxutils with parameters of type DepthXMLStreamReader
static boolean StaxUtils.skipToStartOfElement(DepthXMLStreamReader in)
           
static boolean StaxUtils.toNextElement(DepthXMLStreamReader dr)
           
static boolean StaxUtils.toNextTag(DepthXMLStreamReader reader, javax.xml.namespace.QName endTag)
           
static boolean StaxUtils.toNextText(DepthXMLStreamReader reader)
           
 



Apache CXF