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,
Source source)
Create an object model builder for plain XML that gets its input from a
Source . |
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,
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(Source source)
Create an object model builder that reads a plain XML document from the provided
Source . |
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.
|
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 |
---|---|
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,
Source source) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputSource is) |
OMXMLParserWrapper |
AbstractOMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
javax.xml.stream.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.
|
Modifier and Type | Class and Description |
---|---|
class |
SAXOMXMLParserWrapper
OMXMLParserWrapper implementation for SAX parsers. |
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 | Field and Description |
---|---|
OMXMLParserWrapper |
NodeImpl.builder
Field builder
|
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
ParentNode.getBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
ElementImpl.setBuilder(OMXMLParserWrapper wrapper)
Sets the OM builder.
|
Constructor and Description |
---|
DocumentImpl(OMXMLParserWrapper parserWrapper,
OMFactory factory) |
DOMStAXWrapper(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.
|
DOMStAXWrapper(OMXMLParserWrapper builder,
OMContainer startNode,
boolean cache)
Constructor OMStAXWrapper.
|
ElementImpl(DocumentImpl ownerDocument,
String tagName,
NamespaceImpl ns,
OMXMLParserWrapper builder,
OMFactory factory) |
ElementImpl(ParentNode parentNode,
String tagName,
NamespaceImpl ns,
OMXMLParserWrapper builder,
OMFactory factory) |
ElementImpl(String tagName,
NamespaceImpl ns,
OMXMLParserWrapper builder,
OMFactory factory) |
TextImpl(String contentID,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory) |
TextNodeImpl(String contentID,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory) |
Modifier and Type | Method and Description |
---|---|
OMDocument |
OMDOMFactory.createOMDocument(OMXMLParserWrapper builder) |
OMElement |
OMDOMFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Creates an OMElement with the builder.
|
OMText |
OMDOMFactory.createOMText(String contentID,
OMContainer parent,
OMXMLParserWrapper builder) |
Modifier and Type | Field and Description |
---|---|
OMXMLParserWrapper |
OMSerializableImpl.builder
Field parserWrapper
|
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
OMSourcedElementImpl.getBuilder() |
OMXMLParserWrapper |
OMDocumentImpl.getBuilder() |
OMXMLParserWrapper |
OMElementImpl.getBuilder()
Method getBuilder.
|
Modifier and Type | Method and Description |
---|---|
void |
OMSourcedElementImpl.setBuilder(OMXMLParserWrapper wrapper) |
void |
OMElementImpl.setBuilder(OMXMLParserWrapper wrapper)
Method setBuilder.
|
Constructor and Description |
---|
OMDocumentImpl(OMElement documentElement,
OMXMLParserWrapper parserWrapper,
OMFactory factory)
Create the
OMDoucment with the factory and set the given OMElement
as the document element |
OMDocumentImpl(OMXMLParserWrapper parserWrapper,
OMFactory factory)
Create the
OMDocument with the factory |
OMElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory)
Constructor OMElementImpl.
|
OMSourcedElementImpl(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory) |
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.
|
OMTextImpl(String contentID,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory) |
Modifier and Type | Method and Description |
---|---|
OMDocument |
OMLinkedListImplFactory.createOMDocument(OMXMLParserWrapper builder) |
OMElement |
OMLinkedListImplFactory.createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Method createOMElement.
|
OMText |
OMLinkedListImplFactory.createOMText(String contentID,
OMContainer parent,
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.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.