|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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,
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. |
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 | |
---|---|
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. |
Uses of OMXMLParserWrapper in org.apache.axiom.om.impl |
---|
Methods in org.apache.axiom.om.impl that return OMXMLParserWrapper | |
---|---|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
Source source)
|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
InputSource is)
|
OMXMLParserWrapper |
AbstractOMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
XMLStreamReader parser)
|
OMXMLParserWrapper |
OMStAXWrapper.getBuilder()
|
Constructors in org.apache.axiom.om.impl with parameters of type OMXMLParserWrapper | |
---|---|
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. |
Uses of OMXMLParserWrapper in org.apache.axiom.om.impl.builder |
---|
Classes in org.apache.axiom.om.impl.builder that implement OMXMLParserWrapper | |
---|---|
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
|
Uses of OMXMLParserWrapper in org.apache.axiom.om.impl.dom |
---|
Fields in org.apache.axiom.om.impl.dom declared as OMXMLParserWrapper | |
---|---|
OMXMLParserWrapper |
NodeImpl.builder
Field builder |
Methods in org.apache.axiom.om.impl.dom that return OMXMLParserWrapper | |
---|---|
OMXMLParserWrapper |
ParentNode.getBuilder()
|
Methods in org.apache.axiom.om.impl.dom with parameters of type OMXMLParserWrapper | |
---|---|
void |
ElementImpl.setBuilder(OMXMLParserWrapper wrapper)
Sets the OM builder. |
Constructors in org.apache.axiom.om.impl.dom with parameters of type OMXMLParserWrapper | |
---|---|
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)
|
Uses of OMXMLParserWrapper in org.apache.axiom.om.impl.dom.factory |
---|
Methods in org.apache.axiom.om.impl.dom.factory with parameters of type OMXMLParserWrapper | |
---|---|
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)
|
Uses of OMXMLParserWrapper in org.apache.axiom.om.impl.llom |
---|
Fields in org.apache.axiom.om.impl.llom declared as OMXMLParserWrapper | |
---|---|
OMXMLParserWrapper |
OMSerializableImpl.builder
Field parserWrapper |
Methods in org.apache.axiom.om.impl.llom that return OMXMLParserWrapper | |
---|---|
OMXMLParserWrapper |
OMElementImpl.getBuilder()
Method getBuilder. |
OMXMLParserWrapper |
OMSourcedElementImpl.getBuilder()
|
OMXMLParserWrapper |
OMDocumentImpl.getBuilder()
|
Methods in org.apache.axiom.om.impl.llom with parameters of type OMXMLParserWrapper | |
---|---|
void |
OMElementImpl.setBuilder(OMXMLParserWrapper wrapper)
Method setBuilder. |
void |
OMSourcedElementImpl.setBuilder(OMXMLParserWrapper wrapper)
|
Constructors in org.apache.axiom.om.impl.llom with parameters of type OMXMLParserWrapper | |
---|---|
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)
|
Uses of OMXMLParserWrapper in org.apache.axiom.om.impl.llom.factory |
---|
Methods in org.apache.axiom.om.impl.llom.factory with parameters of type OMXMLParserWrapper | |
---|---|
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)
|
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.soap.impl.dom |
---|
Uses of OMXMLParserWrapper in org.apache.axiom.soap.impl.dom.factory |
---|
Uses of OMXMLParserWrapper in org.apache.axiom.soap.impl.dom.soap11 |
---|
Uses of OMXMLParserWrapper in org.apache.axiom.soap.impl.dom.soap12 |
---|
Uses of OMXMLParserWrapper in org.apache.axiom.soap.impl.llom |
---|
Uses of OMXMLParserWrapper in org.apache.axiom.soap.impl.llom.soap11 |
---|
Uses of OMXMLParserWrapper in org.apache.axiom.soap.impl.llom.soap12 |
---|
Uses of OMXMLParserWrapper in org.apache.axiom.ts.om.container |
---|
Methods in org.apache.axiom.ts.om.container with parameters of type OMXMLParserWrapper | |
---|---|
OMContainer |
OMContainerFactory.getContainer(OMXMLParserWrapper builder)
|
OMContainer |
OMElementFactory.getContainer(OMXMLParserWrapper builder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |