Package | Description |
---|---|
org.apache.axiom.om.ds |
Contains ready to use
OMDataSource implementations. |
org.apache.axiom.om.ds.jaxb | |
org.apache.axiom.ts.om.sourcedelement |
Class and Description |
---|
AbstractOMDataSource
Base class for
OMDataSourceExt implementations. |
AbstractPullOMDataSource
Base class for
OMDataSourceExt implementations that can easily produce the content as an
XMLStreamReader and that don't implement any kind of optimization for serializing the
content. |
OMDataSourceExtBase
Deprecated.
As described in AXIOM-419, this class has
multiple issues and should no longer be used as a base class for
OMDataSource
implementations. Instead, use AbstractOMDataSource ,
AbstractPullOMDataSource or AbstractPushOMDataSource . |
WrappedTextNodeOMDataSource
OMDataSource implementation that represents a text node wrapped inside an element. |
Class and Description |
---|
AbstractOMDataSource
Base class for
OMDataSourceExt implementations. |
AbstractPushOMDataSource
Base class for
OMDataSourceExt implementations that can easily serialize the content to
an XMLStreamWriter but that are unable to produce the content as an
XMLStreamReader . |
Class and Description |
---|
AbstractOMDataSource
Base class for
OMDataSourceExt implementations. |
AbstractPushOMDataSource
Base class for
OMDataSourceExt implementations that can easily serialize the content to
an XMLStreamWriter but that are unable to produce the content as an
XMLStreamReader . |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.