AxdXmlReader Class [AX 2012]

The AxdXmlReader class is used by the Microsoft Dynamics AX XML document framework to read an XML document.

Syntax

class AxdXmlReader

Run On

Called

Methods

  Method Description
Gg839841.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg839841.pubmethod(en-us,AX.60).gif eof
Gg839841.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg839841.pubmethod(en-us,AX.60).gif fieldName
Gg839841.pubmethod(en-us,AX.60).gif getAttribute
Gg839841.pubmethod(en-us,AX.60).gif getEntityActionAttribute
Gg839841.pubmethod(en-us,AX.60).gif getEntityUpdateModeAttribute
Gg839841.privmethod(en-us,AX.60).gif getEnumAttribute
Gg839841.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg839841.pubmethod(en-us,AX.60).gif getTypeAttribute
Gg839841.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg839841.protmethod(en-us,AX.60).gif initXml Initialize the reader with the supplied XML string.
Gg839841.pubmethod(en-us,AX.60).gif isEmptyElement
Gg839841.pubmethod(en-us,AX.60).gif isEndElement
Gg839841.pubmethod(en-us,AX.60).gif isEntityElement
Gg839841.pubmethod(en-us,AX.60).gif isNilElement
Gg839841.pubmethod(en-us,AX.60).gif lineNumber
Gg839841.pubmethod(en-us,AX.60).gif linePosition
Gg839841.privmethod(en-us,AX.60).gif moveToContent
Gg839841.pubmethod(en-us,AX.60).gif moveToNextElement
Gg839841.pubmethod(en-us,AX.60).gif moveToNextField
Gg839841.pubmethod(en-us,AX.60).gif name
Gg839841.protmethod(en-us,AX.60).gif new Initializes a new instance of the AxdXmlReader class.
Gg839841.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.)
Gg839841.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.)
Gg839841.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg839841.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg839841.privmethod(en-us,AX.60).gif read
Gg839841.protmethod(en-us,AX.60).gif readBLOB Reads a Binary Large Object (BLOB) from the XML stream.
Gg839841.protmethod(en-us,AX.60).gif readContainer Gets a read container that is constructed from the XML stream.
Gg839841.protmethod(en-us,AX.60).gif readDate Reads a date from the XML stream.
Gg839841.protmethod(en-us,AX.60).gif readDateTime
Gg839841.protmethod(en-us,AX.60).gif readElement Reads a container element from XML.
Gg839841.protmethod(en-us,AX.60).gif readEnum Reads the enum value from XML.
Gg839841.pubmethod(en-us,AX.60).gif readFieldArrayTyped
Gg839841.pubmethod(en-us,AX.60).gif readFieldValueTyped
Gg839841.pubmethod(en-us,AX.60).gif readGUID
Gg839841.protmethod(en-us,AX.60).gif readInt64
Gg839841.protmethod(en-us,AX.60).gif readInteger Reads an integer from the XML.
Gg839841.protmethod(en-us,AX.60).gif readReal Reads a decimal number from the XML stream.
Gg839841.protmethod(en-us,AX.60).gif readStr Reads a string from the XML stream.
Gg839841.protmethod(en-us,AX.60).gif readTime
Gg839841.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg839841.privmethod(en-us,AX.60).gif skip
Gg839841.pubmethod(en-us,AX.60).gif skipField
Gg839841.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg839841.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.)
Gg839841.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg839841.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg839841.pubmethod(en-us,AX.60).gif Gg839841.static(en-us,AX.60).gif ::newXml
Gg839841.pubmethod(en-us,AX.60).gif Gg839841.static(en-us,AX.60).gif ::strToType Converts a string to the equivalent type.

Top

Remarks

The class wraps the native XML reader and provides methods that read XML into Microsoft Dynamics AX data types.

Inheritance Hierarchy

Object Class
  AxdXmlReader Class