| Package | Description |
|---|---|
| org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
| org.apache.axiom.om.impl | |
| org.apache.axiom.om.impl.builder | |
| org.apache.axiom.soap | |
| org.apache.axiom.soap.impl.builder |
| Modifier and Type | Method and Description |
|---|---|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(InputStream in)
Create an object model builder that reads a plain XML document from the provided input stream
with the default parser configuration defined by
StAXParserConfiguration.DEFAULT. |
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.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(Reader in)
Create an object model builder that reads a plain XML document from the provided character
stream with the default parser configuration defined by
StAXParserConfiguration.DEFAULT. |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(StAXParserConfiguration configuration,
InputStream in)
Create an object model builder that reads a plain XML document from the provided input stream
with a given parser configuration.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(StAXParserConfiguration configuration,
Reader in)
Create an object model builder that reads a plain XML document from the provided character
stream with a given parser configuration.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createSOAPModelBuilder(InputStream in,
String encoding)
Create an object model builder for SOAP that reads a message from the provided input stream,
using a given charset encoding.
|
OMXMLParserWrapper |
OMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration,
InputSource is)
Create an object model builder for SOAP that reads a message from the provided input source.
|
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.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createStAXOMBuilder(XMLStreamReader parser)
Create an object model builder for plain XML that pulls events from a StAX stream reader.
|
OMXMLParserWrapper |
OMMetaFactory.createStAXSOAPModelBuilder(XMLStreamReader parser)
Create an object model builder for SOAP that pulls events from a StAX stream reader.
|
OMXMLParserWrapper |
OMContainer.getBuilder()
Returns the builder object.
|
| Modifier and Type | Method and Description |
|---|---|
OMDocument |
OMFactory.createOMDocument(OMXMLParserWrapper builder) |
OMElement |
OMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder) |
OMText |
OMFactory.createOMText(String contentID,
OMContainer parent,
OMXMLParserWrapper builder) |
void |
OMElement.setBuilder(OMXMLParserWrapper wrapper)
Method setBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputSource is) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration,
InputSource is) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
XMLStreamReader parser) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createStAXSOAPModelBuilder(XMLStreamReader parser) |
OMXMLParserWrapper |
OMStAXWrapper.getBuilder() |
| Constructor and Description |
|---|
OMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode)
When constructing the OMStaxWrapper, the creator must produce the builder (an instance of the
OMXMLparserWrapper of the input) and the Element Node to start parsing.
|
OMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode,
boolean cache)
Constructor OMStAXWrapper.
|
OMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode,
boolean cache,
boolean preserveNamespaceContext)
Constructor OMStAXWrapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StAXBuilder
OM should be able to be built from any data source.
|
class |
StAXOMBuilder
StAX based builder that produces a pure XML infoset compliant object model.
|
class |
XOPAwareStAXOMBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
MTOMStAXSOAPModelBuilder |
class |
StAXSOAPModelBuilder
StAX based builder that produces a SOAP infoset model.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.