|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.impl.dom.NodeImpl
org.apache.axis2.saaj.NodeImplEx
org.apache.axis2.saaj.SOAPElementImpl
public class SOAPElementImpl
Field Summary | |
---|---|
protected org.apache.axiom.om.impl.dom.ElementImpl |
element
Using a delegate because we can't extend from org.apache.axiom.om.impl.dom.ElementImpl since this class must extend SNodeImpl |
Fields inherited from class org.apache.axis2.saaj.NodeImplEx |
---|
parentElement |
Fields inherited from class org.apache.axiom.om.impl.dom.NodeImpl |
---|
builder, done, factory, FIRSTCHILD, flags, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED |
Fields inherited from interface org.w3c.dom.Node |
---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Fields inherited from interface org.w3c.dom.Node |
---|
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Fields inherited from interface org.apache.axiom.om.OMNode |
---|
DTD_NODE, PI_NODE, SPACE_NODE |
Constructor Summary | |
---|---|
SOAPElementImpl(org.apache.axiom.om.impl.dom.ElementImpl element)
|
Method Summary | |
---|---|
SOAPElement |
addAttribute(Name name,
java.lang.String value)
Adds an attribute with the specified name and value to this SOAPElement object. |
SOAPElement |
addAttribute(javax.xml.namespace.QName qname,
java.lang.String value)
|
SOAPElement |
addChildElement(Name name)
|
SOAPElement |
addChildElement(javax.xml.namespace.QName qname)
|
SOAPElement |
addChildElement(SOAPElement soapElement)
|
SOAPElement |
addChildElement(java.lang.String localName)
|
SOAPElement |
addChildElement(java.lang.String localName,
java.lang.String prefix)
|
SOAPElement |
addChildElement(java.lang.String localName,
java.lang.String prefix,
java.lang.String uri)
|
SOAPElement |
addNamespaceDeclaration(java.lang.String prefix,
java.lang.String uri)
|
SOAPElement |
addTextNode(java.lang.String text)
Creates a new Text object initialized with the given String and
adds it to this SOAPElement object. |
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node child)
|
protected org.w3c.dom.Element |
appendElement(org.apache.axiom.om.impl.dom.ElementImpl child)
|
protected org.w3c.dom.Text |
appendText(org.w3c.dom.Text child)
|
protected java.lang.Object |
clone()
|
protected void |
copyContents(SOAPElementImpl childEle,
org.w3c.dom.Node child)
|
javax.xml.namespace.QName |
createQName(java.lang.String localName,
java.lang.String prefix)
Creates a QName whose namespace URI is the one associated with the parameter, prefix, in the context of this SOAPElement. |
org.apache.axiom.om.OMNode |
detach()
|
void |
detachNode()
Removes this Node object from the tree. |
void |
discard()
|
java.util.Iterator |
getAllAttributes()
Returns an iterator over all of the attribute names in this SOAPElement object. |
java.util.Iterator |
getAllAttributesAsQNames()
|
java.lang.String |
getAttribute(java.lang.String name)
|
org.w3c.dom.Attr |
getAttributeNode(java.lang.String name)
|
org.w3c.dom.Attr |
getAttributeNodeNS(java.lang.String namespaceURI,
java.lang.String localName)
|
java.lang.String |
getAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
|
org.w3c.dom.NamedNodeMap |
getAttributes()
Returns the collection of attributes associated with this node, or null if none. |
java.lang.String |
getAttributeValue(Name name)
|
java.lang.String |
getAttributeValue(javax.xml.namespace.QName qname)
|
java.util.Iterator |
getChildElements()
Returns an iterator over all the immediate content of this element. |
java.util.Iterator |
getChildElements(Name name)
|
java.util.Iterator |
getChildElements(javax.xml.namespace.QName qname)
|
org.w3c.dom.NodeList |
getChildNodes()
|
org.apache.axiom.om.impl.dom.ElementImpl |
getElement()
|
Name |
getElementName()
|
javax.xml.namespace.QName |
getElementQName()
|
org.w3c.dom.NodeList |
getElementsByTagName(java.lang.String name)
|
org.w3c.dom.NodeList |
getElementsByTagNameNS(java.lang.String namespaceURI,
java.lang.String localName)
|
java.lang.String |
getEncodingStyle()
|
org.w3c.dom.Node |
getFirstChild()
|
org.w3c.dom.Node |
getLastChild()
Method getLastChild |
java.lang.String |
getLocalName()
|
java.util.Iterator |
getNamespacePrefixes()
|
java.lang.String |
getNamespaceURI()
|
java.lang.String |
getNamespaceURI(java.lang.String prefix)
|
org.w3c.dom.Node |
getNextSibling()
dom Node method |
java.lang.String |
getNodeName()
|
short |
getNodeType()
|
org.w3c.dom.Document |
getOwnerDocument()
Find the Document that this Node belongs to (the document in whose context the Node was created). |
SOAPElement |
getParentElement()
Returns the parent element of this Node object. |
org.w3c.dom.Node |
getParentNode()
|
java.lang.String |
getPrefix()
|
org.w3c.dom.Node |
getPreviousSibling()
|
java.lang.String |
getTagName()
|
java.lang.String |
getTextContent()
|
java.lang.String |
getValue()
Returns the the value of the immediate child of this Node object if a child
exists and its value is text. |
java.util.Iterator |
getVisibleNamespacePrefixes()
|
boolean |
hasAttribute(java.lang.String name)
|
boolean |
hasAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
|
boolean |
hasChildNodes()
|
void |
internalSerialize(XMLStreamWriter writer,
boolean cache)
|
boolean |
removeAttribute(Name name)
|
boolean |
removeAttribute(javax.xml.namespace.QName qname)
|
void |
removeAttribute(java.lang.String name)
|
org.w3c.dom.Attr |
removeAttributeNode(org.w3c.dom.Attr attr)
|
void |
removeAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
|
org.w3c.dom.Node |
removeChild(org.w3c.dom.Node oldChild)
|
void |
removeContents()
|
boolean |
removeNamespaceDeclaration(java.lang.String prefix)
|
void |
setAttribute(java.lang.String name,
java.lang.String value)
|
org.w3c.dom.Attr |
setAttributeNode(org.w3c.dom.Attr attr)
|
org.w3c.dom.Attr |
setAttributeNodeNS(org.w3c.dom.Attr attr)
|
void |
setAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String value)
|
SOAPElement |
setElementQName(javax.xml.namespace.QName newName)
|
void |
setEncodingStyle(java.lang.String encodingStyle)
Sets the encoding style for this SOAPElement object to one specified. |
void |
setParent(org.apache.axiom.om.OMContainer parentElement)
|
void |
setParentElement(SOAPElement parent)
Sets the parent of this Node object to the given SOAPElement
object. |
void |
setValue(java.lang.String value)
If this is a Text node then this method will set its value, otherwise it sets the value of the immediate (Text) child of this node. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.axis2.saaj.NodeImplEx |
---|
getParent, getSchemaTypeInfo, getType, recycleNode, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setType |
Methods inherited from class org.apache.axiom.om.impl.dom.NodeImpl |
---|
build, buildWithAttachments, cloneNode, close, compareDocumentPosition, getBaseURI, getFeature, getLength, getNextOMSibling, getNextOMSiblingIfAvailable, getNodeValue, getOMFactory, getPreviousOMSibling, getUserData, hasAttributes, insertBefore, insertSiblingAfter, insertSiblingBefore, internalSerialize, internalSerializeAndConsume, isComplete, isDefaultNamespace, isEqualNode, isSameNode, isSupported, item, lookupNamespaceURI, lookupPrefix, normalize, replaceChild, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setComplete, setNextOMSibling, setNodeValue, setOwnerDocument, setPrefix, setPreviousOMSibling, setTextContent, setUserData |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.xml.soap.Node |
---|
recycleNode |
Methods inherited from interface org.w3c.dom.Node |
---|
cloneNode, compareDocumentPosition, getBaseURI, getFeature, getNodeValue, getUserData, hasAttributes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Methods inherited from interface org.w3c.dom.Element |
---|
getSchemaTypeInfo, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
---|
cloneNode, compareDocumentPosition, getBaseURI, getFeature, getNodeValue, getUserData, hasAttributes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Field Detail |
---|
protected org.apache.axiom.om.impl.dom.ElementImpl element
Constructor Detail |
---|
public SOAPElementImpl(org.apache.axiom.om.impl.dom.ElementImpl element)
Method Detail |
---|
public void discard() throws org.apache.axiom.om.OMException
discard
in interface org.apache.axiom.om.OMNode
org.apache.axiom.om.OMException
public void internalSerialize(XMLStreamWriter writer, boolean cache) throws XMLStreamException
internalSerialize
in interface org.apache.axiom.om.impl.OMNodeEx
XMLStreamException
public SOAPElement addAttribute(Name name, java.lang.String value) throws SOAPException
SOAPElement
object.
addAttribute
in interface SOAPElement
name
- a Name
object with the name of the attributevalue
- a String
giving the value of the attribute
SOAPElement
object into which the attribute was inserted
SOAPException
- if there is an error in creating the Attributepublic SOAPElement addChildElement(Name name) throws SOAPException
addChildElement
in interface SOAPElement
SOAPException
public SOAPElement addChildElement(SOAPElement soapElement) throws SOAPException
addChildElement
in interface SOAPElement
SOAPException
public java.lang.String getLocalName()
getLocalName
in interface org.w3c.dom.Node
getLocalName
in class org.apache.axiom.om.impl.dom.NodeImpl
public java.lang.String getNamespaceURI()
getNamespaceURI
in interface org.w3c.dom.Node
getNamespaceURI
in class org.apache.axiom.om.impl.dom.NodeImpl
public java.lang.String getPrefix()
getPrefix
in interface org.w3c.dom.Node
getPrefix
in class org.apache.axiom.om.impl.dom.NodeImpl
public SOAPElement addChildElement(java.lang.String localName, java.lang.String prefix, java.lang.String uri) throws SOAPException
addChildElement
in interface SOAPElement
SOAPException
public SOAPElement addChildElement(java.lang.String localName, java.lang.String prefix) throws SOAPException
addChildElement
in interface SOAPElement
SOAPException
public SOAPElement addChildElement(java.lang.String localName) throws SOAPException
addChildElement
in interface SOAPElement
SOAPException
public SOAPElement addNamespaceDeclaration(java.lang.String prefix, java.lang.String uri) throws SOAPException
addNamespaceDeclaration
in interface SOAPElement
SOAPException
public SOAPElement addTextNode(java.lang.String text) throws SOAPException
Text
object initialized with the given String
and
adds it to this SOAPElement
object.
addTextNode
in interface SOAPElement
text
- a String
object with the textual content to be added
SOAPElement
object into which the new Text
object was
inserted
SOAPException
- if there is an error in creating the new Text
objectpublic java.util.Iterator getAllAttributes()
SOAPElement
object.
The iterator can be used to get the attribute names, which can then be passed to the method
getAttributeValue
to retrieve the value of each attribute.
getAllAttributes
in interface SOAPElement
public java.lang.String getAttributeValue(Name name)
getAttributeValue
in interface SOAPElement
public java.util.Iterator getChildElements()
Text
objects as well as SOAPElement
objects.
getChildElements
in interface SOAPElement
Text
and SOAPElement
contained within this
SOAPElement
objectpublic java.util.Iterator getChildElements(Name name)
getChildElements
in interface SOAPElement
public Name getElementName()
getElementName
in interface SOAPElement
public java.lang.String getEncodingStyle()
getEncodingStyle
in interface SOAPElement
public java.util.Iterator getNamespacePrefixes()
getNamespacePrefixes
in interface SOAPElement
public java.lang.String getNamespaceURI(java.lang.String prefix)
getNamespaceURI
in interface SOAPElement
public java.util.Iterator getVisibleNamespacePrefixes()
getVisibleNamespacePrefixes
in interface SOAPElement
public SOAPElement addAttribute(javax.xml.namespace.QName qname, java.lang.String value) throws SOAPException
addAttribute
in interface SOAPElement
SOAPException
public SOAPElement addChildElement(javax.xml.namespace.QName qname) throws SOAPException
addChildElement
in interface SOAPElement
SOAPException
public javax.xml.namespace.QName createQName(java.lang.String localName, java.lang.String prefix) throws SOAPException
createQName
in interface SOAPElement
localName
- - a String containing the local part of the name. prefix - a String
containing the prefix for the name.
SOAPException
- - if the QName cannot be created.public java.util.Iterator getAllAttributesAsQNames()
getAllAttributesAsQNames
in interface SOAPElement
public java.lang.String getAttributeValue(javax.xml.namespace.QName qname)
getAttributeValue
in interface SOAPElement
public java.util.Iterator getChildElements(javax.xml.namespace.QName qname)
getChildElements
in interface SOAPElement
public javax.xml.namespace.QName getElementQName()
getElementQName
in interface SOAPElement
public boolean removeAttribute(javax.xml.namespace.QName qname)
removeAttribute
in interface SOAPElement
public SOAPElement setElementQName(javax.xml.namespace.QName newName) throws SOAPException
setElementQName
in interface SOAPElement
SOAPException
public boolean removeAttribute(Name name)
removeAttribute
in interface SOAPElement
public void removeContents()
removeContents
in interface SOAPElement
public boolean removeNamespaceDeclaration(java.lang.String prefix)
removeNamespaceDeclaration
in interface SOAPElement
public void setEncodingStyle(java.lang.String encodingStyle) throws SOAPException
setEncodingStyle
in interface SOAPElement
encodingStyle
- - a String giving the encoding style
java.lang.IllegalArgumentException
- - if there was a problem in the encoding style being set. SOAPException - if setting
the encodingStyle is invalid for this SOAPElement.
SOAPException
public void setParent(org.apache.axiom.om.OMContainer parentElement)
setParent
in interface org.apache.axiom.om.impl.OMNodeEx
public java.lang.String getAttribute(java.lang.String name)
getAttribute
in interface org.w3c.dom.Element
public org.w3c.dom.Attr getAttributeNode(java.lang.String name)
getAttributeNode
in interface org.w3c.dom.Element
public org.w3c.dom.Attr getAttributeNodeNS(java.lang.String namespaceURI, java.lang.String localName)
getAttributeNodeNS
in interface org.w3c.dom.Element
public java.lang.String getAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
getAttributeNS
in interface org.w3c.dom.Element
public org.w3c.dom.NodeList getElementsByTagName(java.lang.String name)
getElementsByTagName
in interface org.w3c.dom.Element
public org.w3c.dom.NodeList getElementsByTagNameNS(java.lang.String namespaceURI, java.lang.String localName)
getElementsByTagNameNS
in interface org.w3c.dom.Element
public java.lang.String getTagName()
getTagName
in interface org.w3c.dom.Element
public boolean hasAttribute(java.lang.String name)
hasAttribute
in interface org.w3c.dom.Element
public boolean hasAttributeNS(java.lang.String namespaceURI, java.lang.String localName)
hasAttributeNS
in interface org.w3c.dom.Element
public void removeAttribute(java.lang.String name) throws org.w3c.dom.DOMException
removeAttribute
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
public org.w3c.dom.Attr removeAttributeNode(org.w3c.dom.Attr attr) throws org.w3c.dom.DOMException
removeAttributeNode
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
public void removeAttributeNS(java.lang.String namespaceURI, java.lang.String localName) throws org.w3c.dom.DOMException
removeAttributeNS
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
public void setAttribute(java.lang.String name, java.lang.String value) throws org.w3c.dom.DOMException
setAttribute
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
public org.w3c.dom.Attr setAttributeNode(org.w3c.dom.Attr attr) throws org.w3c.dom.DOMException
setAttributeNode
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
public org.w3c.dom.Attr setAttributeNodeNS(org.w3c.dom.Attr attr) throws org.w3c.dom.DOMException
setAttributeNodeNS
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
public void setAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String value) throws org.w3c.dom.DOMException
setAttributeNS
in interface org.w3c.dom.Element
org.w3c.dom.DOMException
public java.lang.String getNodeName()
getNodeName
in interface org.w3c.dom.Node
public short getNodeType()
getNodeType
in interface org.w3c.dom.Node
public org.apache.axiom.om.impl.dom.ElementImpl getElement()
public SOAPElement getParentElement()
Node
object. This method can throw an
UnsupportedOperationException
if the tree is not kept in memory.
getParentElement
in class NodeImplEx
SOAPElement
object that is the parent of this Node
object or null
if this Node
object is root
java.lang.UnsupportedOperationException
- if the whole tree is not kept in memorysetParentElement(javax.xml.soap.SOAPElement)
public void setParentElement(SOAPElement parent) throws SOAPException
NodeImplEx
Node
object to the given SOAPElement
object.
setParentElement
in class NodeImplEx
parent
- the SOAPElement
object to be set as the parent of this
Node
object
SOAPException
- if there is a problem in setting the parent to the given elementgetParentElement()
public org.w3c.dom.Document getOwnerDocument()
getOwnerDocument
in interface org.w3c.dom.Node
getOwnerDocument
in class org.apache.axiom.om.impl.dom.NodeImpl
public java.lang.String getValue()
Node
object if a child
exists and its value is text.
getValue
in class NodeImplEx
String
with the text of the immediate child of this Node
object if (1) there is a child and (2) the child is a Text
object;
null
otherwisepublic java.lang.String getTextContent() throws org.w3c.dom.DOMException
getTextContent
in interface org.w3c.dom.Node
getTextContent
in class org.apache.axiom.om.impl.dom.NodeImpl
org.w3c.dom.DOMException
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public org.w3c.dom.Node getFirstChild()
getFirstChild
in interface org.w3c.dom.Node
getFirstChild
in class org.apache.axiom.om.impl.dom.NodeImpl
public org.w3c.dom.Node getLastChild()
getLastChild
in interface org.w3c.dom.Node
getLastChild
in class org.apache.axiom.om.impl.dom.NodeImpl
Node.getLastChild()
public org.w3c.dom.Node getParentNode()
getParentNode
in interface org.w3c.dom.Node
getParentNode
in class org.apache.axiom.om.impl.dom.NodeImpl
public org.w3c.dom.Node getNextSibling()
getNextSibling
in interface org.w3c.dom.Node
getNextSibling
in class org.apache.axiom.om.impl.dom.NodeImpl
public org.w3c.dom.Node getPreviousSibling()
getPreviousSibling
in interface org.w3c.dom.Node
getPreviousSibling
in class org.apache.axiom.om.impl.dom.NodeImpl
public org.w3c.dom.NodeList getChildNodes()
getChildNodes
in interface org.w3c.dom.Node
getChildNodes
in class org.apache.axiom.om.impl.dom.NodeImpl
public boolean hasChildNodes()
hasChildNodes
in interface org.w3c.dom.Node
hasChildNodes
in class org.apache.axiom.om.impl.dom.NodeImpl
public void setValue(java.lang.String value)
value
- the text to set
java.lang.IllegalStateException
- if the node is not a Text node and either has more than one
child node or has a child node that is not a Text nodepublic void detachNode()
NodeImplEx
Node
object from the tree. Once removed, this node can be garbage
collected if there are no application references to it.
detachNode
in class NodeImplEx
public org.apache.axiom.om.OMNode detach()
detach
in interface org.apache.axiom.om.OMNode
detach
in class NodeImplEx
public org.w3c.dom.NamedNodeMap getAttributes()
getAttributes
in interface org.w3c.dom.Node
getAttributes
in class org.apache.axiom.om.impl.dom.NodeImpl
ElementImpl
public java.lang.String toString()
toString
in class java.lang.Object
public org.w3c.dom.Node removeChild(org.w3c.dom.Node oldChild) throws org.w3c.dom.DOMException
removeChild
in interface org.w3c.dom.Node
removeChild
in class org.apache.axiom.om.impl.dom.NodeImpl
org.w3c.dom.DOMException
public org.w3c.dom.Node appendChild(org.w3c.dom.Node child) throws org.w3c.dom.DOMException
appendChild
in interface org.w3c.dom.Node
appendChild
in class org.apache.axiom.om.impl.dom.NodeImpl
org.w3c.dom.DOMException
protected org.w3c.dom.Text appendText(org.w3c.dom.Text child) throws SOAPException
SOAPException
protected org.w3c.dom.Element appendElement(org.apache.axiom.om.impl.dom.ElementImpl child) throws SOAPException
SOAPException
protected void copyContents(SOAPElementImpl childEle, org.w3c.dom.Node child) throws SOAPException
SOAPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |