public class OMXMLStreamReaderExAdapter extends javax.xml.stream.util.StreamReaderDelegate implements org.apache.axiom.om.impl.OMXMLStreamReaderEx
OMXMLStreamReaderEx interface to a PullSerializer.
Note that this class will disappear in Axiom 1.3 because the methods defined by
OMXMLStreamReader are deprecated.
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT| Constructor and Description |
|---|
OMXMLStreamReaderExAdapter(PullSerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
enableDataSourceEvents(boolean value) |
javax.activation.DataHandler |
getDataHandler(String contentID) |
org.apache.axiom.om.OMDataSource |
getDataSource() |
boolean |
isInlineMTOM() |
void |
setInlineMTOM(boolean value) |
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getParent, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, setParent, standaloneSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceContext, getNamespaceCount, getNamespacePrefix, getNamespaceURI, getNamespaceURI, getNamespaceURI, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, standaloneSetpublic OMXMLStreamReaderExAdapter(PullSerializer serializer)
public boolean isInlineMTOM()
isInlineMTOM in interface org.apache.axiom.om.OMXMLStreamReaderpublic void setInlineMTOM(boolean value)
setInlineMTOM in interface org.apache.axiom.om.OMXMLStreamReaderpublic javax.activation.DataHandler getDataHandler(String contentID)
getDataHandler in interface org.apache.axiom.om.OMAttachmentAccessorpublic org.apache.axiom.om.OMDataSource getDataSource()
getDataSource in interface org.apache.axiom.om.impl.OMXMLStreamReaderExpublic void enableDataSourceEvents(boolean value)
enableDataSourceEvents in interface org.apache.axiom.om.impl.OMXMLStreamReaderExCopyright © The Apache Software Foundation. All Rights Reserved.