Uses of Class
org.apache.cxf.staxutils.DepthXMLStreamReader
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
-
Uses of DepthXMLStreamReader in org.apache.cxf.interceptor
Modifier and TypeMethodDescriptionprotected DepthXMLStreamReader
AbstractInDatabindingInterceptor.getXMLStreamReader
(Message message) -
Uses of DepthXMLStreamReader in org.apache.cxf.staxutils
Modifier and TypeClassDescriptionclass
XMLStreamReader implementation which can be used to enforce a number of depth-restricting policies.class
Wraps a XMLStreamReader and provides optional START_DOCUMENT and END_DOCUMENT events.class
Read from a StaX reader, stopping when the next element is a specified element.Modifier and TypeMethodDescriptionstatic boolean
StaxUtils.skipToStartOfElement
(DepthXMLStreamReader in) static boolean
StaxUtils.toNextElement
(DepthXMLStreamReader dr) static boolean
StaxUtils.toNextTag
(DepthXMLStreamReader reader, QName endTag) static boolean
StaxUtils.toNextText
(DepthXMLStreamReader reader) -
Uses of DepthXMLStreamReader in org.apache.cxf.staxutils.transform