|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DepthXMLStreamReader | |
---|---|
org.apache.cxf.aegis.xml.stax | |
org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
org.apache.cxf.jaxrs.provider | |
org.apache.cxf.staxutils | |
org.apache.cxf.staxutils.transform |
Uses of DepthXMLStreamReader in org.apache.cxf.aegis.xml.stax |
---|
Constructors in org.apache.cxf.aegis.xml.stax with parameters of type DepthXMLStreamReader | |
---|---|
ElementReader(DepthXMLStreamReader root)
|
Uses of DepthXMLStreamReader in org.apache.cxf.interceptor |
---|
Methods in org.apache.cxf.interceptor that return DepthXMLStreamReader | |
---|---|
protected DepthXMLStreamReader |
AbstractInDatabindingInterceptor.getXMLStreamReader(Message message)
|
Uses of DepthXMLStreamReader in org.apache.cxf.jaxrs.provider |
---|
Subclasses of DepthXMLStreamReader in org.apache.cxf.jaxrs.provider | |
---|---|
protected static class |
AbstractJAXBProvider.JAXBCollectionWrapperReader
|
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
Read from a StaX reader, stopping when the next element is a specified element. |
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,
QName endTag)
|
static boolean |
StaxUtils.toNextText(DepthXMLStreamReader reader)
|
Uses of DepthXMLStreamReader in org.apache.cxf.staxutils.transform |
---|
Subclasses of DepthXMLStreamReader in org.apache.cxf.staxutils.transform | |
---|---|
class |
InTransformReader
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |