LibreOffice
LibreOffice 24.2 SDK API Reference
|
stores information for locating the error in the original XML document. More...
import"SAXParseException.idl";
Public Attributes | |
string | PublicId |
contains the public identifier of the document where the exception has occurred. More... | |
string | SystemId |
contains the system identifier of the document. More... | |
long | LineNumber |
contains the line number in the document. More... | |
long | ColumnNumber |
contains the column number in the document. More... | |
Public Attributes inherited from SAXException | |
any | WrappedException |
This field may contain a wrapped exception. More... | |
Public Attributes inherited from Exception | |
string | Message |
gives a detailed description of the reason, why the exception was thrown. More... | |
com::sun::star::uno::XInterface | Context |
should contain a reference to the original, which raised the exception. More... | |
stores information for locating the error in the original XML document.
long ColumnNumber |
contains the column number in the document.
long LineNumber |
contains the line number in the document.
string PublicId |
contains the public identifier of the document where the exception has occurred.
string SystemId |
contains the system identifier of the document.