| Modifier and Type | Method and Description |
|---|---|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(java.io.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(java.io.InputStream in,
java.lang.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(org.w3c.dom.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,
java.io.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,
java.io.InputStream in,
java.lang.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. |
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(OMFactory omFactory,
org.w3c.dom.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,
org.w3c.dom.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.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
java.io.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,
javax.xml.transform.sax.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,
javax.xml.transform.sax.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,
javax.xml.transform.Source source)
Create an object model builder for plain XML that gets its input from a
Source. |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
javax.xml.transform.Source source)
Create an object model builder that reads an XML document from the provided
Source
using a specified object model factory. |
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,
org.xml.sax.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,
java.io.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,
java.io.InputStream in,
java.lang.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,
java.io.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(java.io.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(javax.xml.transform.sax.SAXSource source,
boolean expandEntityReferences)
Create an object model builder that reads a plain XML document from the provided
SAXSource. |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(javax.xml.transform.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,
java.io.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,
java.io.InputStream in,
java.lang.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,
org.xml.sax.InputSource rootPart,
MimePartProvider mimePartProvider)
Create an XOP aware object model builder.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(StAXParserConfiguration configuration,
java.io.Reader in)
Create an object model builder that reads a plain XML document from the provided character
stream with a given parser configuration.
|
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(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.
|
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 | Method and Description |
|---|---|
void |
OMElement.setBuilder(OMXMLParserWrapper wrapper)
Method setBuilder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SAXOMBuilder |
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 | Method and Description |
|---|---|
OMDocument |
OMFactoryEx.createOMDocument(OMXMLParserWrapper builder) |
OMElement |
OMFactoryEx.createOMElement(java.lang.String localName,
OMContainer parent,
OMXMLParserWrapper builder) |
| Modifier and Type | Field and Description |
|---|---|
private OMXMLParserWrapper |
SwitchingWrapper.builder
Field builder
|
| Modifier and Type | Method and Description |
|---|---|
OMXMLParserWrapper |
IParentNode.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,
boolean preserveNamespaceContext)
Constructor OMStAXWrapper.
|
SwitchingWrapper(OMXMLParserWrapper builder,
OMContainer startNode,
boolean cache,
boolean preserveNamespaceContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
org.w3c.dom.Node node,
boolean expandEntityReferences) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
javax.xml.transform.sax.SAXSource source,
boolean expandEntityReferences) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
javax.xml.transform.Source source) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
org.xml.sax.InputSource is) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(StAXParserConfiguration configuration,
OMFactory omFactory,
org.xml.sax.InputSource rootPart,
MimePartProvider mimePartProvider) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
javax.xml.stream.XMLStreamReader parser) |
private static OMXMLParserWrapper |
AbstractOMMetaFactory.internalCreateStAXOMBuilder(OMFactory omFactory,
javax.xml.stream.XMLStreamReader parser) |
| Modifier and Type | Field and Description |
|---|---|
protected OMXMLParserWrapper |
DocumentImpl.builder |
protected OMXMLParserWrapper |
ElementImpl.builder |
| Modifier and Type | Method and Description |
|---|---|
OMXMLParserWrapper |
DocumentImpl.getBuilder() |
OMXMLParserWrapper |
AttrImpl.getBuilder() |
OMXMLParserWrapper |
DocumentFragmentImpl.getBuilder() |
OMXMLParserWrapper |
ElementImpl.getBuilder() |
OMXMLParserWrapper |
LeafNode.getBuilder() |
abstract OMXMLParserWrapper |
NodeImpl.getBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementImpl.setBuilder(OMXMLParserWrapper wrapper)
Sets the OM builder.
|
| Constructor and Description |
|---|
DocumentImpl(OMXMLParserWrapper parserWrapper,
OMFactory factory) |
ElementImpl(ParentNode parentNode,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
| Modifier and Type | Method and Description |
|---|---|
OMDocument |
OMDOMFactory.createOMDocument(OMXMLParserWrapper builder) |
OMElement |
OMDOMFactory.createOMElement(java.lang.String localName,
OMContainer parent,
OMXMLParserWrapper builder)
Creates an OMElement with the builder.
|
SOAPMessage |
OMDOMMetaFactory.createSOAPMessage(OMXMLParserWrapper builder) |
| Modifier and Type | Field and Description |
|---|---|
protected OMXMLParserWrapper |
OMElementImpl.builder |
protected OMXMLParserWrapper |
OMDocumentImpl.builder |
| Modifier and Type | Method and Description |
|---|---|
abstract OMXMLParserWrapper |
OMSerializableImpl.getBuilder() |
OMXMLParserWrapper |
OMElementImpl.getBuilder()
Method getBuilder.
|
OMXMLParserWrapper |
OMDocumentImpl.getBuilder() |
OMXMLParserWrapper |
OMLeafNode.getBuilder() |
OMXMLParserWrapper |
OMSourcedElementImpl.getBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
OMElementImpl.setBuilder(OMXMLParserWrapper wrapper)
Method setBuilder.
|
void |
OMSourcedElementImpl.setBuilder(OMXMLParserWrapper wrapper) |
| Constructor and Description |
|---|
OMDocumentImpl(OMXMLParserWrapper parserWrapper,
OMFactory factory)
Create the
OMDocument with the factory |
OMElementImpl(OMContainer parent,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
OMSourcedElementImpl(OMContainer parent,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
| Modifier and Type | Method and Description |
|---|---|
OMDocument |
OMLinkedListImplFactory.createOMDocument(OMXMLParserWrapper builder) |
OMElement |
OMLinkedListImplFactory.createOMElement(java.lang.String localName,
OMContainer parent,
OMXMLParserWrapper builder)
Method createOMElement.
|
SOAPMessage |
OMLinkedListMetaFactory.createSOAPMessage(OMXMLParserWrapper builder) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SOAPModelBuilder
SOAP specific extension to
OMXMLParserWrapper. |
| Modifier and Type | Class and Description |
|---|---|
class |
MTOMStAXSOAPModelBuilder |
class |
StAXSOAPModelBuilder
StAX based builder that produces a SOAP infoset model.
|
| Constructor and Description |
|---|
SOAPBodyImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPElement(ParentNode parentNode,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPEnvelopeImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPFaultCodeImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPFaultDetailImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPFaultImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPFaultNodeImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPFaultReasonImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPFaultRoleImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPFaultSubCodeImpl(ParentNode parentNode,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPFaultTextImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPFaultValueImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPHeaderBlockImpl(ParentNode parentNode,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPHeaderImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAPMessageImpl(OMXMLParserWrapper parserWrapper,
SOAPFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
SOAPEnvelope |
DOMSOAPFactory.createSOAPEnvelope(SOAPMessage message,
OMXMLParserWrapper builder) |
SOAPMessage |
DOMSOAPFactory.createSOAPMessage(OMXMLParserWrapper builder) |
| Constructor and Description |
|---|
SOAP11BodyImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAP11FaultCodeImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAP11FaultDetailImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAP11FaultImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAP11FaultReasonImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAP11FaultRoleImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAP11FaultSubCodeImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAP11FaultTextImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAP11FaultValueImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAP11HeaderBlockImpl(ParentNode parentNode,
java.lang.String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
SOAP11HeaderImpl(ParentNode parentNode,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
| Modifier and Type | Method and Description |
|---|---|
OMXMLParserWrapper |
BuilderFactory.getBuilder(OMMetaFactory metaFactory,
org.xml.sax.InputSource inputSource) |
| Modifier and Type | Method and Description |
|---|---|
OMContainer |
OMContainerFactory.getContainer(OMXMLParserWrapper builder)
Extract the
OMContainer from the given test file. |
OMContainer |
OMElementFactory.getContainer(OMXMLParserWrapper builder) |