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