Module com.sun.xml.messaging.saaj
Package com.sun.xml.messaging.saaj.soap
Class SOAPDocumentFragment
java.lang.Object
com.sun.xml.messaging.saaj.soap.SOAPDocumentFragment
- All Implemented Interfaces:
DocumentFragment
,Node
SAAJ wrapper for
DocumentFragment
-
Field Summary
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
-
Constructor Summary
ConstructorDescriptionSOAPDocumentFragment
(SOAPDocumentImpl ownerDoc) SOAPDocumentFragment
(SOAPDocumentImpl soapDocument, DocumentFragment documentFragment) -
Method Summary
Modifier and TypeMethodDescriptionappendChild
(Node newChild) cloneNode
(boolean deep) short
compareDocumentPosition
(Node other) getDomNode
(Node node) getFeature
(String feature, String version) short
getUserData
(String key) boolean
boolean
insertBefore
(Node newChild, Node refChild) boolean
isDefaultNamespace
(String namespaceURI) boolean
isEqualNode
(Node arg) boolean
isSameNode
(Node other) boolean
isSupported
(String feature, String version) lookupNamespaceURI
(String prefix) lookupPrefix
(String namespaceURI) void
removeChild
(Node oldChild) replaceChild
(Node newChild, Node oldChild) void
setNodeValue
(String nodeValue) void
void
setTextContent
(String textContent) setUserData
(String key, Object data, UserDataHandler handler)
-
Constructor Details
-
SOAPDocumentFragment
-
SOAPDocumentFragment
-
SOAPDocumentFragment
public SOAPDocumentFragment()
-
-
Method Details
-
hasAttributes
public boolean hasAttributes()- Specified by:
hasAttributes
in interfaceNode
-
isSameNode
- Specified by:
isSameNode
in interfaceNode
-
lookupNamespaceURI
- Specified by:
lookupNamespaceURI
in interfaceNode
-
getParentNode
- Specified by:
getParentNode
in interfaceNode
-
getFirstChild
- Specified by:
getFirstChild
in interfaceNode
-
getUserData
- Specified by:
getUserData
in interfaceNode
-
getTextContent
- Specified by:
getTextContent
in interfaceNode
- Throws:
DOMException
-
getNodeType
public short getNodeType()- Specified by:
getNodeType
in interfaceNode
-
getDomNode
-
appendChild
- Specified by:
appendChild
in interfaceNode
- Throws:
DOMException
-
removeChild
- Specified by:
removeChild
in interfaceNode
- Throws:
DOMException
-
getAttributes
- Specified by:
getAttributes
in interfaceNode
-
compareDocumentPosition
- Specified by:
compareDocumentPosition
in interfaceNode
- Throws:
DOMException
-
setTextContent
- Specified by:
setTextContent
in interfaceNode
- Throws:
DOMException
-
insertBefore
- Specified by:
insertBefore
in interfaceNode
- Throws:
DOMException
-
setUserData
- Specified by:
setUserData
in interfaceNode
-
isDefaultNamespace
- Specified by:
isDefaultNamespace
in interfaceNode
-
getLastChild
- Specified by:
getLastChild
in interfaceNode
-
setPrefix
- Specified by:
setPrefix
in interfaceNode
- Throws:
DOMException
-
getNodeName
- Specified by:
getNodeName
in interfaceNode
-
setNodeValue
- Specified by:
setNodeValue
in interfaceNode
- Throws:
DOMException
-
replaceChild
- Specified by:
replaceChild
in interfaceNode
- Throws:
DOMException
-
getLocalName
- Specified by:
getLocalName
in interfaceNode
-
normalize
public void normalize() -
cloneNode
-
isSupported
- Specified by:
isSupported
in interfaceNode
-
isEqualNode
- Specified by:
isEqualNode
in interfaceNode
-
hasChildNodes
public boolean hasChildNodes()- Specified by:
hasChildNodes
in interfaceNode
-
lookupPrefix
- Specified by:
lookupPrefix
in interfaceNode
-
getNodeValue
- Specified by:
getNodeValue
in interfaceNode
- Throws:
DOMException
-
getOwnerDocument
- Specified by:
getOwnerDocument
in interfaceNode
-
getFeature
- Specified by:
getFeature
in interfaceNode
-
getPreviousSibling
- Specified by:
getPreviousSibling
in interfaceNode
-
getChildNodes
- Specified by:
getChildNodes
in interfaceNode
-
getBaseURI
- Specified by:
getBaseURI
in interfaceNode
-
getNextSibling
- Specified by:
getNextSibling
in interfaceNode
-
getPrefix
-
getNamespaceURI
- Specified by:
getNamespaceURI
in interfaceNode
-
getSoapDocument
-
getDomNode
-