|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
QName(localPart), QName(namespaceURI, localPart) - a prefix will be assigned to this QName(namespaceURI, localPart, prefix) |
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.om.impl.dom |
Classes in org.apache.axiom.om.impl.dom that implement OMContainer | |
class |
DocumentFragmentimpl
|
class |
DocumentImpl
|
class |
ElementImpl
Implementation of the org.w3c.dom.Element and org.apache.axiom.om.Element interfaces. |
class |
ParentNode
|
Methods in org.apache.axiom.om.impl.dom that return OMContainer | |
OMContainer |
AttrImpl.getParent()
Returns the parent node of this attribute. |
OMContainer |
ChildNode.getParent()
|
OMContainer |
NodeImpl.getParent()
|
OMContainer |
DocumentImpl.getParent()
|
Methods in org.apache.axiom.om.impl.dom with parameters of type OMContainer | |
void |
AttrImpl.setParent(OMContainer element)
Sets the parent element to the given OMContainer. |
void |
ChildNode.setParent(OMContainer element)
|
void |
DocumentImpl.setParent(OMContainer element)
|
Constructors in org.apache.axiom.om.impl.dom with parameters of type OMContainer | |
TextImpl(java.lang.String contentID,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory)
|
|
TextImpl(OMContainer parent,
javax.xml.namespace.QName text,
OMFactory factory)
|
|
TextImpl(OMContainer parent,
javax.xml.namespace.QName text,
int nodeType,
OMFactory factory)
|
Uses of OMContainer in org.apache.axiom.om.impl.dom.factory |
Methods in org.apache.axiom.om.impl.dom.factory with parameters of type OMContainer | |
OMElement |
OMDOMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMDOMFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Creates an OMElement with the builder. |
OMElement |
OMDOMFactory.createOMElement(OMDataSource source,
java.lang.String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMDOMFactory.createOMElement(javax.xml.namespace.QName qname,
OMContainer parent)
Creates a new OMDOM Element node and adds it to the given parent. |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.String text)
Creates a new OMDOM Text node with the given value and appends it to the given parent element. |
OMText |
OMDOMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text)
|
OMText |
OMDOMFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text,
int type)
|
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.String text,
int type)
|
OMText |
OMDOMFactory.createOMText(OMContainer parent,
char[] charArary,
int type)
|
OMText |
OMDOMFactory.createOMText(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize)
Creates an OMDOM Text node, adds it to the give parent element and returns it. |
OMText |
OMDOMFactory.createOMText(java.lang.String contentID,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMDocType |
OMDOMFactory.createOMDocType(OMContainer parent,
java.lang.String content)
|
OMProcessingInstruction |
OMDOMFactory.createOMProcessingInstruction(OMContainer parent,
java.lang.String piTarget,
java.lang.String piData)
|
OMComment |
OMDOMFactory.createOMComment(OMContainer parent,
java.lang.String content)
|
Uses of OMContainer in org.apache.axiom.om.impl.llom |
Classes in org.apache.axiom.om.impl.llom that implement OMContainer | |
class |
OMDocumentImpl
Class OMDocumentImpl |
class |
OMElementImpl
Class OMElementImpl |
class |
OMSourcedElementImpl
Element backed by an arbitrary data source. |
Methods in org.apache.axiom.om.impl.llom that return OMContainer | |
OMContainer |
OMNodeImpl.getParent()
Returns the immediate parent of the node. |
Methods in org.apache.axiom.om.impl.llom with parameters of type OMContainer | |
void |
OMNodeImpl.setParent(OMContainer element)
Method setParent. |
Constructors in org.apache.axiom.om.impl.llom with parameters of type OMContainer | |
OMProcessingInstructionImpl(OMContainer parentNode,
java.lang.String target,
java.lang.String value,
OMFactory factory)
Constructor OMProcessingInstructionImpl. |
|
OMProcessingInstructionImpl(OMContainer parentNode,
OMFactory factory)
Constructor OMProcessingInstructionImpl. |
|
OMDocTypeImpl(OMContainer parentNode,
java.lang.String contentText,
OMFactory factory)
Constructor OMDocTypeImpl. |
|
OMDocTypeImpl(OMContainer parentNode,
OMFactory factory)
Constructor OMDocTypeImpl. |
|
OMNodeImpl(OMContainer parent,
OMFactory factory,
boolean done)
For a node to exist there must be a parent. |
|
OMTextImpl(OMContainer parent,
java.lang.String text,
OMFactory factory)
Constructor OMTextImpl. |
|
OMTextImpl(OMContainer parent,
java.lang.String text,
int nodeType,
OMFactory factory)
|
|
OMTextImpl(OMContainer parent,
char[] charArray,
int nodeType,
OMFactory factory)
|
|
OMTextImpl(OMContainer parent,
javax.xml.namespace.QName text,
OMFactory factory)
|
|
OMTextImpl(OMContainer parent,
javax.xml.namespace.QName text,
int nodeType,
OMFactory factory)
|
|
OMTextImpl(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize,
OMFactory factory)
|
|
OMTextImpl(java.lang.String contentID,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory)
|
|
OMCommentImpl(OMContainer parentNode,
java.lang.String contentText,
OMFactory factory)
Constructor OMCommentImpl. |
|
OMCommentImpl(OMContainer parentNode,
OMFactory factory)
Constructor OMCommentImpl. |
|
OMElementImpl(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder,
OMFactory factory)
Constructor OMElementImpl. |
|
OMElementImpl(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMFactory factory)
This is the basic constructor for OMElement. |
|
OMElementImpl(javax.xml.namespace.QName qname,
OMContainer parent,
OMFactory factory)
It is assumed that the QName passed contains, at least, the localName for this element. |
Uses of OMContainer in org.apache.axiom.om.impl.llom.factory |
Methods in org.apache.axiom.om.impl.llom.factory with parameters of type OMContainer | |
OMElement |
OMLinkedListImplFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent)
|
OMElement |
OMLinkedListImplFactory.createOMElement(java.lang.String localName,
OMNamespace ns,
OMContainer parent,
OMXMLParserWrapper builder)
Method createOMElement. |
OMElement |
OMLinkedListImplFactory.createOMElement(javax.xml.namespace.QName qname,
OMContainer parent)
Method createOMElement. |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.String text)
Method createOMText. |
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text)
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.String text,
int type)
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
char[] charArary,
int type)
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
javax.xml.namespace.QName text,
int type)
|
OMText |
OMLinkedListImplFactory.createOMText(java.lang.String contentID,
OMContainer parent,
OMXMLParserWrapper builder)
|
OMText |
OMLinkedListImplFactory.createOMText(OMContainer parent,
java.lang.String s,
java.lang.String mimeType,
boolean optimize)
Creates text. |
OMDocType |
OMLinkedListImplFactory.createOMDocType(OMContainer parent,
java.lang.String content)
Creates DocType/DTD. |
OMProcessingInstruction |
OMLinkedListImplFactory.createOMProcessingInstruction(OMContainer parent,
java.lang.String piTarget,
java.lang.String piData)
Creates a PI. |
OMComment |
OMLinkedListImplFactory.createOMComment(OMContainer parent,
java.lang.String content)
Creates a comment. |
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
|
Uses of OMContainer in org.apache.axiom.soap.impl.llom |
Classes in org.apache.axiom.soap.impl.llom that implement OMContainer | |
class |
SOAPBodyImpl
Class SOAPBodyImpl |
class |
SOAPElement
|
class |
SOAPEnvelopeImpl
Class SOAPEnvelopeImpl |
class |
SOAPFaultCodeImpl
|
class |
SOAPFaultDetailImpl
|
class |
SOAPFaultImpl
Class SOAPFaultImpl |
class |
SOAPFaultNodeImpl
|
class |
SOAPFaultReasonImpl
|
class |
SOAPFaultRoleImpl
|
class |
SOAPFaultSubCodeImpl
|
class |
SOAPFaultTextImpl
|
class |
SOAPFaultValueImpl
|
class |
SOAPHeaderBlockImpl
Class SOAPHeaderBlockImpl |
class |
SOAPHeaderImpl
Class SOAPHeaderImpl |
class |
SOAPMessageImpl
|
class |
SOAPTextImpl
|
Methods in org.apache.axiom.soap.impl.llom with parameters of type OMContainer | |
void |
SOAPElement.setParent(OMContainer element)
|
Uses of OMContainer in org.apache.axiom.soap.impl.llom.soap11 |
Classes in org.apache.axiom.soap.impl.llom.soap11 that implement OMContainer | |
class |
SOAP11BodyImpl
|
class |
SOAP11FaultCodeImpl
|
class |
SOAP11FaultDetailImpl
|
class |
SOAP11FaultImpl
|
class |
SOAP11FaultNodeImpl
|
class |
SOAP11FaultReasonImpl
|
class |
SOAP11FaultRoleImpl
|
class |
SOAP11FaultSubCodeImpl
|
class |
SOAP11FaultTextImpl
|
class |
SOAP11FaultValueImpl
|
class |
SOAP11HeaderBlockImpl
|
class |
SOAP11HeaderImpl
|
Uses of OMContainer in org.apache.axiom.soap.impl.llom.soap12 |
Classes in org.apache.axiom.soap.impl.llom.soap12 that implement OMContainer | |
class |
SOAP12BodyImpl
|
class |
SOAP12FaultCodeImpl
|
class |
SOAP12FaultDetailImpl
|
class |
SOAP12FaultImpl
|
class |
SOAP12FaultNodeImpl
|
class |
SOAP12FaultReasonImpl
|
class |
SOAP12FaultRoleImpl
|
class |
SOAP12FaultSubCodeImpl
|
class |
SOAP12FaultTextImpl
|
class |
SOAP12FaultValueImpl
|
class |
SOAP12HeaderBlockImpl
|
class |
SOAP12HeaderImpl
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |