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
ConstructorsConstructorDescriptionSOAPDocumentFragment(SOAPDocumentImpl ownerDoc) SOAPDocumentFragment(SOAPDocumentImpl soapDocument, DocumentFragment documentFragment) -
Method Summary
Modifier and TypeMethodDescriptionappendChild(Node newChild) cloneNode(boolean deep) shortcompareDocumentPosition(Node other) getDomNode(Node node) getFeature(String feature, String version) shortgetUserData(String key) booleanbooleaninsertBefore(Node newChild, Node refChild) booleanisDefaultNamespace(String namespaceURI) booleanisEqualNode(Node arg) booleanisSameNode(Node other) booleanisSupported(String feature, String version) lookupNamespaceURI(String prefix) lookupPrefix(String namespaceURI) voidremoveChild(Node oldChild) replaceChild(Node newChild, Node oldChild) voidsetNodeValue(String nodeValue) voidvoidsetTextContent(String textContent) setUserData(String key, Object data, UserDataHandler handler)
-
Constructor Details
-
SOAPDocumentFragment
-
SOAPDocumentFragment
-
SOAPDocumentFragment
public SOAPDocumentFragment()
-
-
Method Details
-
hasAttributes
public boolean hasAttributes()- Specified by:
hasAttributesin interfaceNode
-
isSameNode
- Specified by:
isSameNodein interfaceNode
-
lookupNamespaceURI
- Specified by:
lookupNamespaceURIin interfaceNode
-
getParentNode
- Specified by:
getParentNodein interfaceNode
-
getFirstChild
- Specified by:
getFirstChildin interfaceNode
-
getUserData
- Specified by:
getUserDatain interfaceNode
-
getTextContent
- Specified by:
getTextContentin interfaceNode- Throws:
DOMException
-
getNodeType
public short getNodeType()- Specified by:
getNodeTypein interfaceNode
-
getDomNode
-
appendChild
- Specified by:
appendChildin interfaceNode- Throws:
DOMException
-
removeChild
- Specified by:
removeChildin interfaceNode- Throws:
DOMException
-
getAttributes
- Specified by:
getAttributesin interfaceNode
-
compareDocumentPosition
- Specified by:
compareDocumentPositionin interfaceNode- Throws:
DOMException
-
setTextContent
- Specified by:
setTextContentin interfaceNode- Throws:
DOMException
-
insertBefore
- Specified by:
insertBeforein interfaceNode- Throws:
DOMException
-
setUserData
- Specified by:
setUserDatain interfaceNode
-
isDefaultNamespace
- Specified by:
isDefaultNamespacein interfaceNode
-
getLastChild
- Specified by:
getLastChildin interfaceNode
-
setPrefix
- Specified by:
setPrefixin interfaceNode- Throws:
DOMException
-
getNodeName
- Specified by:
getNodeNamein interfaceNode
-
setNodeValue
- Specified by:
setNodeValuein interfaceNode- Throws:
DOMException
-
replaceChild
- Specified by:
replaceChildin interfaceNode- Throws:
DOMException
-
getLocalName
- Specified by:
getLocalNamein interfaceNode
-
normalize
public void normalize() -
cloneNode
-
isSupported
- Specified by:
isSupportedin interfaceNode
-
isEqualNode
- Specified by:
isEqualNodein interfaceNode
-
hasChildNodes
public boolean hasChildNodes()- Specified by:
hasChildNodesin interfaceNode
-
lookupPrefix
- Specified by:
lookupPrefixin interfaceNode
-
getNodeValue
- Specified by:
getNodeValuein interfaceNode- Throws:
DOMException
-
getOwnerDocument
- Specified by:
getOwnerDocumentin interfaceNode
-
getFeature
- Specified by:
getFeaturein interfaceNode
-
getPreviousSibling
- Specified by:
getPreviousSiblingin interfaceNode
-
getChildNodes
- Specified by:
getChildNodesin interfaceNode
-
getBaseURI
- Specified by:
getBaseURIin interfaceNode
-
getNextSibling
- Specified by:
getNextSiblingin interfaceNode
-
getPrefix
-
getNamespaceURI
- Specified by:
getNamespaceURIin interfaceNode
-
getSoapDocument
-
getDomNode
-