public class SOAPDocumentImpl extends com.sun.org.apache.xerces.internal.dom.DocumentImpl implements SOAPDocument
Modifier and Type | Field and Description |
---|---|
protected static Logger |
log |
eventListeners, iterators, mutationEvents, ranges
actualEncoding, allowGrammarAccess, ancestorChecking, changes, docElement, docType, encoding, errorChecking, fDocumentURI, identifiers, standalone, version, xmlVersionChanged
firstChild, fNodeListCache, ownerDocument
nextSibling, previousSibling
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_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 and Description |
---|
SOAPDocumentImpl(SOAPPartImpl enclosingDocument) |
addEventListener, copyEventListeners, createEvent, createNodeIterator, createNodeIterator, createRange, createTreeWalker, createTreeWalker, dispatchAggregateEvents, dispatchAggregateEvents, dispatchEvent, dispatchEventToSubtree, dispatchingEventToSubtree, removeEventListener, saveEnclosingAttr
abort, adoptNode, changed, changes, checkDOMNSErr, checkNamespaceWF, checkQName, clearIdentifiers, clone, cloneNode, createAttributeNS, createDocumentType, createElementDefinition, createElementNS, createEntity, createNotation, getAsync, getBaseURI, getDocumentURI, getDomConfig, getEncoding, getErrorChecking, getFeature, getIdentifier, getInputEncoding, getNodeName, getNodeNumber, getNodeNumber, getNodeType, getOwnerDocument, getStandalone, getStrictErrorChecking, getTextContent, getUserData, getUserData, getUserDataRecord, getVersion, getXmlEncoding, getXmlStandalone, getXmlVersion, insertBefore, isKidOK, isValidQName, isXMLName, load, loadXML, normalizeDocument, putIdentifier, removeChild, removeIdentifier, renameNode, replaceChild, saveXML, setAsync, setDocumentURI, setEncoding, setErrorChecking, setInputEncoding, setStandalone, setStrictErrorChecking, setTextContent, setUserData, setUserData, setVersion, setXmlEncoding, setXmlStandalone, setXmlVersion, undeferChildren
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, hasChildNodes, isEqualNode, item, normalize, setReadOnly, synchronizeChildren
getNextSibling, getParentNode, getPreviousSibling
addEventListener, appendChild, compareDocumentPosition, compareTreePosition, dispatchEvent, getAttributes, getContainer, getLocalName, getNamespaceURI, getNodeValue, getPrefix, getReadOnly, getUserData, getUserData, getUserDataRecord, hasAttributes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setPrefix, setUserData, setUserData, synchronizeData, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendChild, compareDocumentPosition, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getParentNode, getPrefix, getPreviousSibling, getUserData, hasAttributes, hasChildNodes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setNodeValue, setPrefix, setUserData
protected static final Logger log
public SOAPDocumentImpl(SOAPPartImpl enclosingDocument)
public SOAPPartImpl getSOAPPart()
getSOAPPart
in interface SOAPDocument
public SOAPDocumentImpl getDocument()
getDocument
in interface SOAPDocument
public DocumentType getDoctype()
getDoctype
in interface Document
getDoctype
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
public DOMImplementation getImplementation()
getImplementation
in interface Document
getImplementation
in class com.sun.org.apache.xerces.internal.dom.DocumentImpl
public Element getDocumentElement()
getDocumentElement
in interface Document
getDocumentElement
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
protected Element doGetDocumentElement()
public Element createElement(String tagName) throws DOMException
createElement
in interface Document
createElement
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
DOMException
public DocumentFragment createDocumentFragment()
createDocumentFragment
in interface Document
createDocumentFragment
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
public Text createTextNode(String data)
createTextNode
in interface Document
createTextNode
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
public Comment createComment(String data)
createComment
in interface Document
createComment
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
public CDATASection createCDATASection(String data) throws DOMException
createCDATASection
in interface Document
createCDATASection
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
DOMException
public ProcessingInstruction createProcessingInstruction(String target, String data) throws DOMException
createProcessingInstruction
in interface Document
createProcessingInstruction
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
DOMException
public Attr createAttribute(String name) throws DOMException
createAttribute
in interface Document
createAttribute
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
DOMException
public EntityReference createEntityReference(String name) throws DOMException
createEntityReference
in interface Document
createEntityReference
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
DOMException
public NodeList getElementsByTagName(String tagname)
getElementsByTagName
in interface Document
getElementsByTagName
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
public Node importNode(Node importedNode, boolean deep) throws DOMException
importNode
in interface Document
importNode
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
DOMException
public Element createElementNS(String namespaceURI, String qualifiedName) throws DOMException
createElementNS
in interface Document
createElementNS
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
DOMException
public Attr createAttributeNS(String namespaceURI, String qualifiedName) throws DOMException
createAttributeNS
in interface Document
createAttributeNS
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
DOMException
public NodeList getElementsByTagNameNS(String namespaceURI, String localName)
getElementsByTagNameNS
in interface Document
getElementsByTagNameNS
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
public Element getElementById(String elementId)
getElementById
in interface Document
getElementById
in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
public Node cloneNode(boolean deep)
public void cloneNode(SOAPDocumentImpl newdoc, boolean deep)
Copyright © 2019 Oracle. All Rights Reserved.