System Reference Summary : 3. System Classes : XMLParserCallbacks Class
 
Share this page                  
XMLParserCallbacks Class
XMLParserCallbacks Attributes
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
CurDocument
XMLDocument
Specifies the current XML document being parsed (R)
Defined
CurElement
XMLElement
Specifies the current XML element being parsed (R)
Defined
EndDocumentHandler
ProcHandle
Specifies the ProcHandle of the user-defined 4GL procedure to call after parsing of the XML document is finished (RW)
Defined
EndElementHandler
ProcHandle
Specifies the ProcHandle of the user-defined 4GL procedure to call after parsing the end tag of an XML element (RW)
Defined
Errortext
varchar(2000)
Specifies the Errortext to be set for the XMLDocument object being parsed, if a called user-defined handler procedure returns ER_FAIL and the ParseReturnValue has been set to ER_FAIL (RW)
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
ParseReturnValue
integer
Specifies the return value for the XMLDocument.ParseString() or XMLDocument.ParseURL() method, if a called user-defined handler procedure returns ER_FAIL (RW)
Defined
StartDocumentHandler
ProcHandle
Specifies the ProcHandle of the user-defined 4GL procedure to call after starting to parse the XML document (RW)
Defined
StartElementHandler
ProcHandle
Specifies the ProcHandle of the 4GL user-defined procedure to call after parsing the start tag of an XML element (RW)
Defined