SAP ABAP Interface IF_IXML_PARSE_ERROR (Parser Error Message)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-XML (Application Component) ABAP XML Processing
⤷
SIXML (Package) iXML Library: Parsing, DOM Representation, and XML Rendering
⤷
⤷
Properties
| Interface | IF_IXML_PARSE_ERROR | |
| Short Description | Parser Error Message |
General Data
| Package | SIXML | iXML Library: Parsing, DOM Representation, and XML Rendering |
| Created | 20001103 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_IXML_UNKNOWN | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_IXML_UNKNOWN | IF_IXML_UNKNOWN | 20001103 |
Friends
Interface IF_IXML_PARSE_ERROR has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_ERROR | Constant | Public | Type reference (TYPE) | I | 3 | Classification: Error | 20001103 | |
| 2 | CO_FATAL_ERROR | Constant | Public | Type reference (TYPE) | I | 4 | Classification: Fatal Error | 20001103 | |
| 3 | CO_INFO | Constant | Public | Type reference (TYPE) | I | 1 | Classification: Information | 20001103 | |
| 4 | CO_SEVERITY_XXX | Constant | Public | Type reference (TYPE) | I | 5 | Not yet used | 20001103 | |
| 5 | CO_WARNING | Constant | Public | Type reference (TYPE) | I | 2 | Classification: Warning | 20001103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns column of XML file where error occurred | 20001103 | |
| 2 | Instance method | Public | Method | Returns entity of XML file where error occurred | 20001103 | |
| 3 | Instance method | Public | Method | Returns line of XML file where error occurred | 20001103 | |
| 4 | Instance method | Public | Method | Returns unique number of message | 20001103 | |
| 5 | Instance method | Public | Method | Returns offset in the XML file where error occurred | 20001103 | |
| 6 | Instance method | Public | Method | Returns descriptive message text | 20001103 | |
| 7 | Instance method | Public | Method | Returns classification of message | 20001103 | |
| 8 | Instance method | Public | Method | Returns textual information of classification | 20001103 | |
| 9 | Instance method | Public | Method | 20001103 |
Events
Interface IF_IXML_PARSE_ERROR has no event.
Types
Interface IF_IXML_PARSE_ERROR has no local type.
Method Signatures
Method GET_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | I | Spalte der XML-Datei | 20001103 |
Method GET_COLUMN on Interface IF_IXML_PARSE_ERROR has no exception.
Method GET_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | STRING | Entität der der XML-Datei | 20001103 |
Method GET_ENTITY on Interface IF_IXML_PARSE_ERROR has no exception.
Method GET_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | I | Zeile der XML-Datei | 20001103 |
Method GET_LINE on Interface IF_IXML_PARSE_ERROR has no exception.
Method GET_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | I | Meldungsnummer | 20001103 |
Method GET_NUMBER on Interface IF_IXML_PARSE_ERROR has no exception.
Method GET_OFFSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | I | Offset in der XML-Datei | 20001103 |
Method GET_OFFSET on Interface IF_IXML_PARSE_ERROR has no exception.
Method GET_REASON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | STRING | Meldungstext | 20001103 |
Method GET_REASON on Interface IF_IXML_PARSE_ERROR has no exception.
Method GET_SEVERITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | I | Klassifizierung gemäß Aufzählungstyp | 20001103 |
Method GET_SEVERITY on Interface IF_IXML_PARSE_ERROR has no exception.
Method GET_SEVERITY_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | STRING | Klassifizierungstext | 20001103 |
Method GET_SEVERITY_TEXT on Interface IF_IXML_PARSE_ERROR has no exception.
Method QUERY_INTERFACE Signature
Method QUERY_INTERFACE on Interface IF_IXML_PARSE_ERROR has no parameter.
Method QUERY_INTERFACE on Interface IF_IXML_PARSE_ERROR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 610 |