public class SOAPDocument extends org.apache.xerces.dom.DocumentImpl implements Document
SOAPDocument ensures that the propper SAAJ elements are
returned when Document calls are made from a DOM client. This implementation
enscapsulates a single ThreadLocal Document object.eventListeners, iteratorReferenceQueue, iterators, mutationEvents, rangeReferenceQueue, rangesactualEncoding, allowGrammarAccess, changes, docElement, docType, encoding, errorChecking, fDocumentURI, identifiers, standalone, userData, version, xmlVersionChangedfirstChild, fNodeListCache, ownerDocumentDOCUMENT_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 |
|---|
SOAPDocument() |
addEventListener, copyEventListeners, createEvent, createNodeIterator, createNodeIterator, createRange, createTreeWalker, createTreeWalker, dispatchAggregateEvents, dispatchAggregateEvents, dispatchEvent, dispatchEventToSubtree, dispatchingEventToSubtree, getEventListeners, removeEventListener, saveEnclosingAttr, setEventListenersabort, callUserDataHandlers, canRenameElements, changed, changes, checkDOMNSErr, checkNamespaceWF, checkQName, clearIdentifiers, clone, cloneNode, createAttributeNS, createDocumentType, createElementDefinition, createElementNS, createEntity, createNotation, getAsync, getEncoding, getErrorChecking, getIdentifier, getIdentifiers, getNodeNumber, getNodeNumber, getOwnerDocument, getStandalone, getUserData, getUserData, getUserDataRecord, getVersion, isKidOK, isValidQName, isXMLName, load, loadXML, putIdentifier, removeIdentifier, saveXML, setAsync, setEncoding, setErrorChecking, setInputEncoding, setStandalone, setUserData, setUserData, setVersion, setXmlEncoding, undeferChildrengetChildNodesUnoptimized, getLength, item, setOwnerDocument, setReadOnly, synchronizeChildrenaddEventListener, compareTreePosition, dispatchEvent, getContainer, getReadOnly, getUserData, getUserDataRecord, needsSyncChildren, removeEventListener, setUserData, synchronizeData, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOwnerDocumentpublic DocumentType getDoctype()
getDoctype in interface DocumentgetDoctype in class org.apache.xerces.dom.CoreDocumentImplpublic DOMImplementation getImplementation()
getImplementation in interface DocumentgetImplementation in class org.apache.xerces.dom.DocumentImplpublic Element getDocumentElement()
getDocumentElement in interface DocumentgetDocumentElement in class org.apache.xerces.dom.CoreDocumentImplpublic Element createElement(String tagName) throws DOMException
createElement in interface DocumentcreateElement in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic DocumentFragment createDocumentFragment()
createDocumentFragment in interface DocumentcreateDocumentFragment in class org.apache.xerces.dom.CoreDocumentImplpublic Text createTextNode(String data)
createTextNode in interface DocumentcreateTextNode in class org.apache.xerces.dom.CoreDocumentImplpublic Comment createComment(String data)
createComment in interface DocumentcreateComment in class org.apache.xerces.dom.CoreDocumentImplpublic CDATASection createCDATASection(String data) throws DOMException
createCDATASection in interface DocumentcreateCDATASection in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic ProcessingInstruction createProcessingInstruction(String target, String data) throws DOMException
createProcessingInstruction in interface DocumentcreateProcessingInstruction in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic Attr createAttribute(String name) throws DOMException
createAttribute in interface DocumentcreateAttribute in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic EntityReference createEntityReference(String name) throws DOMException
createEntityReference in interface DocumentcreateEntityReference in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic NodeList getElementsByTagName(String tagname)
getElementsByTagName in interface DocumentgetElementsByTagName in class org.apache.xerces.dom.CoreDocumentImplpublic Node importNode(Node importedNode, boolean deep) throws DOMException
importNode in interface DocumentimportNode in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic Element createElementNS(String namespaceURI, String qualifiedName) throws DOMException
createElementNS in interface DocumentcreateElementNS in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic Attr createAttributeNS(String namespaceURI, String qualifiedName) throws DOMException
createAttributeNS in interface DocumentcreateAttributeNS in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic NodeList getElementsByTagNameNS(String namespaceURI, String localName)
getElementsByTagNameNS in interface DocumentgetElementsByTagNameNS in class org.apache.xerces.dom.CoreDocumentImplpublic String getNodeName()
getNodeName in interface NodegetNodeName in class org.apache.xerces.dom.CoreDocumentImplpublic String getNodeValue() throws DOMException
getNodeValue in interface NodegetNodeValue in class org.apache.xerces.dom.NodeImplDOMExceptionpublic void setNodeValue(String nodeValue) throws DOMException
setNodeValue in interface NodesetNodeValue in class org.apache.xerces.dom.NodeImplDOMExceptionpublic short getNodeType()
getNodeType in interface NodegetNodeType in class org.apache.xerces.dom.CoreDocumentImplpublic Node getParentNode()
getParentNode in interface NodegetParentNode in class org.apache.xerces.dom.ChildNodepublic NodeList getChildNodes()
getChildNodes in interface NodegetChildNodes in class org.apache.xerces.dom.ParentNodepublic Node getFirstChild()
getFirstChild in interface NodegetFirstChild in class org.apache.xerces.dom.ParentNodepublic Node getLastChild()
getLastChild in interface NodegetLastChild in class org.apache.xerces.dom.ParentNodepublic Node getPreviousSibling()
getPreviousSibling in interface NodegetPreviousSibling in class org.apache.xerces.dom.ChildNodepublic Node getNextSibling()
getNextSibling in interface NodegetNextSibling in class org.apache.xerces.dom.ChildNodepublic NamedNodeMap getAttributes()
getAttributes in interface NodegetAttributes in class org.apache.xerces.dom.NodeImplpublic Node insertBefore(Node newChild, Node refChild) throws DOMException
insertBefore in interface NodeinsertBefore in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic Node replaceChild(Node newChild, Node oldChild) throws DOMException
replaceChild in interface NodereplaceChild in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic Node removeChild(Node oldChild) throws DOMException
removeChild in interface NoderemoveChild in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic Node appendChild(Node newChild) throws DOMException
appendChild in interface NodeappendChild in class org.apache.xerces.dom.NodeImplDOMExceptionpublic boolean hasChildNodes()
hasChildNodes in interface NodehasChildNodes in class org.apache.xerces.dom.ParentNodepublic Node cloneNode(boolean deep)
public void normalize()
public boolean isSupported(String feature, String version)
isSupported in interface NodeisSupported in class org.apache.xerces.dom.NodeImplpublic String getNamespaceURI()
getNamespaceURI in interface NodegetNamespaceURI in class org.apache.xerces.dom.NodeImplpublic String getPrefix()
public void setPrefix(String prefix) throws DOMException
setPrefix in interface NodesetPrefix in class org.apache.xerces.dom.NodeImplDOMExceptionpublic String getLocalName()
getLocalName in interface NodegetLocalName in class org.apache.xerces.dom.NodeImplpublic boolean hasAttributes()
hasAttributes in interface NodehasAttributes in class org.apache.xerces.dom.NodeImplpublic String getInputEncoding()
getInputEncoding in interface DocumentgetInputEncoding in class org.apache.xerces.dom.CoreDocumentImplpublic String getXmlEncoding()
getXmlEncoding in interface DocumentgetXmlEncoding in class org.apache.xerces.dom.CoreDocumentImplpublic boolean getXmlStandalone()
getXmlStandalone in interface DocumentgetXmlStandalone in class org.apache.xerces.dom.CoreDocumentImplpublic void setXmlStandalone(boolean xmlStandalone)
throws DOMException
setXmlStandalone in interface DocumentsetXmlStandalone in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic String getXmlVersion()
getXmlVersion in interface DocumentgetXmlVersion in class org.apache.xerces.dom.CoreDocumentImplpublic void setXmlVersion(String xmlVersion) throws DOMException
setXmlVersion in interface DocumentsetXmlVersion in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic boolean getStrictErrorChecking()
getStrictErrorChecking in interface DocumentgetStrictErrorChecking in class org.apache.xerces.dom.CoreDocumentImplpublic void setStrictErrorChecking(boolean strictErrorChecking)
setStrictErrorChecking in interface DocumentsetStrictErrorChecking in class org.apache.xerces.dom.CoreDocumentImplpublic String getDocumentURI()
getDocumentURI in interface DocumentgetDocumentURI in class org.apache.xerces.dom.CoreDocumentImplpublic void setDocumentURI(String documentURI)
setDocumentURI in interface DocumentsetDocumentURI in class org.apache.xerces.dom.CoreDocumentImplpublic Node adoptNode(Node source) throws DOMException
adoptNode in interface DocumentadoptNode in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic DOMConfiguration getDomConfig()
getDomConfig in interface DocumentgetDomConfig in class org.apache.xerces.dom.CoreDocumentImplpublic void normalizeDocument()
normalizeDocument in interface DocumentnormalizeDocument in class org.apache.xerces.dom.CoreDocumentImplpublic Node renameNode(Node n, String namespaceURI, String qualifiedName) throws DOMException
renameNode in interface DocumentrenameNode in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic String getBaseURI()
getBaseURI in interface NodegetBaseURI in class org.apache.xerces.dom.CoreDocumentImplpublic short compareDocumentPosition(Node other) throws DOMException
compareDocumentPosition in interface NodecompareDocumentPosition in class org.apache.xerces.dom.NodeImplDOMExceptionpublic String getTextContent() throws DOMException
getTextContent in interface NodegetTextContent in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic void setTextContent(String textContent) throws DOMException
setTextContent in interface NodesetTextContent in class org.apache.xerces.dom.CoreDocumentImplDOMExceptionpublic boolean isSameNode(Node other)
isSameNode in interface NodeisSameNode in class org.apache.xerces.dom.NodeImplpublic String lookupPrefix(String namespaceURI)
lookupPrefix in interface NodelookupPrefix in class org.apache.xerces.dom.NodeImplpublic boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace in interface NodeisDefaultNamespace in class org.apache.xerces.dom.NodeImplpublic String lookupNamespaceURI(String prefix)
lookupNamespaceURI in interface NodelookupNamespaceURI in class org.apache.xerces.dom.NodeImplpublic boolean isEqualNode(Node arg)
isEqualNode in interface NodeisEqualNode in class org.apache.xerces.dom.ParentNodepublic Object getFeature(String feature, String version)
getFeature in interface NodegetFeature in class org.apache.xerces.dom.CoreDocumentImplpublic Object setUserData(String key, Object data, UserDataHandler handler)
setUserData in interface NodesetUserData in class org.apache.xerces.dom.NodeImplpublic Object getUserData(String arg0)
getUserData in interface NodegetUserData in class org.apache.xerces.dom.NodeImplpublic Element getElementById(String elementId)
getElementById in interface DocumentgetElementById in class org.apache.xerces.dom.CoreDocumentImplCopyright © 2013 JBoss, by Red Hat. All Rights Reserved.