|
||||||||||
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 | |
org.apache.axiom.ts.om.container |
Uses of OMXMLParserWrapper in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om that return OMXMLParserWrapper | |
---|---|
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. |
Methods in org.apache.axiom.om with parameters of type OMXMLParserWrapper | |
---|---|
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 |
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
|
Methods in org.apache.axiom.om.impl.builder with parameters of type OMXMLParserWrapper | |
---|---|
OMDocument |
OMFactoryEx.createOMDocument(OMXMLParserWrapper builder)
|
OMElement |
OMFactoryEx.createOMElement(String localName,
OMContainer parent,
OMXMLParserWrapper builder)
|
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. |
Uses of OMXMLParserWrapper in org.apache.axiom.ts.om.container |
---|
Methods in org.apache.axiom.ts.om.container that return OMXMLParserWrapper | |
---|---|
OMXMLParserWrapper |
BuilderFactory.getBuilder(OMMetaFactory metaFactory,
InputSource inputSource)
|
Methods in org.apache.axiom.ts.om.container with parameters of type OMXMLParserWrapper | |
---|---|
OMContainer |
OMElementFactory.getContainer(OMXMLParserWrapper builder)
|
OMContainer |
OMContainerFactory.getContainer(OMXMLParserWrapper builder)
Extract the OMContainer from the given test file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |