|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.saaj.NodeImpl
Class NodeImpl
Field Summary | |
protected org.w3c.dom.Document |
document
field document |
protected OMNode |
omNode
Field omNode |
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 | |
NodeImpl()
Constructor NodeImpl |
|
NodeImpl(OMAttribute attrib)
Constructor NodeImpl |
|
NodeImpl(OMNamespace ns)
Constructor NodeImpl |
|
NodeImpl(OMNode node)
Constructor NodeImpl |
Method Summary | |
org.w3c.dom.Node |
appendChild(org.w3c.dom.Node node)
|
org.w3c.dom.Node |
cloneNode(boolean deep)
|
void |
detachNode()
Method detachNode |
boolean |
equals(java.lang.Object o)
|
org.w3c.dom.NamedNodeMap |
getAttributes()
Method getAttributes |
org.w3c.dom.NodeList |
getChildNodes()
DOM Node method |
org.w3c.dom.Node |
getFirstChild()
Method getFirstChild |
org.w3c.dom.Node |
getLastChild()
Method getLastChild |
java.lang.String |
getLocalName()
Method getLocalName |
java.lang.String |
getNamespaceURI()
Method getNamespaceURI |
org.w3c.dom.Node |
getNextSibling()
dom Node method |
java.lang.String |
getNodeName()
Method getNodeName |
short |
getNodeType()
Method getNodeType |
java.lang.String |
getNodeValue()
Method getNodeValue |
OMNode |
getOMNode()
constructor which adopts the name and NS of the char data, and its text |
org.w3c.dom.Document |
getOwnerDocument()
Method getOwnerDocument |
javax.xml.soap.SOAPElement |
getParentElement()
Method getParentElement |
org.w3c.dom.Node |
getParentNode()
|
java.lang.String |
getPrefix()
Method getPrefix |
org.w3c.dom.Node |
getPreviousSibling()
dom Node method |
java.lang.String |
getValue()
Method getValue |
boolean |
hasAttributes()
Method hasAttributes |
boolean |
hasChildNodes()
Method hasChildNodes |
org.w3c.dom.Node |
insertBefore(org.w3c.dom.Node arg0,
org.w3c.dom.Node arg1)
|
boolean |
isSupported(java.lang.String arg0,
java.lang.String arg1)
|
void |
normalize()
Method normalize |
void |
recycleNode()
Method recycleNode |
org.w3c.dom.Node |
removeChild(org.w3c.dom.Node oldChild)
|
org.w3c.dom.Node |
replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild)
|
void |
setNodeValue(java.lang.String value)
Method setNodeValue |
void |
setOwnerDocument(org.w3c.dom.Document doc)
Method setOwnerDocument |
void |
setParentElement(javax.xml.soap.SOAPElement parent)
Method setParentElement |
void |
setPrefix(java.lang.String prefix)
Method setPrefix |
void |
setValue(java.lang.String value)
Method setValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected OMNode omNode
protected org.w3c.dom.Document document
Constructor Detail |
public NodeImpl()
public NodeImpl(OMNode node)
node
- public NodeImpl(OMAttribute attrib)
attrib
- public NodeImpl(OMNamespace ns)
ns
- Method Detail |
public OMNode getOMNode()
public java.lang.String getValue()
getValue
in interface javax.xml.soap.Node
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
otherwiseNode.getValue()
public void setParentElement(javax.xml.soap.SOAPElement parent) throws javax.xml.soap.SOAPException
setParentElement
in interface javax.xml.soap.Node
parent
-
javax.xml.soap.SOAPException
- if there is a problem in setting the
parent to the given elementNode.setParentElement(javax.xml.soap.SOAPElement)
public javax.xml.soap.SOAPElement getParentElement()
getParentElement
in interface javax.xml.soap.Node
SOAPElement
object that is the parent of
this Node
object or null
if this
Node
object is rootNode.getParentElement()
public void detachNode()
detachNode
in interface javax.xml.soap.Node
Node.detachNode()
public void recycleNode()
recycleNode
in interface javax.xml.soap.Node
Node.recycleNode()
public void setValue(java.lang.String value)
setValue
in interface javax.xml.soap.Node
value
- Node.setValue(java.lang.String)
public short getNodeType()
getNodeType
in interface org.w3c.dom.Node
Node.getNodeType()
public void normalize()
normalize
in interface org.w3c.dom.Node
Node.normalize()
public boolean hasAttributes()
hasAttributes
in interface org.w3c.dom.Node
Node.hasAttributes()
public boolean hasChildNodes()
hasChildNodes
in interface org.w3c.dom.Node
Node.hasChildNodes()
public java.lang.String getLocalName()
getLocalName
in interface org.w3c.dom.Node
Node.getLocalName()
public java.lang.String getNamespaceURI()
getNamespaceURI
in interface org.w3c.dom.Node
Node.getNamespaceURI()
public java.lang.String getNodeName()
getNodeName
in interface org.w3c.dom.Node
Node.getNodeName()
public java.lang.String getNodeValue() throws org.w3c.dom.DOMException
getNodeValue
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
Node.getNodeValue()
public java.lang.String getPrefix()
getPrefix
in interface org.w3c.dom.Node
Node.getPrefix()
public void setNodeValue(java.lang.String value) throws org.w3c.dom.DOMException
setNodeValue
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
Node.setNodeValue(java.lang.String)
public void setPrefix(java.lang.String prefix) throws org.w3c.dom.DOMException
setPrefix
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
Node.setPrefix(java.lang.String)
public void setOwnerDocument(org.w3c.dom.Document doc)
doc
- public org.w3c.dom.Document getOwnerDocument()
getOwnerDocument
in interface org.w3c.dom.Node
Node.getOwnerDocument()
public org.w3c.dom.NamedNodeMap getAttributes()
getAttributes
in interface org.w3c.dom.Node
Node.getAttributes()
public org.w3c.dom.Node getFirstChild()
getFirstChild
in interface org.w3c.dom.Node
Node.getFirstChild()
public org.w3c.dom.Node getLastChild()
getLastChild
in interface org.w3c.dom.Node
Node.getLastChild()
public org.w3c.dom.Node getNextSibling()
getNextSibling
in interface org.w3c.dom.Node
public org.w3c.dom.Node getParentNode()
getParentNode
in interface org.w3c.dom.Node
public org.w3c.dom.Node getPreviousSibling()
getPreviousSibling
in interface org.w3c.dom.Node
public org.w3c.dom.Node cloneNode(boolean deep)
cloneNode
in interface org.w3c.dom.Node
public org.w3c.dom.NodeList getChildNodes()
getChildNodes
in interface org.w3c.dom.Node
public boolean isSupported(java.lang.String arg0, java.lang.String arg1)
isSupported
in interface org.w3c.dom.Node
public org.w3c.dom.Node appendChild(org.w3c.dom.Node node) throws org.w3c.dom.DOMException
appendChild
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
public org.w3c.dom.Node removeChild(org.w3c.dom.Node oldChild) throws org.w3c.dom.DOMException
removeChild
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
public org.w3c.dom.Node insertBefore(org.w3c.dom.Node arg0, org.w3c.dom.Node arg1) throws org.w3c.dom.DOMException
insertBefore
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
Node.insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)
public org.w3c.dom.Node replaceChild(org.w3c.dom.Node newChild, org.w3c.dom.Node refChild) throws org.w3c.dom.DOMException
replaceChild
in interface org.w3c.dom.Node
org.w3c.dom.DOMException
Node.replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)
public boolean equals(java.lang.Object o)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |