Uses of Interface
org.apache.axiom.om.OMXMLParserWrapper
Packages that use OMXMLParserWrapper
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of OMXMLParserWrapper in org.apache.axiom.om
Methods in org.apache.axiom.om that return OMXMLParserWrapperModifier and TypeMethodDescriptionOMMetaFactorySPI.createOMBuilder
(SAXSource source, boolean expandEntityReferences) Create an object model builder for plain XML that gets its input from aSAXSource
.OMMetaFactorySPI.createOMBuilder
(Source source) Create an object model builder for plain XML that gets its input from aSource
.OMMetaFactorySPI.createOMBuilder
(Source rootPart, OMAttachmentAccessor attachmentAccessor) OMMetaFactorySPI.createOMBuilder
(StAXParserConfiguration configuration, MultipartBody message) Create an XOP aware object model builder.OMMetaFactorySPI.createOMBuilder
(StAXParserConfiguration configuration, InputSource is) Create an object model builder for plain XML that reads a document from the provided input source.OMMetaFactorySPI.createOMBuilder
(Node node, boolean expandEntityReferences) Create an object model builder for plain XML that gets its input from a DOM tree.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 byStAXParserConfiguration.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 byStAXParserConfiguration.DEFAULT
.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 byStAXParserConfiguration.DEFAULT
.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(SAXSource source, boolean expandEntityReferences) Create an object model builder that reads a plain XML document from the providedSAXSource
.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(Source source) Create an object model builder that reads a plain XML document from the providedSource
.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 byStAXParserConfiguration.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 byStAXParserConfiguration.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 byStAXParserConfiguration.DEFAULT
.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(OMFactory omFactory, SAXSource source, boolean expandEntityReferences) Create an object model builder that reads an XML document from the providedSAXSource
using a specified object model factory.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(OMFactory omFactory, Source source) Create an object model builder that reads an XML document from the providedSource
using a specified object model factory.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(OMFactory omFactory, Source rootPart, OMAttachmentAccessor attachmentAccessor) 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
(OMFactory omFactory, StAXParserConfiguration configuration, MultipartBody message) Create an XOP aware model builder from the providedMultipartBody
object using a specified object model factory and with a given parser configuration.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.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.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.createOMBuilder
(StAXParserConfiguration configuration, MultipartBody message) Create an XOP aware model builder from the providedMultipartBody
object and with a given parser configuration.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(Node node, boolean expandEntityReferences) Create an object model builder that reads a plain XML document from the provided DOM tree.OMMetaFactorySPI.createStAXOMBuilder
(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.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.OMContainer.getBuilder()
Returns the builder object. -
Uses of OMXMLParserWrapper in org.apache.axiom.soap
Subinterfaces of OMXMLParserWrapper in org.apache.axiom.soap