|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axiom.om.impl.llom.factory.OMLinkedListImplFactory
public class OMLinkedListImplFactory
Class OMLinkedListImplFactory
| Field Summary | |
|---|---|
protected java.util.Map |
namespaceTable
This is a map of namespaces with the namespace URI as the key and Namespace object itself as the value. |
private static java.lang.String |
uriAndPrefixSeparator
|
| Constructor Summary | |
|---|---|
OMLinkedListImplFactory()
|
|
| Method Summary | |
|---|---|
org.apache.axiom.om.OMAttribute |
createOMAttribute(java.lang.String localName,
org.apache.axiom.om.OMNamespace ns,
java.lang.String value)
Creates attribute. |
org.apache.axiom.om.OMComment |
createOMComment(org.apache.axiom.om.OMContainer parent,
java.lang.String content)
Creates a comment. |
org.apache.axiom.om.OMDocType |
createOMDocType(org.apache.axiom.om.OMContainer parent,
java.lang.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,
java.lang.String localName,
org.apache.axiom.om.OMNamespace ns)
Construct element with arbitrary data source. |
org.apache.axiom.om.OMElement |
createOMElement(javax.xml.namespace.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(javax.xml.namespace.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(java.lang.String localName,
org.apache.axiom.om.OMNamespace ns)
Method createOMElement. |
org.apache.axiom.om.OMElement |
createOMElement(java.lang.String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMContainer parent)
|
org.apache.axiom.om.OMElement |
createOMElement(java.lang.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(java.lang.String localName,
java.lang.String namespaceURI,
java.lang.String namespacePrefix)
Method createOMElement. |
org.apache.axiom.om.OMNamespace |
createOMNamespace(java.lang.String uri,
java.lang.String prefix)
Method createOMNamespace. |
org.apache.axiom.om.OMProcessingInstruction |
createOMProcessingInstruction(org.apache.axiom.om.OMContainer parent,
java.lang.String piTarget,
java.lang.String piData)
Creates a PI. |
org.apache.axiom.om.OMText |
createOMText(java.lang.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)
Create OMText node that is a copy of the source text node |
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
javax.xml.namespace.QName text)
|
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
javax.xml.namespace.QName text,
int type)
|
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
java.lang.String text)
Method createOMText. |
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
java.lang.String text,
int type)
|
org.apache.axiom.om.OMText |
createOMText(org.apache.axiom.om.OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize)
Creates text. |
org.apache.axiom.om.OMText |
createOMText(java.lang.String s)
Method createOMText. |
org.apache.axiom.om.OMText |
createOMText(java.lang.String s,
int type)
|
org.apache.axiom.om.OMText |
createOMText(java.lang.String contentID,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper builder)
|
org.apache.axiom.om.OMText |
createOMText(java.lang.String s,
java.lang.String mimeType,
boolean optimize)
Creates text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.lang.String uriAndPrefixSeparator
protected java.util.Map namespaceTable
| Constructor Detail |
|---|
public OMLinkedListImplFactory()
| Method Detail |
|---|
public org.apache.axiom.om.OMElement createOMElement(java.lang.String localName,
org.apache.axiom.om.OMNamespace ns)
createOMElement in interface org.apache.axiom.om.OMFactorylocalName - ns -
public org.apache.axiom.om.OMElement createOMElement(java.lang.String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.om.OMContainer parent)
createOMElement in interface org.apache.axiom.om.OMFactory
public org.apache.axiom.om.OMElement createOMElement(java.lang.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(java.lang.String localName,
java.lang.String namespaceURI,
java.lang.String namespacePrefix)
createOMElement in interface org.apache.axiom.om.OMFactorylocalName - namespaceURI - namespacePrefix -
public org.apache.axiom.om.OMElement createOMElement(javax.xml.namespace.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 element
org.apache.axiom.om.OMException - if there's a namespace mapping problem
public org.apache.axiom.om.OMElement createOMElement(javax.xml.namespace.QName qname)
throws org.apache.axiom.om.OMException
createOMElement in interface org.apache.axiom.om.OMFactoryqname -
org.apache.axiom.om.OMException
public org.apache.axiom.om.OMSourcedElement createOMElement(org.apache.axiom.om.OMDataSource source,
java.lang.String localName,
org.apache.axiom.om.OMNamespace ns)
createOMElement in interface org.apache.axiom.om.OMFactorysource - localName - ns -
public org.apache.axiom.om.OMNamespace createOMNamespace(java.lang.String uri,
java.lang.String prefix)
createOMNamespace in interface org.apache.axiom.om.OMFactoryuri - prefix -
public org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
java.lang.String text)
createOMText in interface org.apache.axiom.om.OMFactoryparent - text -
public org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
javax.xml.namespace.QName text)
createOMText in interface org.apache.axiom.om.OMFactory
public org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
java.lang.String text,
int type)
createOMText in interface org.apache.axiom.om.OMFactory
public org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
char[] charArary,
int type)
createOMText in interface org.apache.axiom.om.OMFactory
public org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
javax.xml.namespace.QName text,
int type)
createOMText in interface org.apache.axiom.om.OMFactorypublic org.apache.axiom.om.OMText createOMText(java.lang.String s)
createOMText in interface org.apache.axiom.om.OMFactorys -
public org.apache.axiom.om.OMText createOMText(java.lang.String s,
int type)
createOMText in interface org.apache.axiom.om.OMFactory
public org.apache.axiom.om.OMText createOMText(java.lang.String s,
java.lang.String mimeType,
boolean optimize)
createOMText in interface org.apache.axiom.om.OMFactorys - mimeType - optimize -
public org.apache.axiom.om.OMText createOMText(java.lang.Object dataHandler,
boolean optimize)
createOMText in interface org.apache.axiom.om.OMFactorydataHandler - optimize -
public org.apache.axiom.om.OMText createOMText(java.lang.String contentID,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper builder)
createOMText in interface org.apache.axiom.om.OMFactory
public 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.OMFactoryparent - source -
public org.apache.axiom.om.OMText createOMText(org.apache.axiom.om.OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize)
createOMText in interface org.apache.axiom.om.OMFactoryparent - s - mimeType - optimize -
public org.apache.axiom.om.OMAttribute createOMAttribute(java.lang.String localName,
org.apache.axiom.om.OMNamespace ns,
java.lang.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,
java.lang.String content)
createOMDocType in interface org.apache.axiom.om.OMFactoryparent - content -
public org.apache.axiom.om.OMProcessingInstruction createOMProcessingInstruction(org.apache.axiom.om.OMContainer parent,
java.lang.String piTarget,
java.lang.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,
java.lang.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.OMFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||