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

Packages that use OMFactory
org.apache.axiom.om   
org.apache.axiom.om.ds.custombuilder   
org.apache.axiom.om.impl.builder   
org.apache.axiom.om.util   
org.apache.axiom.om.xpath   
org.apache.axiom.soap   
 

Uses of OMFactory in org.apache.axiom.om
 

Fields in org.apache.axiom.om declared as OMFactory
private static OMFactory OMAbstractFactory.defaultOMFactory
           
 

Methods in org.apache.axiom.om that return OMFactory
 OMFactory OMNode.getOMFactory()
          Returns the OMFactory that created this object
static OMFactory OMAbstractFactory.getOMFactory()
           
 OMFactory OMDocument.getOMFactory()
          Returns the OMFactory that created this object
 OMFactory OMAttribute.getOMFactory()
          Returns the OMFactory that created this object
 

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
(package private)  OMFactory SAXOMBuilder.factory
           
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
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.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.
 

Uses of OMFactory in org.apache.axiom.om.xpath
 

Fields in org.apache.axiom.om.xpath declared as OMFactory
(package private)  OMFactory DocumentNavigator.OMAttributeEx.factory
           
 

Methods in org.apache.axiom.om.xpath that return OMFactory
 OMFactory DocumentNavigator.OMAttributeEx.getOMFactory()
           
 

Constructors in org.apache.axiom.om.xpath with parameters of type OMFactory
DocumentNavigator.OMAttributeEx(OMAttribute attribute, OMContainer parent, OMFactory factory)
           
 

Uses of OMFactory in org.apache.axiom.soap
 

Subinterfaces of OMFactory in org.apache.axiom.soap
 interface SOAPFactory