com.infoengine.soap.util.saaj
Class Node_Impl
java.lang.Object
com.infoengine.soap.util.saaj.UnsupportedDOMNode
com.infoengine.soap.util.saaj.UnsupportedDOMElement
com.infoengine.soap.util.saaj.Node_Impl
- All Implemented Interfaces:
- Element, Node, javax.xml.soap.Node
- Direct Known Subclasses:
- SOAPElement_Impl
- public class Node_Impl
- extends UnsupportedDOMElement
- implements javax.xml.soap.Node
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary |
(package private) |
Node_Impl()
|
Methods inherited from class com.infoengine.soap.util.saaj.UnsupportedDOMElement |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from class com.infoengine.soap.util.saaj.UnsupportedDOMNode |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Node_Impl
Node_Impl()
detachNode
public void detachNode()
- Specified by:
detachNode
in interface javax.xml.soap.Node
getParentElement
public javax.xml.soap.SOAPElement getParentElement()
- Specified by:
getParentElement
in interface javax.xml.soap.Node
getValue
public String getValue()
- Specified by:
getValue
in interface javax.xml.soap.Node
recycleNode
public void recycleNode()
- Specified by:
recycleNode
in interface javax.xml.soap.Node
setParentElement
public void setParentElement(javax.xml.soap.SOAPElement sOAPElement)
throws javax.xml.soap.SOAPException
- Specified by:
setParentElement
in interface javax.xml.soap.Node
- Throws:
javax.xml.soap.SOAPException
setValue
public void setValue(String str)
- Specified by:
setValue
in interface javax.xml.soap.Node