Uses of Class
org.apache.cxf.staxutils.DepthXMLStreamReader
- 
Packages that use DepthXMLStreamReader Package Description org.apache.cxf.interceptor org.apache.cxf.staxutils org.apache.cxf.staxutils.transform 
- 
- 
Uses of DepthXMLStreamReader in org.apache.cxf.interceptorMethods in org.apache.cxf.interceptor that return DepthXMLStreamReader Modifier and Type Method Description protected DepthXMLStreamReaderAbstractInDatabindingInterceptor. getXMLStreamReader(Message message)
- 
Uses of DepthXMLStreamReader in org.apache.cxf.staxutilsSubclasses of DepthXMLStreamReader in org.apache.cxf.staxutils Modifier and Type Class Description classDepthRestrictingStreamReaderXMLStreamReader implementation which can be used to enforce a number of depth-restricting policies.classFragmentStreamReaderWraps a XMLStreamReader and provides optional START_DOCUMENT and END_DOCUMENT events.classPartialXMLStreamReaderRead from a StaX reader, stopping when the next element is a specified element.Methods in org.apache.cxf.staxutils with parameters of type DepthXMLStreamReader Modifier and Type Method Description static booleanStaxUtils. skipToStartOfElement(DepthXMLStreamReader in)static booleanStaxUtils. toNextElement(DepthXMLStreamReader dr)static booleanStaxUtils. toNextTag(DepthXMLStreamReader reader, QName endTag)static booleanStaxUtils. toNextText(DepthXMLStreamReader reader)
- 
Uses of DepthXMLStreamReader in org.apache.cxf.staxutils.transformSubclasses of DepthXMLStreamReader in org.apache.cxf.staxutils.transform Modifier and Type Class Description classInTransformReader
 
-