Package com.sun.xml.ws.encoding
Class MtomCodec.MtomXMLStreamReaderEx
java.lang.Object
com.sun.xml.ws.util.xml.XMLStreamReaderFilter
com.sun.xml.ws.encoding.MtomCodec.MtomXMLStreamReaderEx
- All Implemented Interfaces:
XMLStreamReaderFactory.RecycleAware,XMLStreamConstants,XMLStreamReader,org.jvnet.staxex.XMLStreamReaderEx
- Enclosing class:
- MtomCodec
public static class MtomCodec.MtomXMLStreamReaderEx
extends XMLStreamReaderFilter
implements org.jvnet.staxex.XMLStreamReaderEx
-
Field Summary
Fields inherited from class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
readerFields inherited from interface javax.xml.stream.XMLStreamConstants
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintorg.jvnet.staxex.NamespaceContextExgetText()char[]intgetTextCharacters(int sourceStart, char[] target, int targetStart, int length) intintprotected Stringprotected booleanintnext()Methods inherited from class com.sun.xml.ws.util.xml.XMLStreamReaderFilter
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getLocalName, getLocation, getName, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, nextTag, onRecycled, require, standaloneSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.xml.stream.XMLStreamReader
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getLocalName, getLocation, getName, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, nextTag, require, standaloneSet
-
Constructor Details
-
MtomXMLStreamReaderEx
-
-
Method Details
-
getPCDATA
- Specified by:
getPCDATAin interfaceorg.jvnet.staxex.XMLStreamReaderEx- Throws:
XMLStreamException
-
getNamespaceContext
public org.jvnet.staxex.NamespaceContextEx getNamespaceContext()- Specified by:
getNamespaceContextin interfaceXMLStreamReader- Specified by:
getNamespaceContextin interfaceorg.jvnet.staxex.XMLStreamReaderEx- Overrides:
getNamespaceContextin classXMLStreamReaderFilter
-
getElementTextTrim
- Specified by:
getElementTextTrimin interfaceorg.jvnet.staxex.XMLStreamReaderEx- Throws:
XMLStreamException
-
getTextLength
public int getTextLength()- Specified by:
getTextLengthin interfaceXMLStreamReader- Overrides:
getTextLengthin classXMLStreamReaderFilter
-
getTextStart
public int getTextStart()- Specified by:
getTextStartin interfaceXMLStreamReader- Overrides:
getTextStartin classXMLStreamReaderFilter
-
getEventType
public int getEventType()- Specified by:
getEventTypein interfaceXMLStreamReader- Overrides:
getEventTypein classXMLStreamReaderFilter
-
next
- Specified by:
nextin interfaceXMLStreamReader- Overrides:
nextin classXMLStreamReaderFilter- Throws:
XMLStreamException
-
getTextCharacters
public char[] getTextCharacters()- Specified by:
getTextCharactersin interfaceXMLStreamReader- Overrides:
getTextCharactersin classXMLStreamReaderFilter
-
getTextCharacters
public int getTextCharacters(int sourceStart, char[] target, int targetStart, int length) throws XMLStreamException - Specified by:
getTextCharactersin interfaceXMLStreamReader- Overrides:
getTextCharactersin classXMLStreamReaderFilter- Throws:
XMLStreamException
-
getText
- Specified by:
getTextin interfaceXMLStreamReader- Overrides:
getTextin classXMLStreamReaderFilter
-
isXopReference
- Throws:
XMLStreamException
-
getXopHref
-
getMimeMultipartParser
-