|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.org.apache.xerces.internal.dom.NodeImpl
com.sun.org.apache.xerces.internal.dom.ChildNode
com.sun.org.apache.xerces.internal.dom.ParentNode
com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl
com.sun.org.apache.xerces.internal.dom.DocumentImpl
com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
public class SOAPDocumentImpl
Field Summary | |
---|---|
protected static Logger |
log
|
Fields inherited from class com.sun.org.apache.xerces.internal.dom.DocumentImpl |
---|
eventListeners, iterators, mutationEvents, ranges |
Fields inherited from class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl |
---|
actualEncoding, allowGrammarAccess, ancestorChecking, changes, docElement, docType, encoding, errorChecking, fDocumentURI, identifiers, standalone, userData, version, xmlVersionChanged |
Fields inherited from class com.sun.org.apache.xerces.internal.dom.ParentNode |
---|
firstChild, fNodeListCache, ownerDocument |
Fields inherited from class com.sun.org.apache.xerces.internal.dom.ChildNode |
---|
nextSibling, previousSibling |
Fields inherited from class com.sun.org.apache.xerces.internal.dom.NodeImpl |
---|
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 |
Constructor Summary | |
---|---|
SOAPDocumentImpl(SOAPPartImpl enclosingDocument)
|
Method Summary | |
---|---|
Node |
cloneNode(boolean deep)
|
void |
cloneNode(SOAPDocumentImpl newdoc,
boolean deep)
|
Attr |
createAttribute(String name)
|
Attr |
createAttributeNS(String namespaceURI,
String qualifiedName)
|
CDATASection |
createCDATASection(String data)
|
Comment |
createComment(String data)
|
DocumentFragment |
createDocumentFragment()
|
Element |
createElement(String tagName)
|
Element |
createElementNS(String namespaceURI,
String qualifiedName)
|
EntityReference |
createEntityReference(String name)
|
ProcessingInstruction |
createProcessingInstruction(String target,
String data)
|
Text |
createTextNode(String data)
|
protected Element |
doGetDocumentElement()
|
DocumentType |
getDoctype()
|
SOAPDocumentImpl |
getDocument()
|
Element |
getDocumentElement()
|
Element |
getElementById(String elementId)
|
NodeList |
getElementsByTagName(String tagname)
|
NodeList |
getElementsByTagNameNS(String namespaceURI,
String localName)
|
DOMImplementation |
getImplementation()
|
SOAPPartImpl |
getSOAPPart()
|
Node |
importNode(Node importedNode,
boolean deep)
|
Methods inherited from class com.sun.org.apache.xerces.internal.dom.DocumentImpl |
---|
addEventListener, copyEventListeners, createEvent, createNodeIterator, createNodeIterator, createRange, createTreeWalker, createTreeWalker, dispatchAggregateEvents, dispatchAggregateEvents, dispatchEvent, dispatchEventToSubtree, dispatchingEventToSubtree, getEventListeners, removeEventListener, saveEnclosingAttr, setEventListeners |
Methods inherited from class com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl |
---|
abort, adoptNode, changed, changes, checkDOMNSErr, checkNamespaceWF, checkQName, clearIdentifiers, clone, cloneNode, createAttributeNS, createDocumentType, createElementDefinition, createElementNS, createEntity, createNotation, getAsync, getBaseURI, getDocumentURI, getDomConfig, getEncoding, getErrorChecking, getFeature, getIdentifier, getIdentifiers, 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 |
Methods inherited from class com.sun.org.apache.xerces.internal.dom.ParentNode |
---|
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, hasChildNodes, isEqualNode, item, normalize, setReadOnly, synchronizeChildren |
Methods inherited from class com.sun.org.apache.xerces.internal.dom.ChildNode |
---|
getNextSibling, getParentNode, getPreviousSibling |
Methods inherited from class com.sun.org.apache.xerces.internal.dom.NodeImpl |
---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
---|
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 |
Field Detail |
---|
protected static final Logger log
Constructor Detail |
---|
public SOAPDocumentImpl(SOAPPartImpl enclosingDocument)
Method Detail |
---|
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)
cloneNode
in interface Node
cloneNode
in class com.sun.org.apache.xerces.internal.dom.DocumentImpl
public void cloneNode(SOAPDocumentImpl newdoc, boolean deep)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |