|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.om.impl.llom.factory.OMLinkedListImplFactory
Class OMLinkedListImplFactory
Field Summary | |
protected Map |
namespaceTable
This is a map of namespaces with the namespace URI as the key and Namespace object itself as the value. |
Constructor Summary | |
OMLinkedListImplFactory()
|
Method Summary | |
OMAttribute |
createOMAttribute(String localName,
OMNamespace ns,
String value)
Creates attribute. |
OMComment |
createOMComment(OMContainer parent,
String content)
Creates a comment. |
OMDocType |
createOMDocType(OMContainer parent,
String content)
Creates DocType/DTD. |
OMDocument |
createOMDocument()
Creates a new OMDocument. |
OMDocument |
createOMDocument(OMXMLParserWrapper builder)
|
OMElement |
createOMElement(QName qname,
OMContainer parent)
Method createOMElement. |
OMElement |
createOMElement(String localName,
OMNamespace ns)
Method createOMElement. |
OMElement |
createOMElement(String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
createOMElement(String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Method createOMElement. |
OMElement |
createOMElement(String localName,
String namespaceURI,
String namespacePrefix)
Method createOMElement. |
OMNamespace |
createOMNamespace(String uri,
String prefix)
Method createOMNamespace. |
OMProcessingInstruction |
createOMProcessingInstruction(OMContainer parent,
String piTarget,
String piData)
Creates a PI. |
OMText |
createText(Object dataHandler,
boolean optimize)
Creates text. |
OMText |
createText(OMElement parent,
String text)
Method createText. |
OMText |
createText(OMElement parent,
String text,
int type)
|
OMText |
createText(OMElement parent,
String s,
String mimeType,
boolean optimize)
Creates text. |
OMText |
createText(String s)
Method createText. |
OMText |
createText(String s,
int type)
|
OMText |
createText(String contentID,
OMElement parent,
OMXMLParserWrapper builder)
|
OMText |
createText(String s,
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 |
protected Map namespaceTable
Constructor Detail |
public OMLinkedListImplFactory()
Method Detail |
public OMElement createOMElement(String localName, OMNamespace ns)
createOMElement
in interface OMFactory
localName
- ns
-
public OMElement createOMElement(String localName, OMNamespace ns, OMContainer parent)
createOMElement
in interface OMFactory
public OMElement createOMElement(String localName, OMNamespace ns, OMContainer parent, OMXMLParserWrapper builder)
createOMElement
in interface OMFactory
localName
- ns
- parent
- builder
-
public OMElement createOMElement(String localName, String namespaceURI, String namespacePrefix)
createOMElement
in interface OMFactory
localName
- namespaceURI
- namespacePrefix
-
public OMElement createOMElement(QName qname, OMContainer parent) throws OMException
createOMElement
in interface OMFactory
qname
- parent
-
OMException
public OMNamespace createOMNamespace(String uri, String prefix)
createOMNamespace
in interface OMFactory
uri
- prefix
-
public OMText createText(OMElement parent, String text)
createText
in interface OMFactory
parent
- text
-
public OMText createText(OMElement parent, String text, int type)
createText
in interface OMFactory
parent
- text
- type
- - this should be either of XMLStreamConstants.CHARACTERS, XMLStreamConstants.CDATA,
XMLStreamConstants.SPACE, XMLStreamConstants.ENTITY_REFERENCE
public OMText createText(String s)
createText
in interface OMFactory
s
-
public OMText createText(String s, int type)
createText
in interface OMFactory
s
- type
- - OMText node can handle SPACE, CHARACTERS, CDATA and ENTITY REFERENCES. For Constants, use either
XMLStreamConstants or constants found in OMNode.
public OMText createText(String s, String mimeType, boolean optimize)
createText
in interface OMFactory
s
- mimeType
- optimize
-
public OMText createText(Object dataHandler, boolean optimize)
createText
in interface OMFactory
dataHandler
- optimize
-
public OMText createText(String contentID, OMElement parent, OMXMLParserWrapper builder)
createText
in interface OMFactory
public OMText createText(OMElement parent, String s, String mimeType, boolean optimize)
createText
in interface OMFactory
parent
- s
- mimeType
- optimize
-
public OMAttribute createOMAttribute(String localName, OMNamespace ns, String value)
createOMAttribute
in interface OMFactory
localName
- ns
- value
-
public OMDocType createOMDocType(OMContainer parent, String content)
createOMDocType
in interface OMFactory
parent
- content
-
public OMProcessingInstruction createOMProcessingInstruction(OMContainer parent, String piTarget, String piData)
createOMProcessingInstruction
in interface OMFactory
parent
- piTarget
- piData
-
public OMComment createOMComment(OMContainer parent, String content)
createOMComment
in interface OMFactory
parent
- content
-
public OMDocument createOMDocument()
OMFactory
createOMDocument
in interface OMFactory
public OMDocument createOMDocument(OMXMLParserWrapper builder)
createOMDocument
in interface OMFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |