public class OMLinkedListImplFactory extends Object implements org.apache.axiom.om.OMFactory
| Constructor and Description |
|---|
OMLinkedListImplFactory() |
OMLinkedListImplFactory(OMLinkedListMetaFactory metaFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMAttribute |
createOMAttribute(String localName,
org.apache.axiom.om.OMNamespace ns,
String value)
Creates attribute.
|
org.apache.axiom.om.OMComment |
createOMComment(org.apache.axiom.om.OMContainer parent,
String content)
Creates a comment.
|
org.apache.axiom.om.OMDocType |
createOMDocType(org.apache.axiom.om.OMContainer parent,
String content)
Creates DocType/DTD.
|
org.apache.axiom.om.OMDocument |
createOMDocument() |
org.apache.axiom.om.OMDocument |
createOMDocument(org.apache.axiom.om.OMXMLParserWrapper builder) |
org.apache.axiom.om.OMSourcedElement |
createOMElement(org.apache.axiom.om.OMDataSource source,
QName qname)
Construct element with arbitrary data source.
|
org.apache.axiom.om.OMSourcedElement |
createOMElement(org.apache.axiom.om.OMDataSource source,
String localName,
org.apache.axiom.om.OMNamespace ns)
Construct element with arbitrary data source.
|
org.apache.axiom.om.OMElement |
createOMElement(QName qname)
Create an OMElement with the given QName
If the QName contains a prefix, we will ensure that an OMNamespace is created mapping the
given namespace to the given prefix.
|
org.apache.axiom.om.OMElement |
createOMElement(QName qname,
org.apache.axiom.om.OMContainer parent)
Create an OMElement with the given QName under the given parent.
|
org.apache.axiom.om.OMElement |
createOMElement(String localName,
org.apache.axiom.om.OMNamespace ns)
Method createOMElement.
|
org.apache.axiom.om.OMElement |
createOMElement(String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMContainer parent) |
org.apache.axiom.om.OMElement |
createOMElement(String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper builder)
Method createOMElement.
|
org.apache.axiom.om.OMElement |
createOMElement(String localName,
String namespaceURI,
String namespacePrefix)
Method createOMElement.
|
org.apache.axiom.om.OMNamespace |
createOMNamespace(String uri,
String prefix)
Method createOMNamespace.
|
org.apache.axiom.om.OMProcessingInstruction |
createOMProcessingInstruction(org.apache.axiom.om.OMContainer parent,
String piTarget,
String piData)
Creates a PI.
|
org.apache.axiom.om.OMText |
createOMText(Object dataHandler,
boolean optimize)
Creates text.
|
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
char[] charArary,
int type) |
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMText source) |
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
QName text) |
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
QName text,
int type) |
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
String text)
Method createOMText.
|
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
String text,
int type) |
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
String s,
String mimeType,
boolean optimize)
Creates text.
|
org.apache.axiom.om.OMText |
createOMText(String s)
Method createOMText.
|
org.apache.axiom.om.OMText |
createOMText(String contentID,
org.apache.axiom.ext.stax.datahandler.DataHandlerProvider dataHandlerProvider,
boolean optimize) |
org.apache.axiom.om.OMText |
createOMText(String s,
int type) |
org.apache.axiom.om.OMText |
createOMText(String contentID,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper builder) |
org.apache.axiom.om.OMText |
createOMText(String s,
String mimeType,
boolean optimize)
Creates text.
|
org.apache.axiom.om.OMMetaFactory |
getMetaFactory() |
public OMLinkedListImplFactory(OMLinkedListMetaFactory metaFactory)
public OMLinkedListImplFactory()
public org.apache.axiom.om.OMMetaFactory getMetaFactory()
getMetaFactory in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMElement createOMElement(String localName, org.apache.axiom.om.OMNamespace ns)
createOMElement in interface org.apache.axiom.om.OMFactorylocalName - ns - public org.apache.axiom.om.OMElement createOMElement(String localName, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMContainer parent)
createOMElement in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMElement createOMElement(String localName, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMContainer parent, org.apache.axiom.om.OMXMLParserWrapper builder)
createOMElement in interface org.apache.axiom.om.OMFactorylocalName - ns - parent - builder - public org.apache.axiom.om.OMElement createOMElement(String localName, String namespaceURI, String namespacePrefix)
createOMElement in interface org.apache.axiom.om.OMFactorylocalName - namespaceURI - namespacePrefix - public org.apache.axiom.om.OMElement createOMElement(QName qname, org.apache.axiom.om.OMContainer parent) throws org.apache.axiom.om.OMException
createOMElement in interface org.apache.axiom.om.OMFactoryqname - the QName of the element to createparent - the OMContainer in which to place the new elementorg.apache.axiom.om.OMException - if there's a namespace mapping problempublic org.apache.axiom.om.OMElement createOMElement(QName qname) throws org.apache.axiom.om.OMException
createOMElement in interface org.apache.axiom.om.OMFactoryqname - org.apache.axiom.om.OMExceptionpublic org.apache.axiom.om.OMSourcedElement createOMElement(org.apache.axiom.om.OMDataSource source,
String localName,
org.apache.axiom.om.OMNamespace ns)
createOMElement in interface org.apache.axiom.om.OMFactorysource - localName - ns - public org.apache.axiom.om.OMSourcedElement createOMElement(org.apache.axiom.om.OMDataSource source,
QName qname)
createOMElement in interface org.apache.axiom.om.OMFactorysource - the data sourceqname - the name of the element produced by the data sourcepublic org.apache.axiom.om.OMNamespace createOMNamespace(String uri, String prefix)
createOMNamespace in interface org.apache.axiom.om.OMFactoryuri - prefix - public org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
String text)
createOMText in interface org.apache.axiom.om.OMFactoryparent - text - public org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
QName text)
createOMText in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
String text,
int type)
createOMText in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
char[] charArary,
int type)
createOMText in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
QName text,
int type)
createOMText in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMText createOMText(String s)
createOMText in interface org.apache.axiom.om.OMFactorys - public org.apache.axiom.om.OMText createOMText(String s, int type)
createOMText in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMText createOMText(String s, String mimeType, boolean optimize)
createOMText in interface org.apache.axiom.om.OMFactorys - mimeType - optimize - public org.apache.axiom.om.OMText createOMText(Object dataHandler, boolean optimize)
createOMText in interface org.apache.axiom.om.OMFactorydataHandler - optimize - public org.apache.axiom.om.OMText createOMText(String contentID, org.apache.axiom.ext.stax.datahandler.DataHandlerProvider dataHandlerProvider, boolean optimize)
createOMText in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMText createOMText(String contentID, org.apache.axiom.om.OMContainer parent, org.apache.axiom.om.OMXMLParserWrapper builder)
createOMText in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMText source)
createOMText in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
String s,
String mimeType,
boolean optimize)
createOMText in interface org.apache.axiom.om.OMFactoryparent - s - mimeType - optimize - public org.apache.axiom.om.OMAttribute createOMAttribute(String localName, org.apache.axiom.om.OMNamespace ns, String value)
createOMAttribute in interface org.apache.axiom.om.OMFactorylocalName - ns - value - public org.apache.axiom.om.OMDocType createOMDocType(org.apache.axiom.om.OMContainer parent,
String content)
createOMDocType in interface org.apache.axiom.om.OMFactoryparent - content - public org.apache.axiom.om.OMProcessingInstruction createOMProcessingInstruction(org.apache.axiom.om.OMContainer parent,
String piTarget,
String piData)
createOMProcessingInstruction in interface org.apache.axiom.om.OMFactoryparent - piTarget - piData - public org.apache.axiom.om.OMComment createOMComment(org.apache.axiom.om.OMContainer parent,
String content)
createOMComment in interface org.apache.axiom.om.OMFactoryparent - content - public org.apache.axiom.om.OMDocument createOMDocument()
createOMDocument in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMDocument createOMDocument(org.apache.axiom.om.OMXMLParserWrapper builder)
createOMDocument in interface org.apache.axiom.om.OMFactoryCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.