Properties for BaseXMLDomParseError
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated | cObject |
| Name | Returns the full name of the object including parentage | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists | cObject |
| Object_Label | Returns the short name of an object | cObject |
| Parent | Returns the parent of an object | cObject |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| piErrorCode | Returns an error code | BaseXMLDomParseError |
| piErrorCount | Returns the number of errors when pbMultipleErrorMessages is True | BaseXMLDomParseError |
| piFilePos | Returns the absolute character position in the file where the error occurred | BaseXMLDomParseError |
| piLine | Returns the number of the line in the document that contains the error | BaseXMLDomParseError |
| piLinePos | Returns the character position of the error within the line in which it occurred | BaseXMLDomParseError |
| psErrorXPath | Returns an XPath statement that locates the error | BaseXMLDomParseError |
| psReason | Returns the text description of the source and the reason for the error | BaseXMLDomParseError |
| psSrcText | Returns the full text of the line that contains the error, or an empty string if the error cannot be assigned to a specific line | BaseXMLDomParseError |
| psURL | Returns the URL of the most recent XML document that contained an error | BaseXMLDomParseError |