|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OMNode in org.apache.axiom.om |
---|
Subinterfaces of OMNode in org.apache.axiom.om | |
---|---|
interface |
OMComment
Interface OMComment |
interface |
OMDocType
Interface OMDocType |
interface |
OMElement
A particular kind of node that represents an element infoset information item. |
interface |
OMProcessingInstruction
Interface OMProcessingInstruction |
interface |
OMSourcedElement
An OMSourcedElement is an OMElement whose data is backed by an arbitrary java object. |
interface |
OMText
Interface OMText. |
Methods in org.apache.axiom.om that return OMNode | |
---|---|
OMNode |
OMNode.detach()
Removes a node (and all of its children) from its containing parent. |
OMNode |
OMContainer.getFirstOMChild()
Gets the first child. |
OMNode |
OMNode.getNextOMSibling()
Returns the next sibling in document order. |
OMNode |
OMNode.getPreviousOMSibling()
Gets the previous sibling. |
Methods in org.apache.axiom.om with parameters of type OMNode | |
---|---|
void |
OMContainer.addChild(OMNode omNode)
Adds the given node as the last child. |
void |
OMNode.insertSiblingAfter(OMNode sibling)
Inserts a new sibling after the current node. |
void |
OMNode.insertSiblingBefore(OMNode sibling)
Inserts a sibling just before the current node. |
void |
OMElement.setFirstChild(OMNode node)
Deprecated. This method should not be called, un-intentionally. When some one randomly set the first child, all the links handling will not happen inside this method. So we have moved this method to the less visible interface, OMContainerEx. |
Uses of OMNode in org.apache.axiom.om.impl |
---|
Subinterfaces of OMNode in org.apache.axiom.om.impl | |
---|---|
interface |
OMNodeEx
Interface OMNodeEx Internal Implementation detail. |
Methods in org.apache.axiom.om.impl with parameters of type OMNode | |
---|---|
void |
OMContainerEx.setFirstChild(OMNode omNode)
forcefully set the first element in this parent element |
void |
OMContainerEx.setLastChild(OMNode omNode)
forcefully set the last element in this parent element |
void |
OMNodeEx.setNextOMSibling(OMNode node)
|
void |
OMNodeEx.setPreviousOMSibling(OMNode previousSibling)
|
Uses of OMNode in org.apache.axiom.om.impl.builder |
---|
Fields in org.apache.axiom.om.impl.builder declared as OMNode | |
---|---|
(package private) OMNode |
SAXOMBuilder.lastNode
|
protected OMNode |
StAXBuilder.lastNode
Field lastNode |
Methods in org.apache.axiom.om.impl.builder that return OMNode | |
---|---|
protected OMNode |
StAXOMBuilder.createComment()
Method createOMText. |
protected OMNode |
StAXOMBuilder.createDTD()
Method createDTD. |
protected OMNode |
StAXOMBuilder.createNextOMElement()
Creates a new OMElement using either a CustomBuilder or the default Builder mechanism. |
protected abstract OMNode |
StAXBuilder.createOMElement()
This method is called with the XMLStreamConstants.START_ELEMENT event. |
protected OMNode |
StAXOMBuilder.createOMElement()
Method createOMElement. |
protected OMNode |
XOPAwareStAXOMBuilder.createOMElement()
Method createOMElement. |
protected OMNode |
StAXBuilder.createOMText(int textType)
Method createOMText. |
private OMNode |
StAXBuilder.createOMText(OMContainer omContainer,
int textType)
This method will check whether the text can be optimizable using IS_BINARY flag. |
protected OMNode |
StAXOMBuilder.createPI()
Method createPI. |
protected OMNode |
StAXOMBuilder.createWithCustomBuilder(CustomBuilder customBuilder,
OMFactory factory)
|
OMNode |
StAXBuilder.getLastNode()
|
Methods in org.apache.axiom.om.impl.builder with parameters of type OMNode | |
---|---|
void |
StAXBuilder.reset(OMNode node)
Method reset. |
Uses of OMNode in org.apache.axiom.om.impl.traverse |
---|
Fields in org.apache.axiom.om.impl.traverse declared as OMNode | |
---|---|
protected OMNode |
OMChildElementIterator.currentChild
Field currentChild |
protected OMNode |
OMChildrenIterator.currentChild
Field currentChild |
protected OMNode |
OMChildElementIterator.lastChild
Field lastChild |
protected OMNode |
OMChildrenIterator.lastChild
Field lastChild |
Constructors in org.apache.axiom.om.impl.traverse with parameters of type OMNode | |
---|---|
OMChildrenIterator(OMNode currentChild)
Constructor OMChildrenIterator. |
|
OMChildrenLegacyQNameIterator(OMNode currentChild,
javax.xml.namespace.QName qName)
Deprecated. |
|
OMChildrenLocalNameIterator(OMNode currentChild,
java.lang.String localName)
|
|
OMChildrenNamespaceIterator(OMNode currentChild,
java.lang.String uri)
|
|
OMChildrenQNameIterator(OMNode currentChild,
javax.xml.namespace.QName givenQName)
Constructor OMChildrenQNameIterator. |
|
OMChildrenWithSpecificAttributeIterator(OMNode currentChild,
javax.xml.namespace.QName attributeName,
java.lang.String attributeValue,
boolean detach)
Constructor OMChildrenWithSpecificAttributeIterator. |
Uses of OMNode in org.apache.axiom.om.util |
---|
Methods in org.apache.axiom.om.util with parameters of type OMNode | |
---|---|
boolean |
DigestGenerator.compareOMNode(OMNode node,
OMNode comparingNode,
java.lang.String digestAlgorithm)
Compares two OMNodes for the XML equality |
private static void |
CopyUtils.copy(SOAPFactory factory,
OMContainer targetParent,
OMNode sourceNode)
Create a copy of the sourceNode and attach it to the targetParent |
private static void |
CopyUtils.copyFaultData(SOAPFactory factory,
SOAPFault targetFault,
OMNode sourceNode)
Copy the source Node, which is a child fo a SOAPFault, to the target SOAPFault |
byte[] |
DigestGenerator.getDigest(OMNode node,
java.lang.String digestAlgorithm)
This method is an overloaded method for the digest generation for OMNode |
Uses of OMNode in org.apache.axiom.om.xpath |
---|
Methods in org.apache.axiom.om.xpath with parameters of type OMNode | |
---|---|
private java.lang.StringBuffer |
DocumentNavigator.getStringValue(OMNode node,
java.lang.StringBuffer buffer)
|
Uses of OMNode in org.apache.axiom.soap |
---|
Subinterfaces of OMNode 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. |
Uses of OMNode in org.apache.axiom.soap.impl.builder |
---|
Methods in org.apache.axiom.soap.impl.builder that return OMNode | |
---|---|
protected OMNode |
StAXSOAPModelBuilder.createDTD()
Method createDTD. |
protected OMNode |
StAXSOAPModelBuilder.createNextOMElement()
Creates a new OMElement using either a CustomBuilder or the default Builder mechanism. |
protected OMNode |
MTOMStAXSOAPModelBuilder.createOMElement()
|
protected OMNode |
StAXSOAPModelBuilder.createOMElement()
Method createOMElement. |
protected OMNode |
StAXSOAPModelBuilder.createPI()
Method createPI. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |