LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_xml_sax_SAXParseException_idl__
20 #define __com_sun_star_xml_sax_SAXParseException_idl__
26 module
com { module sun { module star { module xml { module sax {
long LineNumber
contains the line number in the document.
Definition: SAXParseException.idl:49
long ColumnNumber
contains the column number in the document.
Definition: SAXParseException.idl:54
encapsulates the details of an XML parse error or warning.
Definition: SAXException.idl:42
string SystemId
contains the system identifier of the document.
Definition: SAXParseException.idl:44
Definition: Ambiguous.idl:22
string PublicId
contains the public identifier of the document where the exception has occurred.
Definition: SAXParseException.idl:39
stores information for locating the error in the original XML document.
Definition: SAXParseException.idl:34