|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMFactory | |
---|---|
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.om.ds.custombuilder | |
org.apache.axiom.om.impl.builder | |
org.apache.axiom.om.impl.jaxp | |
org.apache.axiom.om.util | |
org.apache.axiom.soap | |
org.apache.axiom.soap.impl.builder | |
org.apache.axiom.ts.om.factory | |
org.apache.axiom.ts.om.sourcedelement |
Uses of OMFactory in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om that return OMFactory | |
---|---|
OMFactory |
OMMetaFactory.getOMFactory()
Get the OM factory instance for the XML infoset model. |
OMFactory |
OMInformationItem.getOMFactory()
Get the OMFactory that created this information item. |
static OMFactory |
OMAbstractFactory.getOMFactory()
Get the default OM factory instance. |
Methods in org.apache.axiom.om with parameters of type OMFactory | |
---|---|
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. |
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(StAXParserConfiguration configuration,
OMFactory omFactory,
InputSource rootPart,
MimePartProvider mimePartProvider)
Create an XOP aware object model builder. |
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. |
Uses of OMFactory in org.apache.axiom.om.ds.custombuilder |
---|
Methods in org.apache.axiom.om.ds.custombuilder with parameters of type OMFactory | |
---|---|
OMElement |
ByteArrayCustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
XMLStreamReader reader,
OMFactory factory)
|
Uses of OMFactory in org.apache.axiom.om.impl.builder |
---|
Subinterfaces of OMFactory in org.apache.axiom.om.impl.builder | |
---|---|
interface |
OMFactoryEx
Interface that is used internally by Axiom and that should not be considered being part of the public API. |
Methods in org.apache.axiom.om.impl.builder with parameters of type OMFactory | |
---|---|
OMElement |
CustomBuilder.create(String namespace,
String localPart,
OMContainer parent,
XMLStreamReader reader,
OMFactory factory)
Create an OMElement for this whole subtree. |
protected OMNode |
StAXOMBuilder.createWithCustomBuilder(CustomBuilder customBuilder,
OMFactory factory)
|
void |
StAXBuilder.setOMBuilderFactory(OMFactory ombuilderFactory)
Method setOMBuilderFactory. |
Constructors in org.apache.axiom.om.impl.builder with parameters of type OMFactory | |
---|---|
SAXOMBuilder(OMFactory factory)
Deprecated. Instead of creating an instance of this class directly, create a SAXSource and use
OMXMLBuilderFactory.createOMBuilder(OMFactory, SAXSource, boolean) . |
|
SAXOMBuilder(OMFactory factory,
SAXSource source,
boolean expandEntityReferences)
For internal use only. |
|
StAXBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser)
Constructor StAXBuilder. |
|
StAXBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser,
String characterEncoding)
Constructor StAXBuilder. |
|
StAXOMBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser)
Constructor StAXOMBuilder. |
|
StAXOMBuilder(OMFactory factory,
XMLStreamReader parser,
OMElement element)
Constructor linked to existing element. |
|
StAXOMBuilder(OMFactory factory,
XMLStreamReader parser,
OMElement element,
String characterEncoding)
Constructor linked to existing element. |
|
XOPAwareStAXOMBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser,
Attachments attachments)
Constructor StAXOMBuilder. |
|
XOPAwareStAXOMBuilder(OMFactory omFactory,
XMLStreamReader reader,
MimePartProvider mimePartProvider)
|
|
XOPAwareStAXOMBuilder(OMFactory factory,
XMLStreamReader parser,
OMElement element,
Attachments attachments)
Constructor linked to existing element. |
Uses of OMFactory in org.apache.axiom.om.impl.jaxp |
---|
Constructors in org.apache.axiom.om.impl.jaxp with parameters of type OMFactory | |
---|---|
OMResult(OMFactory omFactory)
|
Uses of OMFactory in org.apache.axiom.om.util |
---|
Methods in org.apache.axiom.om.util with parameters of type OMFactory | |
---|---|
static OMElement |
ElementHelper.importOMElement(OMElement omElement,
OMFactory omFactory)
Some times two OMElements needs to be added to the same object tree. |
static OMElement |
AXIOMUtil.stringToOM(OMFactory omFactory,
String xmlFragment)
Create an OMElement from an XML fragment given as a string. |
static OMText |
TextHelper.toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize)
Deprecated. The implementation of this method is incomplete. It will be removed in Axiom 1.3. |
static OMText |
TextHelper.toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize,
String attachmentDir)
Deprecated. The implementation of this method is incomplete. It will be removed in Axiom 1.3. |
Uses of OMFactory in org.apache.axiom.soap |
---|
Subinterfaces of OMFactory in org.apache.axiom.soap | |
---|---|
interface |
SOAPFactory
|
Uses of OMFactory in org.apache.axiom.soap.impl.builder |
---|
Subinterfaces of OMFactory in org.apache.axiom.soap.impl.builder | |
---|---|
interface |
SOAPFactoryEx
Interface that is used internally by Axiom and that should not be considered being part of the public API. |
Uses of OMFactory in org.apache.axiom.ts.om.factory |
---|
Methods in org.apache.axiom.ts.om.factory with parameters of type OMFactory | |
---|---|
abstract OMElement |
CreateOMElementVariant.createOMElement(OMFactory factory,
OMContainer parent,
String localName,
String namespaceURI,
String prefix)
Create an OMElement . |
abstract OMContainer |
CreateOMElementParentSupplier.createParent(OMFactory factory)
|
Uses of OMFactory in org.apache.axiom.ts.om.sourcedelement |
---|
Methods in org.apache.axiom.ts.om.sourcedelement with parameters of type OMFactory | |
---|---|
abstract OMSourcedElement |
OMSourcedElementVariant.createOMSourcedElement(OMFactory factory,
QName qname)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |