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 {
string SystemId
contains the system identifier of the document.
Definition: SAXParseException.idl:44
long LineNumber
contains the line number in the document.
Definition: SAXParseException.idl:49
encapsulates the details of an XML parse error or warning.
Definition: SAXException.idl:41
long ColumnNumber
contains the column number in the document.
Definition: SAXParseException.idl:54
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:33