Uses of Interface
org.apache.axiom.om.OMFactory

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   
 

Uses of OMFactory in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return OMFactory
 OMFactory OMMetaFactory.getOMFactory()
          Get an 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, 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.
 OMXMLParserWrapper OMMetaFactory.createOMBuilder(StAXParserConfiguration configuration, OMFactory omFactory, org.xml.sax.InputSource rootPart, MimePartProvider mimePartProvider)
          Create an XOP aware object model builder.
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.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 omFactory, javax.xml.stream.XMLStreamReader reader, MimePartProvider mimePartProvider)
           
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)
          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, java.lang.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
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.