|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OMXMLStreamReader
Field Summary |
---|
Fields 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 |
Method Summary | |
---|---|
boolean |
isInlineMTOM()
Deprecated. This method will be removed in a future release of Axiom. See setInlineMTOM(boolean) for more details. |
void |
setInlineMTOM(boolean value)
Deprecated. To return optimized base64 content as xop:Include elements, wrap the reader using XOPEncodingStreamReader or
use the more generic XOPUtils.getXOPEncodedStream(XMLStreamReader)
method.
This method introduces unnecessary complexity in the XMLStreamReader
implementation used by Axiom and will be removed in a future release. |
Methods inherited from interface org.apache.axiom.om.OMAttachmentAccessor |
---|
getDataHandler |
Method Detail |
---|
boolean isInlineMTOM()
setInlineMTOM(boolean)
for more details.
void setInlineMTOM(boolean value)
XOPEncodingStreamReader
or
use the more generic XOPUtils.getXOPEncodedStream(XMLStreamReader)
method.
This method introduces unnecessary complexity in the XMLStreamReader
implementation used by Axiom and will be removed in a future release.
value
- set to true if inlining of text is desired (default)
throw OMException if not the value is not supported.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |