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   
org.apache.axiom.om.impl.builder   
org.apache.axiom.om.impl.dom   
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.jaxp   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.impl.llom.factory   
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   
org.apache.axiom.ts.om.factory   
 

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.
 

Methods in org.apache.axiom.om with parameters of type OMFactory
static OMXMLParserWrapper OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory, InputStream in)
          Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with the default parser configuration defined by StAXParserConfiguration.DEFAULT.
static OMXMLParserWrapper OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory, Reader in)
          Create an object model builder that reads an XML document from the provided character stream using a specified object model factory and with the default parser configuration defined by StAXParserConfiguration.DEFAULT.
 OMXMLParserWrapper OMMetaFactory.createOMBuilder(OMFactory omFactory, Source source)
          Create an object model builder for plain XML that gets its input from a Source.
static OMXMLParserWrapper OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory, Source source)
          Create an object model builder that reads an XML document from the provided Source using a specified object model factory.
 OMXMLParserWrapper OMMetaFactory.createOMBuilder(OMFactory omFactory, StAXParserConfiguration configuration, InputSource is)
          Create an object model builder for plain XML that reads a document from the provided input source.
static OMXMLParserWrapper OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory, StAXParserConfiguration configuration, InputStream in)
          Create an object model builder that reads an XML document from the provided input stream using a specified object model factory and with a given parser configuration.
static OMXMLParserWrapper OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory, StAXParserConfiguration configuration, Reader in)
          Create an object model builder that reads an XML document from the provided character stream using a specified object model factory and with a given parser configuration.
 OMXMLParserWrapper OMMetaFactory.createStAXOMBuilder(OMFactory omFactory, XMLStreamReader parser)
          Create an object model builder for plain XML that pulls events from a StAX stream reader.
static OMXMLParserWrapper OMXMLBuilderFactory.createStAXOMBuilder(OMFactory omFactory, XMLStreamReader parser)
          Create an object model builder that pulls events from a StAX stream reader using a specified object model factory.
 

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, XMLStreamReader reader, OMFactory factory)
           
 

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

Methods in org.apache.axiom.om.impl with parameters of type OMFactory
 OMXMLParserWrapper AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory, Source source)
           
 OMXMLParserWrapper AbstractOMMetaFactory.createOMBuilder(OMFactory omFactory, StAXParserConfiguration configuration, InputSource is)
           
 OMXMLParserWrapper AbstractOMMetaFactory.createStAXOMBuilder(OMFactory omFactory, XMLStreamReader parser)
           
 

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, 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)
           
SAXOMXMLParserWrapper(OMFactory factory, SAXSource source)
           
StAXBuilder(OMFactory ombuilderFactory, XMLStreamReader parser)
          Constructor StAXBuilder.
StAXBuilder(OMFactory ombuilderFactory, XMLStreamReader parser, String characterEncoding)
          Constructor StAXBuilder.
StAXOMBuilder(OMFactory ombuilderFactory, XMLStreamReader parser)
          Constructor StAXOMBuilder.
StAXOMBuilder(OMFactory factory, XMLStreamReader parser, OMElement element)
          Constructor linked to existing element.
StAXOMBuilder(OMFactory factory, XMLStreamReader parser, OMElement element, String characterEncoding)
          Constructor linked to existing element.
XOPAwareStAXOMBuilder(OMFactory ombuilderFactory, XMLStreamReader parser, Attachments attachments)
          Constructor StAXOMBuilder.
XOPAwareStAXOMBuilder(OMFactory factory, 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)
           
CDATASectionImpl(String text, 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)
           
DocumentTypeImpl(DocumentImpl ownerDocument, 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 contentID, DataHandlerProvider dataHandlerProvider, boolean optimize, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, String value, int nodeType, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, String value, OMFactory factory)
           
TextImpl(DocumentImpl ownerNode, String value, String mimeType, boolean optimize, OMFactory factory)
           
TextImpl(OMContainer parent, QName text, int nodeType, OMFactory factory)
           
TextImpl(OMContainer parent, QName text, OMFactory factory)
           
TextImpl(OMContainer parent, TextNodeImpl source, OMFactory factory)
           
TextImpl(String contentID, OMContainer parent, OMXMLParserWrapper builder, OMFactory factory)
           
TextImpl(String text, OMFactory factory)
           
TextImpl(String text, String mimeType, boolean optimize, boolean isBinary, OMFactory factory)
           
TextImpl(String text, String mimeType, boolean optimize, OMFactory factory)
           
TextNodeImpl(DocumentImpl ownerNode, char[] value, OMFactory factory)
           
TextNodeImpl(DocumentImpl ownerNode, Object dataHandler, boolean optimize, OMFactory factory)
           
TextNodeImpl(DocumentImpl ownerNode, OMFactory factory)
           
TextNodeImpl(DocumentImpl ownerNode, String contentID, DataHandlerProvider dataHandlerProvider, boolean optimize, OMFactory factory)
          Constructor.
TextNodeImpl(DocumentImpl ownerNode, String value, OMFactory factory)
           
TextNodeImpl(DocumentImpl ownerNode, String value, String mimeType, boolean optimize, OMFactory factory)
           
TextNodeImpl(OMContainer parent, QName text, int nodeType, OMFactory factory)
           
TextNodeImpl(OMContainer parent, QName text, OMFactory factory)
           
TextNodeImpl(OMContainer parent, TextNodeImpl source, OMFactory factory)
          Construct TextImpl that is a copy of the source OMTextImpl
TextNodeImpl(String contentID, OMContainer parent, OMXMLParserWrapper builder, OMFactory factory)
           
TextNodeImpl(String text, OMFactory factory)
          Creates a text node with the given text required by the OMDOMFactory.
TextNodeImpl(String text, String mimeType, boolean optimize, boolean isBinary, OMFactory factory)
           
TextNodeImpl(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 OMDOMMetaFactory.getOMFactory()
           
 

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

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

Methods in org.apache.axiom.om.impl.llom that return OMFactory
 OMFactory OMSerializableImpl.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(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.
OMSerializableImpl(OMFactory factory)
           
OMSourcedElementImpl(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, QName text, int nodeType, OMFactory factory)
           
OMTextImpl(OMContainer parent, 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 contentID, DataHandlerProvider dataHandlerProvider, boolean optimize, OMFactory factory)
          Constructor.
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 OMLinkedListMetaFactory.getOMFactory()
           
 

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

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

Uses of OMFactory in org.apache.axiom.ts.om.factory
 

Methods in org.apache.axiom.ts.om.factory with parameters of type OMFactory
abstract  OMElement OMElementCreator.createOMElement(OMFactory factory, String localName, String namespaceURI, String prefix)
           
 



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