|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OMXMLParserWrapper | |
|---|---|
| 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 | |
| Uses of OMXMLParserWrapper in org.apache.axiom.om |
|---|
| Methods in org.apache.axiom.om that return OMXMLParserWrapper | |
|---|---|
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(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. |
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. |
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. |
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,
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.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. |
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. |
| Methods in org.apache.axiom.om with parameters of type OMXMLParserWrapper | |
|---|---|
OMDocument |
OMFactory.createOMDocument(OMXMLParserWrapper builder)
|
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMText |
OMFactory.createOMText(java.lang.String contentID,
OMContainer parent,
OMXMLParserWrapper builder)
|
void |
OMElement.setBuilder(OMXMLParserWrapper wrapper)
Method setBuilder. |
| Uses of OMXMLParserWrapper in org.apache.axiom.om.impl.builder |
|---|
| Classes in org.apache.axiom.om.impl.builder that implement OMXMLParserWrapper | |
|---|---|
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
|
| Uses of OMXMLParserWrapper in org.apache.axiom.soap |
|---|
| Subinterfaces of OMXMLParserWrapper in org.apache.axiom.soap | |
|---|---|
interface |
SOAPModelBuilder
SOAP specific extension to OMXMLParserWrapper. |
| Uses of OMXMLParserWrapper in org.apache.axiom.soap.impl.builder |
|---|
| Classes in org.apache.axiom.soap.impl.builder that implement OMXMLParserWrapper | |
|---|---|
class |
MTOMStAXSOAPModelBuilder
|
class |
StAXSOAPModelBuilder
StAX based builder that produces a SOAP infoset model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||