Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.ds |
Contains ready to use
OMDataSource implementations. |
Modifier and Type | Method and Description |
---|---|
OMDataSourceExt |
OMDataSourceExt.copy()
Create a copy of the OMDataSourceExt
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayDataSource
ByteArrayDataSource is an example implementation of OMDataSourceExt.
|
class |
CharArrayDataSource
CharArrayDataSource is an example implementation of OMDataSourceExt.
|
class |
InputStreamDataSource
InputStream is an example OMDataSourceExt.
|
class |
OMDataSourceExtBase
OMDataSourceExtBase is a convenient base class that can be extended
by other OMDataSourceExt implementations.
|
class |
ParserInputStreamDataSource
A DataSource that is backed by an InputStream (read from a parser).
|
class |
WrappedTextNodeOMDataSourceFromDataSource
OMDataSource implementation that represents a text node wrapped
inside an element. |
class |
WrappedTextNodeOMDataSourceFromReader
OMDataSource implementation that represents a text node wrapped
inside an element. |
Modifier and Type | Method and Description |
---|---|
OMDataSourceExt |
WrappedTextNodeOMDataSourceFromReader.copy() |
OMDataSourceExt |
CharArrayDataSource.copy() |
OMDataSourceExt |
InputStreamDataSource.copy()
Return a InputStreamDataSource backed by a ByteArrayInputStream
|
OMDataSourceExt |
ParserInputStreamDataSource.copy()
Return a InputStreamDataSource backed by a ByteArrayInputStream
|
OMDataSourceExt |
ByteArrayDataSource.copy() |
OMDataSourceExt |
WrappedTextNodeOMDataSourceFromDataSource.copy() |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.