Error Object

Properties Methods Associated objects

The Error object stores the information required to locate the exact position and give a good description of an error found in the XML file during openXML method.

Properties

AttributeName - String
CharNumber - Integer
ElementName1 - String
ElementName2 - String
Info - String
LineNumber - Integer
These properties will contain different values depending on the errorCode that was returned from openXML. For more details take a look for more details of the desired errorCode.

Methods

(none)

Associated objects

(none)

Remark

Error is the only object provided with XMLParser that you can not create an instance of, as it is the only one that you do not need to manipulate, even when creating a new document, or chaging an existing one.