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