|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OMElement in org.apache.axiom.om |
Methods in org.apache.axiom.om that return OMElement | |
OMElement |
OMElement.getFirstElement()
Returns the first child element of the element. |
OMElement |
OMElement.cloneOMElement()
Clones this element. |
OMElement |
OMContainer.getFirstChildWithName(javax.xml.namespace.QName elementQName)
Returns the first child in document order that matches the given QName |
OMElement |
OMXMLParserWrapper.getDocumentElement()
|
OMElement |
OMDocument.getOMDocumentElement()
Returns the document element. |
OMElement |
OMFactory.createOMElement(java.lang.String localName,
OMNamespace ns)
|
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(OMDataSource source,
java.lang.String localName,
OMNamespace ns)
Construct element with arbitrary data source. |
OMElement |
OMFactory.createOMElement(java.lang.String localName,
java.lang.String namespaceURI,
java.lang.String namespacePrefix)
This is almost the same as as createOMElement(localName,OMNamespace) method above. |
OMElement |
OMFactory.createOMElement(javax.xml.namespace.QName qname,
OMContainer parent)
Create an OMElement with the given QName under the given parent. |
OMElement |
OMFactory.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. |
Methods in org.apache.axiom.om with parameters of type OMElement | |
void |
OMXMLParserWrapper.discard(OMElement el)
Discards the current element. |
void |
OMDocument.setOMDocumentElement(OMElement rootElement)
Sets the document element of the XML document. |
Uses of OMElement in org.apache.axiom.om.impl.builder |
Methods in org.apache.axiom.om.impl.builder that return OMElement | |
protected OMElement |
SAXOMBuilder.createNextElement(java.lang.String localName)
|
OMElement |
SAXOMBuilder.getRootElement()
|
OMElement |
StAXOMBuilder.getDocumentElement()
Method getDocumentElement. |
Methods in org.apache.axiom.om.impl.builder with parameters of type OMElement | |
protected void |
StAXOMBuilder.processNamespaceData(OMElement node)
Method processNamespaceData. |
protected abstract void |
StAXBuilder.processNamespaceData(OMElement node)
Method processNamespaceData. |
protected void |
StAXBuilder.processAttributes(OMElement node)
Method processAttributes. |
void |
StAXBuilder.discard(OMElement el)
Method discard. |
Constructors in org.apache.axiom.om.impl.builder with parameters of type OMElement | |
XOPAwareStAXOMBuilder(OMFactory factory,
javax.xml.stream.XMLStreamReader parser,
OMElement element,
Attachments attachments)
Constructor linked to existing element. |
|
StAXOMBuilder(OMFactory factory,
javax.xml.stream.XMLStreamReader parser,
OMElement element)
Constructor linked to existing element. |
Uses of OMElement in org.apache.axiom.om.impl.traverse |
Constructors in org.apache.axiom.om.impl.traverse with parameters of type OMElement | |
OMChildElementIterator(OMElement currentChild)
Constructor OMChildrenIterator. |
Uses of OMElement in org.apache.axiom.om.impl.util |
Methods in org.apache.axiom.om.impl.util with parameters of type OMElement | |
static void |
OMSerializerUtil.serializeStartpart(OMElement element,
javax.xml.stream.XMLStreamWriter writer)
Method serializeStartpart. |
static void |
OMSerializerUtil.serializeStartpart(OMElement element,
java.lang.String localName,
javax.xml.stream.XMLStreamWriter writer)
Method serializeStartpart. |
static void |
OMSerializerUtil.serializeNamespaces(OMElement element,
javax.xml.stream.XMLStreamWriter writer)
Deprecated. Use serializeStartpart instead |
static void |
OMSerializerUtil.serializeAttributes(OMElement element,
javax.xml.stream.XMLStreamWriter writer)
Deprecated. Consider using serializeStartpart instead |
static void |
OMSerializerUtil.serializeNormal(OMElement element,
javax.xml.stream.XMLStreamWriter writer,
boolean cache)
Method serializeNormal. |
static void |
OMSerializerUtil.serializeByPullStream(OMElement element,
javax.xml.stream.XMLStreamWriter writer)
|
static void |
OMSerializerUtil.serializeByPullStream(OMElement element,
javax.xml.stream.XMLStreamWriter writer,
boolean cache)
|
Uses of OMElement in org.apache.axiom.om.util |
Methods in org.apache.axiom.om.util that return OMElement | |
static OMElement |
ElementHelper.getChildWithName(OMElement parent,
java.lang.String childName)
|
static OMElement |
ElementHelper.importOMElement(OMElement omElement,
OMFactory omFactory)
Some times two OMElements needs to be added to the same object tree. |
Methods in org.apache.axiom.om.util with parameters of type OMElement | |
byte[] |
DigestGenerator.getDigest(OMElement element,
java.lang.String digestAlgorithm)
This method is an overloaded method for the digest generation for OMElement |
java.lang.String |
DigestGenerator.getExpandedName(OMElement element)
This method is an overloaded method for getting the expanded name namespaceURI followed by the local name for OMElement |
java.util.Collection |
DigestGenerator.getAttributesWithoutNS(OMElement element)
Gets the collection of attributes which are none namespace declarations for an OMElement |
static void |
AttributeHelper.importOMAttribute(OMAttribute omAttribute,
OMElement omElement)
In Axiom, a single tree should always contain objects created from the same type of factory (eg: LinkedListImplFactory, DOMFactory, etc.,). |
static void |
ElementHelper.setNewElement(OMElement parent,
OMElement myElement,
OMElement newElement)
|
static OMElement |
ElementHelper.getChildWithName(OMElement parent,
java.lang.String childName)
|
static OMElement |
ElementHelper.importOMElement(OMElement omElement,
OMFactory omFactory)
Some times two OMElements needs to be added to the same object tree. |
Constructors in org.apache.axiom.om.util with parameters of type OMElement | |
ElementHelper(OMElement element)
Constructs and binds to an element. |
Uses of OMElement in org.apache.axiom.soap |
Subinterfaces of OMElement 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. |
Methods in org.apache.axiom.soap with parameters of type OMElement | |
void |
SOAPFaultDetail.addDetailEntry(OMElement detailElement)
Eran Chinthaka (chinthaka@apache.org) |
Uses of OMElement in org.apache.axiom.soap.impl.builder |
Methods in org.apache.axiom.soap.impl.builder that return OMElement | |
protected OMElement |
StAXSOAPModelBuilder.constructNode(OMElement parent,
java.lang.String elementName,
boolean isEnvelope)
Method constructNode |
OMElement |
StAXSOAPModelBuilder.getDocumentElement()
Method getDocumentElement. |
OMElement |
SOAP12BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser,
OMElement parent,
int elementLevel)
|
abstract OMElement |
SOAPBuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser,
OMElement element,
int elementLevel)
|
OMElement |
SOAP11BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser,
OMElement parent,
int elementLevel)
|
Methods in org.apache.axiom.soap.impl.builder with parameters of type OMElement | |
protected void |
StAXSOAPModelBuilder.setSOAPEnvelope(OMElement node)
|
protected OMElement |
StAXSOAPModelBuilder.constructNode(OMElement parent,
java.lang.String elementName,
boolean isEnvelope)
Method constructNode |
protected void |
StAXSOAPModelBuilder.processNamespaceData(OMElement node,
boolean isSOAPElement)
Method processNamespaceData. |
OMElement |
SOAP12BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser,
OMElement parent,
int elementLevel)
|
abstract OMElement |
SOAPBuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser,
OMElement element,
int elementLevel)
|
protected void |
SOAPBuilderHelper.processNamespaceData(OMElement node,
boolean checkSOAPNamespace)
|
protected void |
SOAPBuilderHelper.processAttributes(OMElement node)
|
OMElement |
SOAP11BuilderHelper.handleEvent(javax.xml.stream.XMLStreamReader parser,
OMElement parent,
int elementLevel)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |