|
||||||||||
| 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 | |
| org.apache.axiom.om.impl.builder | |
| org.apache.axiom.om.impl.jaxp | |
| org.apache.axiom.om.util | |
| org.apache.axiom.soap | |
| Uses of OMFactory in org.apache.axiom.om |
|---|
| Methods in org.apache.axiom.om that return OMFactory | |
|---|---|
OMFactory |
OMSerializable.getOMFactory()
Returns the OMFactory that created this object |
OMFactory |
OMMetaFactory.getOMFactory()
Get an OM factory instance for the XML infoset model. |
OMFactory |
OMAttribute.getOMFactory()
Returns the OMFactory that created this object |
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,
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.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,
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.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.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. |
| 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(java.lang.String namespace,
java.lang.String localPart,
OMContainer parent,
javax.xml.stream.XMLStreamReader reader,
OMFactory factory)
|
| Uses of OMFactory in org.apache.axiom.om.impl |
|---|
| Methods in org.apache.axiom.om.impl with parameters of type OMFactory | |
|---|---|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
org.xml.sax.InputSource is)
|
OMXMLParserWrapper |
AbstractOMMetaFactory.createStAXOMBuilder(OMFactory omFactory,
javax.xml.stream.XMLStreamReader parser)
|
| Uses of OMFactory in org.apache.axiom.om.impl.builder |
|---|
| Fields in org.apache.axiom.om.impl.builder declared as OMFactory | |
|---|---|
protected OMFactory |
StAXBuilder.omfactory
Field omfactory |
| Methods in org.apache.axiom.om.impl.builder with parameters of type OMFactory | |
|---|---|
OMElement |
CustomBuilder.create(java.lang.String namespace,
java.lang.String localPart,
OMContainer parent,
javax.xml.stream.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)
|
|
StAXBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser)
Constructor StAXBuilder. |
|
StAXBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser,
java.lang.String characterEncoding)
Constructor StAXBuilder. |
|
StAXOMBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser)
Constructor StAXOMBuilder. |
|
StAXOMBuilder(OMFactory factory,
javax.xml.stream.XMLStreamReader parser,
OMElement element)
Constructor linked to existing element. |
|
StAXOMBuilder(OMFactory factory,
javax.xml.stream.XMLStreamReader parser,
OMElement element,
java.lang.String characterEncoding)
Constructor linked to existing element. |
|
XOPAwareStAXOMBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser,
Attachments attachments)
Constructor StAXOMBuilder. |
|
XOPAwareStAXOMBuilder(OMFactory factory,
javax.xml.stream.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,
java.lang.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)
Create an OMText node from a byte array containing binary data If the byte array is large and the optimize flag is set, then the data is stored in a temp file to reduce in-core memory |
static OMText |
TextHelper.toOMText(byte[] b,
int off,
int length,
OMFactory factory,
boolean isOptimize,
java.lang.String attachmentDir)
Create an OMText node from a byte array containing binary data If the byte array is large and the optimize flag is set, then the data is stored in a temp file to reduce in-core memory |
| Uses of OMFactory in org.apache.axiom.soap |
|---|
| Subinterfaces of OMFactory in org.apache.axiom.soap | |
|---|---|
interface |
SOAPFactory
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||