|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMContainer | |
org.apache.axiom.om | |
org.apache.axiom.om.impl | |
org.apache.axiom.soap |
Uses of OMContainer in org.apache.axiom.om |
Subinterfaces of OMContainer in org.apache.axiom.om | |
interface |
OMDocument
|
interface |
OMElement
A particular kind of node that represents an element infoset information item. |
Methods in org.apache.axiom.om that return OMContainer | |
OMContainer |
OMNode.getParent()
Returns the parent containing node. |
Methods in org.apache.axiom.om with parameters of type OMContainer | |
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMElement |
OMFactory.createOMElement(javax.xml.namespace.QName qname,
OMContainer parent)
Create an OMElement with the given QName under the given parent. |
OMText |
OMFactory.createOMText(OMContainer parent,
java.lang.String text)
|
OMText |
OMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text)
|
OMText |
OMFactory.createOMText(OMContainer parent,
java.lang.String text,
int type)
|
OMText |
OMFactory.createOMText(OMContainer parent,
char[] charArary,
int type)
|
OMText |
OMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text,
int type)
|
OMText |
OMFactory.createOMText(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize)
|
OMText |
OMFactory.createOMText(java.lang.String contentID,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMDocType |
OMFactory.createOMDocType(OMContainer parent,
java.lang.String content)
Creates DocType/DTD. |
OMProcessingInstruction |
OMFactory.createOMProcessingInstruction(OMContainer parent,
java.lang.String piTarget,
java.lang.String piData)
Creates a PI. |
OMComment |
OMFactory.createOMComment(OMContainer parent,
java.lang.String content)
Creates a comment. |
Uses of OMContainer in org.apache.axiom.om.impl |
Subinterfaces of OMContainer in org.apache.axiom.om.impl | |
interface |
OMContainerEx
Interface OMContainerEx Internal Implementation detail. |
Methods in org.apache.axiom.om.impl with parameters of type OMContainer | |
void |
OMNodeEx.setParent(OMContainer element)
|
Uses of OMContainer in org.apache.axiom.soap |
Subinterfaces of OMContainer in org.apache.axiom.soap | |
interface |
SOAPBody
An object that represents the contents of the SOAP body element in a SOAP message. |
interface |
SOAPEnvelope
Interface SOAPEnvelope |
interface |
SOAPFault
An element in the SOAPBody object that contains error and/or status information. |
interface |
SOAPFaultCode
|
interface |
SOAPFaultDetail
The Detail element information item is intended for carrying application specific error information related to the SOAP Body . |
interface |
SOAPFaultNode
|
interface |
SOAPFaultReason
|
interface |
SOAPFaultRole
The Role element information item identifies the role the node was operating in at the point the fault occurred. |
interface |
SOAPFaultSubCode
|
interface |
SOAPFaultText
|
interface |
SOAPFaultValue
|
interface |
SOAPHeader
Interface SOAPHeader |
interface |
SOAPHeaderBlock
An object representing the contents in the SOAP header part of the SOAP envelope. |
interface |
SOAPMessage
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |