XmlNode Class

Syntax

class XmlNode extends Object

Run On

Called

Methods

  Method Description
Gg949459.pubmethod(en-us,AX.60).gif appendChild
Gg949459.pubmethod(en-us,AX.60).gif attributes
Gg949459.pubmethod(en-us,AX.60).gif baseName
Gg949459.pubmethod(en-us,AX.60).gif baseURI
Gg949459.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif childNodes
Gg949459.pubmethod(en-us,AX.60).gif clone
Gg949459.pubmethod(en-us,AX.60).gif cloneNode
Gg949459.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif firstChild
Gg949459.pubmethod(en-us,AX.60).gif getNamedElement
Gg949459.pubmethod(en-us,AX.60).gif getNamespaceOfPrefix
Gg949459.pubmethod(en-us,AX.60).gif getPrefixOfNamespace
Gg949459.pubmethod(en-us,AX.60).gif getQualifiedElement
Gg949459.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif hasChildNodes
Gg949459.pubmethod(en-us,AX.60).gif innerText
Gg949459.pubmethod(en-us,AX.60).gif innerXml
Gg949459.pubmethod(en-us,AX.60).gif insertAfter
Gg949459.pubmethod(en-us,AX.60).gif insertBefore
Gg949459.pubmethod(en-us,AX.60).gif isReadOnly
Gg949459.pubmethod(en-us,AX.60).gif lastChild
Gg949459.pubmethod(en-us,AX.60).gif localName
Gg949459.pubmethod(en-us,AX.60).gif name
Gg949459.pubmethod(en-us,AX.60).gif namespaceURI
Gg949459.privmethod(en-us,AX.60).gif new Initializes a new instance of the XmlNode class. (Overrides the new Method.)
Gg949459.pubmethod(en-us,AX.60).gif nextSibling
Gg949459.pubmethod(en-us,AX.60).gif nodeName
Gg949459.pubmethod(en-us,AX.60).gif nodeType
Gg949459.pubmethod(en-us,AX.60).gif nodeTypeString
Gg949459.pubmethod(en-us,AX.60).gif nodeValue
Gg949459.pubmethod(en-us,AX.60).gif normalize
Gg949459.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif outerXml
Gg949459.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif ownerDocument
Gg949459.pubmethod(en-us,AX.60).gif parentNode
Gg949459.pubmethod(en-us,AX.60).gif prefix
Gg949459.pubmethod(en-us,AX.60).gif prependChild
Gg949459.pubmethod(en-us,AX.60).gif previousSibling
Gg949459.pubmethod(en-us,AX.60).gif removeAll
Gg949459.pubmethod(en-us,AX.60).gif removeChild
Gg949459.pubmethod(en-us,AX.60).gif replaceChild
Gg949459.pubmethod(en-us,AX.60).gif selectNodes
Gg949459.pubmethod(en-us,AX.60).gif selectSingleNode
Gg949459.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif supports
Gg949459.pubmethod(en-us,AX.60).gif text
Gg949459.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Overrides the toString Method.)
Gg949459.pubmethod(en-us,AX.60).gif transformNode
Gg949459.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif value
Gg949459.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg949459.pubmethod(en-us,AX.60).gif writeContentTo
Gg949459.pubmethod(en-us,AX.60).gif writeTo
Gg949459.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Overrides the xml Method.)

Top

Inheritance Hierarchy

Object Class
  XmlNode Class
    XmlAttribute Class
    XmlDocument Class
    XmlDocumentFragment Class
    XmlLinkedNode Class
    XmlNotation Class