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.impl.dom   
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.impl.llom.factory   
org.apache.axiom.soap   
org.apache.axiom.soap.impl.dom.factory   
org.apache.axiom.soap.impl.llom.soap11   
org.apache.axiom.soap.impl.llom.soap12   
 

Uses of OMFactory in org.apache.axiom.om
 

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

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

Fields in org.apache.axiom.om.impl.dom declared as OMFactory
protected  OMFactory NodeImpl.factory
          Factory that created this node
 

Methods in org.apache.axiom.om.impl.dom that return OMFactory
static OMFactory DOOMAbstractFactory.getOMFactory()
           
 OMFactory NodeImpl.getOMFactory()
          Returns the OMFactory that created this node
 

Constructors in org.apache.axiom.om.impl.dom with parameters of type OMFactory
ParentNode(DocumentImpl ownerDocument, OMFactory factory)
           
ParentNode(OMFactory factory)
           
CharacterImpl(OMFactory factory)
           
CharacterImpl(DocumentImpl ownerNode, OMFactory factory)
           
CharacterImpl(DocumentImpl ownerNode, java.lang.String value, OMFactory factory)
           
NodeImpl(DocumentImpl ownerDocument, OMFactory factory)
           
NodeImpl(OMFactory factory)
           
AttrImpl(DocumentImpl ownerDocument, OMFactory factory)
           
AttrImpl(DocumentImpl ownerDocument, java.lang.String localName, OMNamespace ns, java.lang.String value, OMFactory factory)
           
AttrImpl(DocumentImpl ownerDocument, java.lang.String name, java.lang.String value, OMFactory factory)
           
AttrImpl(DocumentImpl ownerDocument, java.lang.String name, OMFactory factory)
           
AttrImpl(DocumentImpl ownerDocument, java.lang.String localName, OMNamespace namespace, OMFactory factory)
           
DocumentImpl(DocumentImpl ownerDocument, OMFactory factory)
           
DocumentImpl(OMXMLParserWrapper parserWrapper, OMFactory factory)
           
DocumentImpl(OMFactory factory)
           
CommentImpl(DocumentImpl ownerNode, OMFactory factory)
           
CommentImpl(DocumentImpl ownerNode, java.lang.String value, OMFactory factory)
           
ChildNode(DocumentImpl ownerDocument, OMFactory factory)
           
ChildNode(OMFactory factory)
           
ElementImpl(DocumentImpl ownerDocument, java.lang.String tagName, OMFactory factory)
           
ElementImpl(DocumentImpl ownerDocument, java.lang.String tagName, NamespaceImpl ns, OMFactory factory)
          Creates a new element with the namespace.
ElementImpl(DocumentImpl ownerDocument, java.lang.String tagName, NamespaceImpl ns, OMXMLParserWrapper builder, OMFactory factory)
           
ElementImpl(ParentNode parentNode, java.lang.String tagName, NamespaceImpl ns, OMFactory factory)
           
ElementImpl(ParentNode parentNode, java.lang.String tagName, NamespaceImpl ns, OMXMLParserWrapper builder, OMFactory factory)
           
ElementImpl(java.lang.String tagName, NamespaceImpl ns, OMXMLParserWrapper builder, OMFactory factory)
           
ElementImpl(OMFactory factory)
           
DocumentFragmentimpl(DocumentImpl ownerDocument, OMFactory factory)
           
TextImpl(java.lang.String text, OMFactory factory)
          Creates a text node with the given text required by the OMDOMFactory.
TextImpl(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder, OMFactory factory)
           
TextImpl(java.lang.String text, java.lang.String mimeType, boolean optimize, OMFactory factory)
           
TextImpl(java.lang.String text, java.lang.String mimeType, boolean optimize, boolean isBinary, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, java.lang.Object dataHandler, boolean optimize, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, java.lang.String value, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, java.lang.String value, java.lang.String mimeType, boolean optimize, OMFactory factory)
           
 

Uses of OMFactory in org.apache.axiom.om.impl.dom.factory
 

Classes in org.apache.axiom.om.impl.dom.factory that implement OMFactory
 class OMDOMFactory
           
 

Uses of OMFactory in org.apache.axiom.om.impl.llom
 

Fields in org.apache.axiom.om.impl.llom declared as OMFactory
protected  OMFactory OMDocumentImpl.factory
           
protected  OMFactory OMNodeImpl.factory
           
 

Methods in org.apache.axiom.om.impl.llom that return OMFactory
 OMFactory OMDocumentImpl.getOMFactory()
           
 OMFactory OMAttributeImpl.getOMFactory()
           
 OMFactory OMNodeImpl.getOMFactory()
           
 

Constructors in org.apache.axiom.om.impl.llom with parameters of type OMFactory
OMTextImpl(java.lang.String s, OMFactory factory)
          Constructor OMTextImpl.
OMTextImpl(java.lang.String s, int nodeType, OMFactory factory)
           
OMTextImpl(OMElement parent, java.lang.String text, OMFactory factory)
          Constructor OMTextImpl.
OMTextImpl(OMElement parent, java.lang.String text, int nodeType, OMFactory factory)
           
OMTextImpl(OMElement parent, char[] charArray, int nodeType, OMFactory factory)
           
OMTextImpl(OMElement parent, javax.xml.namespace.QName text, OMFactory factory)
           
OMTextImpl(OMElement parent, javax.xml.namespace.QName text, int nodeType, OMFactory factory)
           
OMTextImpl(java.lang.String s, java.lang.String mimeType, boolean optimize, OMFactory factory)
           
OMTextImpl(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize, OMFactory factory)
           
OMTextImpl(java.lang.Object dataHandler, OMFactory factory)
           
OMTextImpl(java.lang.Object dataHandler, boolean optimize, OMFactory factory)
           
OMTextImpl(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder, OMFactory factory)
           
OMDocTypeImpl(OMContainer parentNode, java.lang.String contentText, OMFactory factory)
          Constructor OMDocTypeImpl.
OMDocTypeImpl(OMContainer parentNode, OMFactory factory)
          Constructor OMDocTypeImpl.
OMCommentImpl(OMContainer parentNode, java.lang.String contentText, OMFactory factory)
          Constructor OMCommentImpl.
OMCommentImpl(OMContainer parentNode, OMFactory factory)
          Constructor OMCommentImpl.
OMDocumentImpl(OMFactory factory)
          Create a OMDocument given the OMFactory
OMDocumentImpl(OMXMLParserWrapper parserWrapper, OMFactory factory)
          Create the OMDocument with the factory
OMDocumentImpl(OMElement documentElement, OMXMLParserWrapper parserWrapper, OMFactory factory)
          Create the OMDoucment with the factory and set the given OMElement as the document element
OMAttributeImpl(java.lang.String localName, OMNamespace ns, java.lang.String value, OMFactory factory)
          Constructor OMAttributeImpl.
OMElementImpl(java.lang.String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder, OMFactory factory)
          Constructor OMElementImpl.
OMElementImpl(java.lang.String localName, OMNamespace ns, OMFactory factory)
          Constructor OMElementImpl.
OMElementImpl(java.lang.String localName, OMNamespace ns, OMContainer parent, OMFactory factory)
          This is the basic constructor for OMElement.
OMElementImpl(javax.xml.namespace.QName qname, OMContainer parent, OMFactory factory)
          It is assumed that the QName passed contains, at least, the localName for this element.
OMProcessingInstructionImpl(OMContainer parentNode, java.lang.String target, java.lang.String value, OMFactory factory)
          Constructor OMProcessingInstructionImpl.
OMProcessingInstructionImpl(OMContainer parentNode, OMFactory factory)
          Constructor OMProcessingInstructionImpl.
OMNodeImpl(OMFactory factory)
          Constructor OMNodeImpl
OMNodeImpl(OMContainer parent, OMFactory factory)
          For a node to exist there must be a parent.
OMSourcedElementImpl(java.lang.String localName, OMNamespace ns, OMFactory factory, OMDataSource source)
          Constructor.
 

Uses of OMFactory in org.apache.axiom.om.impl.llom.factory
 

Classes in org.apache.axiom.om.impl.llom.factory that implement OMFactory
 class OMLinkedListImplFactory
          Class OMLinkedListImplFactory
 

Methods in org.apache.axiom.om.impl.llom.factory with parameters of type OMFactory
static StAXOMBuilder OMXMLBuilderFactory.createStAXOMBuilder(OMFactory ombuilderFactory, javax.xml.stream.XMLStreamReader parser)
          Method createStAXOMBuilder.
 

Uses of OMFactory in org.apache.axiom.soap
 

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

Uses of OMFactory in org.apache.axiom.soap.impl.dom.factory
 

Classes in org.apache.axiom.soap.impl.dom.factory that implement OMFactory
 class DOMSOAPFactory
           
 

Uses of OMFactory in org.apache.axiom.soap.impl.llom.soap11
 

Classes in org.apache.axiom.soap.impl.llom.soap11 that implement OMFactory
 class SOAP11Factory
           
 

Uses of OMFactory in org.apache.axiom.soap.impl.llom.soap12
 

Classes in org.apache.axiom.soap.impl.llom.soap12 that implement OMFactory
 class SOAP12Factory