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 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.
 

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 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
           
 



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