public abstract class OMDataSourceExtBase extends Object implements OMDataSourceExt
LOSSY_PREFIX
Constructor and Description |
---|
OMDataSourceExtBase() |
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String key)
Query a property stored on the OMDataSource
|
InputStream |
getXMLInputStream(String encoding)
Returns a InputStream representing the xml data
|
boolean |
hasProperty(String key)
Returns true if property is set
|
void |
serialize(OutputStream output,
OMOutputFormat format)
Serializes element data directly to stream.
|
void |
serialize(Writer writer,
OMOutputFormat format)
Serializes element data directly to writer.
|
void |
serialize(javax.xml.stream.XMLStreamWriter xmlWriter)
Serializes element data directly to StAX writer.
|
Object |
setProperty(String key,
Object value)
Set a property on the OMDataSource
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, copy, getObject, getReader, getXMLBytes, isDestructiveRead, isDestructiveWrite
public Object getProperty(String key)
OMDataSourceExt
getProperty
in interface OMDataSourceExt
public Object setProperty(String key, Object value)
OMDataSourceExt
setProperty
in interface OMDataSourceExt
public boolean hasProperty(String key)
OMDataSourceExt
hasProperty
in interface OMDataSourceExt
public InputStream getXMLInputStream(String encoding) throws UnsupportedEncodingException
OMDataSourceExt
getXMLInputStream
in interface OMDataSourceExt
encoding
- String encoding of InputStreamUnsupportedEncodingException
public void serialize(OutputStream output, OMOutputFormat format) throws javax.xml.stream.XMLStreamException
OMDataSourceExt
serialize
in interface OMDataSource
serialize
in interface OMDataSourceExt
output
- destination stream for element XML textformat
- Output format information. The implementation must use this information
to choose the correct character set encoding when writing to the
output stream. This parameter must not be null.javax.xml.stream.XMLStreamException
OMDataSourceExt
public void serialize(Writer writer, OMOutputFormat format) throws javax.xml.stream.XMLStreamException
OMDataSourceExt
serialize
in interface OMDataSource
serialize
in interface OMDataSourceExt
writer
- destination writer for element XML textformat
- output format information (null
if none; may
be ignored if not supported by data binding even if supplied)javax.xml.stream.XMLStreamException
OMDataSourceExt
public void serialize(javax.xml.stream.XMLStreamWriter xmlWriter) throws javax.xml.stream.XMLStreamException
OMDataSourceExt
serialize
in interface OMDataSource
serialize
in interface OMDataSourceExt
xmlWriter
- destination writerjavax.xml.stream.XMLStreamException
OMDataSourceExt
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.