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

Packages that use OMFactory
org.apache.axiom.om   
org.apache.axiom.om.impl.builder   
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 OMAttribute.getOMFactory()
          Returns the OMFactory that created this object
 OMFactory OMNode.getOMFactory()
          Returns the OMFactory that created this object
 OMFactory OMDocument.getOMFactory()
          Returns the OMFactory that created this object
static OMFactory OMAbstractFactory.getOMFactory()
           
 

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
 void StAXBuilder.setOMBuilderFactory(OMFactory ombuilderFactory)
          Method setOMBuilderFactory.
 

Constructors in org.apache.axiom.om.impl.builder with parameters of type OMFactory
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.
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.
StAXBuilder(OMFactory ombuilderFactory, javax.xml.stream.XMLStreamReader parser)
          Constructor StAXBuilder.
 

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

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



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.