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.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.om.impl.llom.util   
org.apache.axiom.om.util   
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
 OMFactory OMDocument.getOMFactory()
          Returns the OMFactory that created this object
abstract  OMFactory OMImplementation.getOMFactory()
          Get an OM factory instance for the XML infoset model.
 OMFactory OMNode.getOMFactory()
          Returns the OMFactory that created this object
static OMFactory OMAbstractFactory.getOMFactory()
          Get the default OM factory instance.
 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(String namespace, 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(String namespace, 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, 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, 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.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
 OMFactory NodeImpl.getOMFactory()
          Returns the OMFactory that created this node
static OMFactory DOOMAbstractFactory.getOMFactory()
           
 

Constructors in org.apache.axiom.om.impl.dom with parameters of type OMFactory
AttrImpl(DocumentImpl ownerDocument, OMFactory factory)
           
AttrImpl(DocumentImpl ownerDocument, String name, OMFactory factory)
           
AttrImpl(DocumentImpl ownerDocument, String localName, OMNamespace namespace, OMFactory factory)
           
AttrImpl(DocumentImpl ownerDocument, String localName, OMNamespace ns, String value, OMFactory factory)
           
AttrImpl(DocumentImpl ownerDocument, String name, String value, OMFactory factory)
           
CharacterImpl(DocumentImpl ownerNode, OMFactory factory)
           
CharacterImpl(DocumentImpl ownerNode, String value, OMFactory factory)
           
CharacterImpl(OMFactory factory)
           
ChildNode(DocumentImpl ownerDocument, OMFactory factory)
           
ChildNode(OMFactory factory)
           
CommentImpl(DocumentImpl ownerNode, OMFactory factory)
           
CommentImpl(DocumentImpl ownerNode, String value, OMFactory factory)
           
DocumentFragmentImpl(DocumentImpl ownerDocument, OMFactory factory)
           
DocumentImpl(DocumentImpl ownerDocument, OMFactory factory)
           
DocumentImpl(OMFactory factory)
           
DocumentImpl(OMXMLParserWrapper parserWrapper, OMFactory factory)
           
ElementImpl(DocumentImpl ownerDocument, String tagName, NamespaceImpl ns, OMFactory factory)
          Creates a new element with the namespace.
ElementImpl(DocumentImpl ownerDocument, String tagName, NamespaceImpl ns, OMXMLParserWrapper builder, OMFactory factory)
           
ElementImpl(DocumentImpl ownerDocument, String tagName, OMFactory factory)
           
ElementImpl(OMFactory factory)
           
ElementImpl(ParentNode parentNode, String tagName, NamespaceImpl ns, OMFactory factory)
           
ElementImpl(ParentNode parentNode, String tagName, NamespaceImpl ns, OMXMLParserWrapper builder, OMFactory factory)
           
ElementImpl(String tagName, NamespaceImpl ns, OMXMLParserWrapper builder, OMFactory factory)
           
NodeImpl(DocumentImpl ownerDocument, OMFactory factory)
           
NodeImpl(OMFactory factory)
           
ParentNode(DocumentImpl ownerDocument, OMFactory factory)
           
ParentNode(OMFactory factory)
           
ProcessingInstructionImpl(DocumentImpl ownerDocument, String target, String value, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, char[] value, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, Object dataHandler, boolean optimize, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, String value, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, String value, String mimeType, boolean optimize, OMFactory factory)
           
TextImpl(OMContainer parent, javax.xml.namespace.QName text, int nodeType, OMFactory factory)
           
TextImpl(OMContainer parent, javax.xml.namespace.QName text, OMFactory factory)
           
TextImpl(OMContainer parent, TextImpl source, OMFactory factory)
          Construct TextImpl that is a copy of the source OMTextImpl
TextImpl(String contentID, OMContainer parent, OMXMLParserWrapper builder, OMFactory factory)
           
TextImpl(String text, OMFactory factory)
          Creates a text node with the given text required by the OMDOMFactory.
TextImpl(String text, String mimeType, boolean optimize, boolean isBinary, OMFactory factory)
           
TextImpl(String text, 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
          OM factory implementation for DOOM.
 

Methods in org.apache.axiom.om.impl.dom.factory that return OMFactory
 OMFactory OMDOMImplementation.getOMFactory()
           
 

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

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

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

Constructors in org.apache.axiom.om.impl.llom with parameters of type OMFactory
OMAttributeImpl(String localName, OMNamespace ns, String value, OMFactory factory)
          Constructor OMAttributeImpl.
OMCommentImpl(OMContainer parentNode, OMFactory factory)
          Constructor OMCommentImpl.
OMCommentImpl(OMContainer parentNode, String contentText, OMFactory factory)
          Constructor OMCommentImpl.
OMDocTypeImpl(OMContainer parentNode, OMFactory factory)
          Constructor OMDocTypeImpl.
OMDocTypeImpl(OMContainer parentNode, String contentText, OMFactory factory)
          Constructor OMDocTypeImpl.
OMDocumentImpl(OMElement documentElement, OMXMLParserWrapper parserWrapper, OMFactory factory)
          Create the OMDoucment with the factory and set the given OMElement as the document element
OMDocumentImpl(OMFactory factory)
          Create a OMDocument given the OMFactory
OMDocumentImpl(OMXMLParserWrapper parserWrapper, OMFactory factory)
          Create the OMDocument with the factory
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.
OMElementImpl(String localName, OMNamespace ns, OMContainer parent, OMFactory factory)
          This is the basic constructor for OMElement.
OMElementImpl(String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder, OMFactory factory)
          Constructor OMElementImpl.
OMElementImpl(String localName, OMNamespace ns, OMFactory factory)
          Constructor OMElementImpl.
OMNodeImpl(OMContainer parent, OMFactory factory, boolean done)
          For a node to exist there must be a parent.
OMNodeImpl(OMFactory factory)
          Constructor OMNodeImpl
OMProcessingInstructionImpl(OMContainer parentNode, OMFactory factory)
          Constructor OMProcessingInstructionImpl.
OMProcessingInstructionImpl(OMContainer parentNode, String target, String value, OMFactory factory)
          Constructor OMProcessingInstructionImpl.
OMSourcedElementImpl(javax.xml.namespace.QName qName, OMFactory factory, OMDataSource source)
          Constructor that takes a QName instead of the local name and the namespace seperately
OMSourcedElementImpl(String localName, OMNamespace ns, OMContainer parent, OMFactory factory)
           
OMSourcedElementImpl(String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder, OMFactory factory)
           
OMSourcedElementImpl(String localName, OMNamespace ns, OMFactory factory)
           
OMSourcedElementImpl(String localName, OMNamespace ns, OMFactory factory, OMDataSource source)
          Constructor.
OMTextImpl(Object dataHandler, boolean optimize, OMFactory factory)
           
OMTextImpl(Object dataHandler, OMFactory factory)
           
OMTextImpl(OMContainer parent, char[] charArray, int nodeType, OMFactory factory)
           
OMTextImpl(OMContainer parent, OMTextImpl source, OMFactory factory)
          Construct OMTextImpl that is a copy of the source OMTextImpl
OMTextImpl(OMContainer parent, javax.xml.namespace.QName text, int nodeType, OMFactory factory)
           
OMTextImpl(OMContainer parent, javax.xml.namespace.QName text, OMFactory factory)
           
OMTextImpl(OMContainer parent, String text, int nodeType, OMFactory factory)
           
OMTextImpl(OMContainer parent, String text, OMFactory factory)
          Constructor OMTextImpl.
OMTextImpl(OMContainer parent, String s, String mimeType, boolean optimize, OMFactory factory)
           
OMTextImpl(String s, int nodeType, OMFactory factory)
           
OMTextImpl(String contentID, OMContainer parent, OMXMLParserWrapper builder, OMFactory factory)
           
OMTextImpl(String s, OMFactory factory)
          Constructor OMTextImpl.
OMTextImpl(String s, String mimeType, boolean optimize, OMFactory factory)
           
 

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 that return OMFactory
 OMFactory OMLinkedListImplementation.getOMFactory()
           
 

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.om.impl.llom.util
 

Methods in org.apache.axiom.om.impl.llom.util with parameters of type OMFactory
static OMElement AXIOMUtil.stringToOM(OMFactory omFactory, String xmlFragment)
          Create an OMElement from an XML fragment given as a string.
 

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

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
           
 



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