|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMInformationItem | |
---|---|
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.om.impl | |
org.apache.axiom.soap | |
org.apache.axiom.ts.om | |
org.apache.axiom.ts.om.attribute | |
org.apache.axiom.ts.om.document | |
org.apache.axiom.ts.om.element | |
org.apache.axiom.ts.om.pi | |
org.apache.axiom.ts.om.text |
Uses of OMInformationItem in org.apache.axiom.om |
---|
Subinterfaces of OMInformationItem in org.apache.axiom.om | |
---|---|
interface |
OMAttribute
Interface OMAttribute |
interface |
OMComment
Interface OMComment |
interface |
OMContainer
Captures the operations related to containment shared by both a document and an element. |
interface |
OMDocType
Interface OMDocType |
interface |
OMDocument
|
interface |
OMElement
A particular kind of node that represents an element infoset information item. |
interface |
OMEntityReference
Represents an unexpanded entity reference in an XML document. |
interface |
OMNamedInformationItem
Represents an information item that has a name, more precisely a namespace URI, a local name and a prefix. |
interface |
OMNode
Defines the base interface used by most of the XML object model within Axis. |
interface |
OMProcessingInstruction
Interface OMProcessingInstruction |
interface |
OMSerializable
Information item that can be serialized (written to an XML stream writer) and deserialized (retrieved from an XML parser) as a unit. |
interface |
OMSourcedElement
Element whose data is backed by an arbitrary Java object. |
interface |
OMText
Represents character data in an XML document. |
Methods in org.apache.axiom.om that return OMInformationItem | |
---|---|
OMInformationItem |
OMInformationItem.clone(OMCloneOptions options)
Clone this information item. |
Uses of OMInformationItem in org.apache.axiom.om.impl |
---|
Subinterfaces of OMInformationItem in org.apache.axiom.om.impl | |
---|---|
interface |
OMContainerEx
Interface that is used internally by Axiom and that should not be considered being part of the public API. |
interface |
OMElementEx
Interface that is used internally by Axiom and that should not be considered being part of the public API. |
interface |
OMNodeEx
Interface that is used internally by Axiom and that should not be considered being part of the public API. |
Uses of OMInformationItem in org.apache.axiom.soap |
---|
Subinterfaces of OMInformationItem 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 |
SOAPFaultClassifier
Common superinterface for SOAPFaultCode and SOAPFaultSubCode . |
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 OMInformationItem in org.apache.axiom.ts.om |
---|
Methods in org.apache.axiom.ts.om that return OMInformationItem | |
---|---|
protected abstract OMInformationItem |
DigestTestCase.createInformationItem()
|
Uses of OMInformationItem in org.apache.axiom.ts.om.attribute |
---|
Methods in org.apache.axiom.ts.om.attribute that return OMInformationItem | |
---|---|
protected OMInformationItem |
TestDigestWithoutNamespace.createInformationItem()
|
protected OMInformationItem |
TestDigestWithNamespace.createInformationItem()
|
Uses of OMInformationItem in org.apache.axiom.ts.om.document |
---|
Methods in org.apache.axiom.ts.om.document that return OMInformationItem | |
---|---|
protected OMInformationItem |
TestDigest.createInformationItem()
|
Uses of OMInformationItem in org.apache.axiom.ts.om.element |
---|
Methods in org.apache.axiom.ts.om.element that return OMInformationItem | |
---|---|
protected OMInformationItem |
TestDigestWithoutNamespace.createInformationItem()
|
protected OMInformationItem |
TestDigestWithNamespace.createInformationItem()
|
Uses of OMInformationItem in org.apache.axiom.ts.om.pi |
---|
Methods in org.apache.axiom.ts.om.pi that return OMInformationItem | |
---|---|
protected OMInformationItem |
TestDigest.createInformationItem()
|
Uses of OMInformationItem in org.apache.axiom.ts.om.text |
---|
Methods in org.apache.axiom.ts.om.text that return OMInformationItem | |
---|---|
protected OMInformationItem |
TestDigest.createInformationItem()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |