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, rangesactualEncoding, allowGrammarAccess, ancestorChecking, changes, docElement, docType, encoding, errorChecking, fDocumentURI, identifiers, standalone, version, xmlVersionChangedfirstChild, fNodeListCache, ownerDocumentnextSibling, previousSiblingDOCUMENT_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_NODEATTRIBUTE_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, saveEnclosingAttrabort, 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, undeferChildrengetChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, hasChildNodes, isEqualNode, item, normalize, setReadOnly, synchronizeChildrengetNextSibling, getParentNode, getPreviousSiblingaddEventListener, 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, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappendChild, compareDocumentPosition, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getParentNode, getPrefix, getPreviousSibling, getUserData, hasAttributes, hasChildNodes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setNodeValue, setPrefix, setUserDataprotected static final Logger log
public SOAPDocumentImpl(SOAPPartImpl enclosingDocument)
public SOAPPartImpl getSOAPPart()
getSOAPPart in interface SOAPDocumentpublic SOAPDocumentImpl getDocument()
getDocument in interface SOAPDocumentpublic DocumentType getDoctype()
getDoctype in interface DocumentgetDoctype in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplpublic DOMImplementation getImplementation()
getImplementation in interface DocumentgetImplementation in class com.sun.org.apache.xerces.internal.dom.DocumentImplpublic Element getDocumentElement()
getDocumentElement in interface DocumentgetDocumentElement in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplprotected Element doGetDocumentElement()
public Element createElement(String tagName) throws DOMException
createElement in interface DocumentcreateElement in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplDOMExceptionpublic DocumentFragment createDocumentFragment()
createDocumentFragment in interface DocumentcreateDocumentFragment in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplpublic Text createTextNode(String data)
createTextNode in interface DocumentcreateTextNode in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplpublic Comment createComment(String data)
createComment in interface DocumentcreateComment in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplpublic CDATASection createCDATASection(String data) throws DOMException
createCDATASection in interface DocumentcreateCDATASection in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplDOMExceptionpublic ProcessingInstruction createProcessingInstruction(String target, String data) throws DOMException
createProcessingInstruction in interface DocumentcreateProcessingInstruction in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplDOMExceptionpublic Attr createAttribute(String name) throws DOMException
createAttribute in interface DocumentcreateAttribute in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplDOMExceptionpublic EntityReference createEntityReference(String name) throws DOMException
createEntityReference in interface DocumentcreateEntityReference in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplDOMExceptionpublic NodeList getElementsByTagName(String tagname)
getElementsByTagName in interface DocumentgetElementsByTagName in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplpublic Node importNode(Node importedNode, boolean deep) throws DOMException
importNode in interface DocumentimportNode in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplDOMExceptionpublic Element createElementNS(String namespaceURI, String qualifiedName) throws DOMException
createElementNS in interface DocumentcreateElementNS in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplDOMExceptionpublic Attr createAttributeNS(String namespaceURI, String qualifiedName) throws DOMException
createAttributeNS in interface DocumentcreateAttributeNS in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplDOMExceptionpublic NodeList getElementsByTagNameNS(String namespaceURI, String localName)
getElementsByTagNameNS in interface DocumentgetElementsByTagNameNS in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplpublic Element getElementById(String elementId)
getElementById in interface DocumentgetElementById in class com.sun.org.apache.xerces.internal.dom.CoreDocumentImplpublic Node cloneNode(boolean deep)
public void cloneNode(SOAPDocumentImpl newdoc, boolean deep)
Copyright © 2017 Oracle. All rights reserved.