Properties for BaseXMLDomParseError
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. | cObject |
| Name | Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. | cObject |
| Object_Label | Returns the short name of an object Object_Label returns the short name of the object using the Name property. | cObject |
| Parent | Returns the parent of an object The Parent property returns parent object handle of an object. | cObject |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| piErrorCode | Returns an error code 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 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 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 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 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 psURL returns the URL of the most recent XML document that contained an error. | BaseXMLDomParseError |