| Package | Description |
|---|---|
| org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
| org.apache.axiom.om.ds.custombuilder | |
| org.apache.axiom.om.impl | |
| org.apache.axiom.om.impl.builder | |
| org.apache.axiom.om.impl.jaxp | |
| org.apache.axiom.om.util | |
| org.apache.axiom.soap |
| Modifier and Type | Method and Description |
|---|---|
static OMFactory |
OMAbstractFactory.getOMFactory()
Get the default OM factory instance.
|
OMFactory |
OMMetaFactory.getOMFactory()
Get an OM factory instance for the XML infoset model.
|
OMFactory |
OMSerializable.getOMFactory()
Returns the OMFactory that created this object
|
OMFactory |
OMAttribute.getOMFactory()
Returns the OMFactory that created this object
|
| Modifier and Type | Method and Description |
|---|---|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
InputStream in)
Create an object model builder that reads an XML document from the provided input stream
using a specified object model factory and with the default parser configuration defined by
StAXParserConfiguration.DEFAULT. |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
Reader in)
Create an object model builder that reads an XML document from the provided character stream
using a specified object model factory and with the default parser configuration defined by
StAXParserConfiguration.DEFAULT. |
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputSource is)
Create an object model builder for plain XML that reads a document from the provided input
source.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputStream in)
Create an object model builder that reads an XML document from the provided input stream
using a specified object model factory and with a given parser configuration.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
Reader in)
Create an object model builder that reads an XML document from the provided character stream
using a specified object model factory and with a given parser configuration.
|
OMXMLParserWrapper |
OMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
XMLStreamReader parser)
Create an object model builder for plain XML that pulls events from a StAX stream reader.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createStAXOMBuilder(OMFactory omFactory,
XMLStreamReader parser)
Create an object model builder that pulls events from a StAX stream reader using a specified
object model factory.
|
| Modifier and Type | Method and Description |
|---|---|
OMElement |
ByteArrayCustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
XMLStreamReader reader,
OMFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputSource is) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
XMLStreamReader parser) |
| Modifier and Type | Field and Description |
|---|---|
protected OMFactory |
StAXBuilder.omfactory
Field omfactory
|
| Modifier and Type | Method and Description |
|---|---|
OMElement |
CustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
XMLStreamReader reader,
OMFactory factory)
Create an OMElement for this whole subtree.
|
protected OMNode |
StAXOMBuilder.createWithCustomBuilder(CustomBuilder customBuilder,
OMFactory factory) |
void |
StAXBuilder.setOMBuilderFactory(OMFactory ombuilderFactory)
Method setOMBuilderFactory.
|
| Constructor and Description |
|---|
SAXOMBuilder(OMFactory factory) |
StAXBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser)
Constructor StAXBuilder.
|
StAXBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser,
String characterEncoding)
Constructor StAXBuilder.
|
StAXOMBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser)
Constructor StAXOMBuilder.
|
StAXOMBuilder(OMFactory factory,
XMLStreamReader parser,
OMElement element)
Constructor linked to existing element.
|
StAXOMBuilder(OMFactory factory,
XMLStreamReader parser,
OMElement element,
String characterEncoding)
Constructor linked to existing element.
|
XOPAwareStAXOMBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser,
Attachments attachments)
Constructor StAXOMBuilder.
|
XOPAwareStAXOMBuilder(OMFactory factory,
XMLStreamReader parser,
OMElement element,
Attachments attachments)
Constructor linked to existing element.
|
| Constructor and Description |
|---|
OMResult(OMFactory omFactory) |
| Modifier and Type | Method and Description |
|---|---|
static OMElement |
ElementHelper.importOMElement(OMElement omElement,
OMFactory omFactory)
Some times two OMElements needs to be added to the same object tree.
|
static OMElement |
AXIOMUtil.stringToOM(OMFactory omFactory,
String xmlFragment)
Create an OMElement from an XML fragment given as a string.
|
static OMText |
TextHelper.toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize)
Create an OMText node from a byte array containing binary data
If the byte array is large and the optimize flag is set, then
the data is stored in a temp file to reduce in-core memory
|
static OMText |
TextHelper.toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize,
String attachmentDir)
Create an OMText node from a byte array containing binary data
If the byte array is large and the optimize flag is set, then
the data is stored in a temp file to reduce in-core memory
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SOAPFactory |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.