Xml.xmldom.IDOMDocument Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
_scw_get_attributespublic
_scw_get_childNodespublic
_scw_get_doctypepublic
_scw_get_documentElementpublic
_scw_get_domImplementationpublic
_scw_get_firstChildpublic
_scw_get_lastChildpublic
_scw_get_localNamepublic
_scw_get_namespaceURIpublic
_scw_get_nextSiblingpublic
_scw_get_nodeNamepublic
_scw_get_nodeTypepublic
_scw_get_nodeValuepublic
_scw_get_ownerDocumentpublic
_scw_get_parentNodepublic
_scw_get_prefixpublic
_scw_get_previousSiblingpublic
AddRefpublicIncrements the reference count for this interface.
appendChildpublicAdds a new child node to this node.
cloneNodepublicReturns a duplicate of this node.
createAttributepublicCreates a new attribute.
createAttributeNSpublicCreates an attribute node with a namespace.
createCDATASectionpublicCreates a CDATA section node.
createCommentpublicCreates a comment node.
createDocumentFragmentpublicCreates an empty IDOMDocumentFragment object.
createElementpublicCreates an element node.
createElementNSpublicCreates an element node with a namespace.
createEntityReferencepublicCreates a new entity reference object.
createProcessingInstructionpublicCreates a processing instruction node.
createTextNodepublicCreates a text node.
get_attributespublicReturns the value of the get_attributes property.
get_childNodespublicReturns the value of the get_childNodes property.
get_doctypepublicReturns the value of the doctype property.
get_documentElementpublicReturns the value of the documentElement property.
get_domImplementationpublicReturns the value of the domImplementation property.
get_firstChildpublicReturns the value of the get_firstChild property.
get_lastChildpublicReturns the value of the get_lastChild property.
get_localNamepublicReturns the value of the get_localName property.
get_namespaceURIpublicReturns the value of the get_namespaceURI property.
get_nextSiblingpublicReturns the value of the get_nextSibling property.
get_nodeNamepublicReturns the value of the get_nodeName property.
get_nodeTypepublicReturns the value of the get_nodeType property.
get_nodeValuepublicReturns the value of the get_nodeValue property.
get_ownerDocumentpublicReturns the value of the get_ownerDocument property.
get_parentNodepublicReturns the value of the get_parentNode property.
get_prefixpublicReturns the value of the get_prefix property.
get_previousSiblingpublicReturns the value of the get_previousSibling property.
getElementByIdpublicReturns the element that has the given ID attribute.
getElementsByTagNamepublicReturns a list of all descendant elements with the specified name.
getElementsByTagNameNSpublicReturns a list of all the descendant elements with the specified name and namespace.
hasChildNodespublicIndicates whether the node has any child nodes.
importNodepublicImports a node from another document.
insertBeforepublicInserts a new child node before a specified child of the node.
normalizepublicConverts the subtree beneath this node to the structure it would have if it were just loaded from a document.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
removeChildpublicRemoves a child node from this node.
replaceChildpublicReplaces one of this node's children with a specified node.
set_documentElementpublicSets the value of the documentElement property.
set_nodeValuepublicSets the value of the node.
supportspublicIndicates whether the node supports a specified feature.