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,
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,
XMLStreamReader parser)
Create an object model builder for plain XML that pulls events from a StAX stream reader.
|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createStAXOMBuilder(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(String localName,
OMContainer parent,
OMXMLParserWrapper builder) |
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
IParentNode.getBuilder() |
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
Node node,
boolean expandEntityReferences) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
SAXSource source,
boolean expandEntityReferences) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
Source source) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputSource is) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(StAXParserConfiguration configuration,
OMFactory omFactory,
InputSource rootPart,
MimePartProvider mimePartProvider) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
XMLStreamReader parser) |
Modifier and Type | Field and Description |
---|---|
protected OMXMLParserWrapper |
ElementImpl.builder |
protected OMXMLParserWrapper |
DocumentImpl.builder |
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
LeafNode.getBuilder() |
abstract OMXMLParserWrapper |
NodeImpl.getBuilder() |
OMXMLParserWrapper |
DocumentFragmentImpl.getBuilder() |
OMXMLParserWrapper |
AttrImpl.getBuilder() |
OMXMLParserWrapper |
ElementImpl.getBuilder() |
OMXMLParserWrapper |
DocumentImpl.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,
String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
Modifier and Type | Method and Description |
---|---|
OMDocument |
OMDOMFactory.createOMDocument(OMXMLParserWrapper builder) |
OMElement |
OMDOMFactory.createOMElement(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 |
OMDocumentImpl.builder |
protected OMXMLParserWrapper |
OMElementImpl.builder |
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
OMSourcedElementImpl.getBuilder() |
OMXMLParserWrapper |
OMDocumentImpl.getBuilder() |
abstract OMXMLParserWrapper |
OMSerializableImpl.getBuilder() |
OMXMLParserWrapper |
OMElementImpl.getBuilder()
Method getBuilder.
|
OMXMLParserWrapper |
OMLeafNode.getBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
OMSourcedElementImpl.setBuilder(OMXMLParserWrapper wrapper) |
void |
OMElementImpl.setBuilder(OMXMLParserWrapper wrapper)
Method setBuilder.
|
Constructor and Description |
---|
OMDocumentImpl(OMXMLParserWrapper parserWrapper,
OMFactory factory)
Create the
OMDocument with the factory |
OMElementImpl(OMContainer parent,
String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
OMSourcedElementImpl(OMContainer parent,
String localName,
OMNamespace ns,
OMXMLParserWrapper builder,
OMFactory factory,
boolean generateNSDecl) |
Modifier and Type | Method and Description |
---|---|
OMDocument |
OMLinkedListImplFactory.createOMDocument(OMXMLParserWrapper builder) |
OMElement |
OMLinkedListImplFactory.createOMElement(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,
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,
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,
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) |
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
BuilderFactory.getBuilder(OMMetaFactory metaFactory,
InputSource inputSource) |
Modifier and Type | Method and Description |
---|---|
OMContainer |
OMElementFactory.getContainer(OMXMLParserWrapper builder) |
OMContainer |
OMContainerFactory.getContainer(OMXMLParserWrapper builder)
Extract the
OMContainer from the given test file. |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.