Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
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(InputStream in,
String encoding)
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(Node node,
boolean expandEntityReferences)
Create an object model builder that reads a plain XML document from the provided DOM tree.
|
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,
InputStream in,
String encoding)
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,
Node node,
boolean expandEntityReferences)
Create an object model builder that reads an XML document from the provided DOM tree using a
specified object model factory.
|
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(OMFactory omFactory,
Node node,
boolean expandEntityReferences)
Create an object model builder for plain XML that gets its input from a DOM tree.
|
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 . |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
SAXSource source,
boolean expandEntityReferences)
Create an object model builder that reads an XML document from the provided
SAXSource
using a specified object model factory. |
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(OMFactory omFactory,
SAXSource source,
boolean expandEntityReferences)
Create an object model builder for plain XML that gets its input from a
SAXSource . |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
Source source)
Create an object model builder that reads an XML document from the provided
Source
using a specified object model factory. |
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(OMFactory omFactory,
Source source)
Create an object model builder for plain XML that gets its input from a
Source . |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
Attachments attachments)
Create an XOP aware model builder from the provided
Attachments object using a
specified object model factory and with a given parser configuration. |
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,
InputStream in,
String encoding)
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(SAXSource source,
boolean expandEntityReferences)
Create an object model builder that reads a plain XML document from the provided
SAXSource . |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(Source source)
Create an object model builder that reads a plain XML document from the provided
Source . |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(StAXParserConfiguration configuration,
Attachments attachments)
Create an XOP aware model builder from the provided
Attachments object and with a
given parser configuration. |
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,
InputStream in,
String encoding)
Create an object model builder that reads a plain XML document from the provided input stream
with a given parser configuration.
|
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(StAXParserConfiguration configuration,
OMFactory omFactory,
InputSource rootPart,
MimePartProvider mimePartProvider)
Create an XOP aware object model builder.
|
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.createStAXOMBuilder(OMFactory omFactory,
javax.xml.stream.XMLStreamReader parser)
Create an object model builder that pulls events from a StAX stream reader using a specified
object model factory.
|
OMXMLParserWrapper |
OMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
javax.xml.stream.XMLStreamReader parser)
Create an object model builder for plain XML that pulls events from a StAX stream reader.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createStAXOMBuilder(javax.xml.stream.XMLStreamReader parser)
Create an object model builder for plain XML that pulls events from a StAX stream reader.
|
OMXMLParserWrapper |
OMContainer.getBuilder()
Returns the builder object.
|
Modifier and Type | Class and Description |
---|---|
class |
StAXBuilder
Internal implementation class.
|
class |
StAXOMBuilder
Internal implementation class.
|
class |
XOPAwareStAXOMBuilder |
Modifier and Type | Method and Description |
---|---|
OMDocument |
OMFactoryEx.createOMDocument(OMXMLParserWrapper builder) |
OMElement |
OMFactoryEx.createOMElement(String localName,
OMContainer parent,
OMXMLParserWrapper builder) |
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPModelBuilder
SOAP specific extension to
OMXMLParserWrapper . |
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
SOAPFactory.createSOAPMessage(OMXMLParserWrapper builder)
Deprecated.
This method only exists for compatibility with Spring-WS and should not be used
by application code.
|
Modifier and Type | Class and Description |
---|---|
class |
MTOMStAXSOAPModelBuilder
Internal implementation class.
|
class |
StAXSOAPModelBuilder
Internal implementation class.
|
Copyright © The Apache Software Foundation. All Rights Reserved.