public class XOPAwareStAXOMBuilder extends StAXOMBuilder implements XOPBuilder
_isClosed, cache, charEncoding, customBuilderForPayload, customBuilders, dataHandlerReader, document, done, elementLevel, maxDepthForCustomBuilders, omfactory, parser, parserAccessed, parserException, target
Constructor and Description |
---|
XOPAwareStAXOMBuilder(InputStream inStream,
Attachments attachments)
Deprecated.
Please use the
OMXMLBuilderFactory API. |
XOPAwareStAXOMBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser,
Attachments attachments)
Deprecated.
Please use the
OMXMLBuilderFactory API. |
XOPAwareStAXOMBuilder(OMFactory omFactory,
javax.xml.stream.XMLStreamReader reader,
MimePartProvider mimePartProvider,
Detachable detachable,
Closeable closeable)
For internal use only.
|
XOPAwareStAXOMBuilder(OMFactory factory,
javax.xml.stream.XMLStreamReader parser,
OMElement element,
Attachments attachments)
Deprecated.
Please use the
OMXMLBuilderFactory API. |
XOPAwareStAXOMBuilder(String filePath,
Attachments attachments)
Deprecated.
Please use the
OMXMLBuilderFactory API. |
XOPAwareStAXOMBuilder(javax.xml.stream.XMLStreamReader parser,
Attachments attachments)
Deprecated.
Please use the
OMXMLBuilderFactory API. |
Modifier and Type | Method and Description |
---|---|
Attachments |
getAttachments() |
javax.activation.DataHandler |
getDataHandler(String blobContentID) |
constructNode, createComment, createDocument, createDTD, createEntityReference, createNextOMElement, createOMElement, createPI, createPrefix, createWithCustomBuilder, getDocumentElement, getDocumentElement, isLookahead, isNamespaceURIInterning, logParserState, lookahead, next, processNamespaceData, setDoDebug, setNamespaceURIInterning
close, createDocumentIfNecessary, createOMText, debugDiscarded, detach, disableCaching, discard, discard, getAttributeCount, getAttributeName, getAttributeNamespace, getAttributePrefix, getBuilderType, getCharacterEncoding, getCharsetEncoding, getCustomBuilder, getDocument, getName, getNamespace, getNamespaceCount, getNamespacePrefix, getNamespaceUri, getParser, getPrefix, getReaderProperty, getRegisteredContentHandler, getText, init, isCache, isClosed, isCompleted, processAttributes, reenableCaching, registerCustomBuilder, registerCustomBuilderForPayload, registerExternalContentHandler, releaseParserOnClose, setAutoClose, setCache, setOMBuilderFactory
public XOPAwareStAXOMBuilder(OMFactory ombuilderFactory, javax.xml.stream.XMLStreamReader parser, Attachments attachments)
OMXMLBuilderFactory
API.public XOPAwareStAXOMBuilder(OMFactory factory, javax.xml.stream.XMLStreamReader parser, OMElement element, Attachments attachments)
OMXMLBuilderFactory
API.public XOPAwareStAXOMBuilder(String filePath, Attachments attachments) throws javax.xml.stream.XMLStreamException, FileNotFoundException
OMXMLBuilderFactory
API.public XOPAwareStAXOMBuilder(InputStream inStream, Attachments attachments) throws javax.xml.stream.XMLStreamException
OMXMLBuilderFactory
API.public XOPAwareStAXOMBuilder(javax.xml.stream.XMLStreamReader parser, Attachments attachments)
OMXMLBuilderFactory
API.public XOPAwareStAXOMBuilder(OMFactory omFactory, javax.xml.stream.XMLStreamReader reader, MimePartProvider mimePartProvider, Detachable detachable, Closeable closeable)
public javax.activation.DataHandler getDataHandler(String blobContentID) throws OMException
getDataHandler
in interface OMAttachmentAccessor
blobContentID
- (without the surrounding angle brackets and "cid:" prefix)OMException
public Attachments getAttachments()
getAttachments
in interface XOPBuilder
Copyright © The Apache Software Foundation. All Rights Reserved.