Attribute | Data Type | Description | Inherited From |
---|---|---|---|
ClassName | varchar(32) | Gives the name of an object's actual type (as opposed to its declared type) (R) | Object |
ClientData | Object | Provides a way to associate data with an object (RW) | Object |
ErrorText | varchar(2000) | Contains the error message of the last method invocation (R) | Defined |
InstanceIdentifier | integer8 | Contains a value that uniquely identifies an instance of an allocated object (R) | Object |
InstanceReferences | integer | Contains the current number of references to the object (R) | Object |
ParsedXMLEncoding | varchar(20) | Is the encoding attribute of the last XML document parsed (R) | Defined |
ParsedXMLStandalone | varchar(3) | Is the encoding attribute of the last XML document parsed (R) | Defined |
ParsedXMLVersion | varchar(5) | Is the version attribute of the last XML document parsed (R) | Defined |
ParserCallbacks | XMLParserCallBacks | References the XMLParserCallbacks object that defines the procedures to call during parsing of the XML document (methods ParseURL and ParseString) (RW) | Defined |
RootElement | XMLElement | Is the root element of the XML document (RW) | Defined |