public class UnknownContentOMDataSource extends Object implements org.apache.axiom.om.OMDataSource
Modifier and Type | Field and Description |
---|---|
static QName |
unknownContentQName |
Constructor and Description |
---|
UnknownContentOMDataSource(javax.activation.DataHandler rootDataHandler) |
Modifier and Type | Method and Description |
---|---|
javax.activation.DataHandler |
getContent() |
javax.xml.stream.XMLStreamReader |
getReader() |
void |
serialize(OutputStream output,
org.apache.axiom.om.OMOutputFormat format) |
void |
serialize(Writer writer,
org.apache.axiom.om.OMOutputFormat format) |
void |
serialize(javax.xml.stream.XMLStreamWriter xmlWriter) |
public static QName unknownContentQName
public UnknownContentOMDataSource(javax.activation.DataHandler rootDataHandler)
public javax.xml.stream.XMLStreamReader getReader() throws javax.xml.stream.XMLStreamException
getReader
in interface org.apache.axiom.om.OMDataSource
javax.xml.stream.XMLStreamException
public void serialize(OutputStream output, org.apache.axiom.om.OMOutputFormat format) throws javax.xml.stream.XMLStreamException
serialize
in interface org.apache.axiom.om.OMDataSource
javax.xml.stream.XMLStreamException
public void serialize(Writer writer, org.apache.axiom.om.OMOutputFormat format) throws javax.xml.stream.XMLStreamException
serialize
in interface org.apache.axiom.om.OMDataSource
javax.xml.stream.XMLStreamException
public void serialize(javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException
serialize
in interface org.apache.axiom.om.OMDataSource
javax.xml.stream.XMLStreamException
public javax.activation.DataHandler getContent()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.