SAP ABAP Interface IF_IXML_MINI_PARSER (iXML Mini Parser)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-XML (Application Component) ABAP XML Processing
⤷
SIXML_MINI (Package) iXML Mini
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IXML_MINI_PARSER | iXML Miniparser | 20000207 |
Properties
| Interface | IF_IXML_MINI_PARSER | |
| Short Description | iXML Mini Parser |
General Data
| Package | SIXML_MINI | iXML Mini |
| Created | 20000207 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IXML | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_IXML_MINI_PARSER has no interface.
Friends
Interface IF_IXML_MINI_PARSER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENCODING | Instance attribute | Public | Type reference (TYPE) | STRING | encoding name | 20000207 | ||
| 2 | ERRORS | Instance attribute | Public | Type reference (TYPE) | TIXMLTERR | parse error table | 20000207 | ||
| 3 | UNPRETTYPRINT | Instance attribute | Public | Type reference (TYPE) | INT4 | normalizing mode | 20000227 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Parses the given string stream into the output table | 20000207 | |
| 2 | Instance method | Public | Method | Parses the given table stream into the output table | 20000207 | |
| 3 | Instance method | Public | Method | Parses the given xstring stream into the output table | 20000308 |
Events
Interface IF_IXML_MINI_PARSER has no event.
Types
Interface IF_IXML_MINI_PARSER has no local type.
Method Signatures
Method PARSE_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_MINI_DOM | DOM output | 20000207 | |||
| 2 | STREAM | Call by reference | Type reference (TYPE) | STRING | Stream input | 20000207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Internal error occured | 20000227 | ||
| 2 | XML Parse error occured | 20000227 |
Method PARSE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_MINI_DOM | DOM output | 20000207 | |||
| 2 | STREAM | Call by reference | Type reference (TYPE) | STANDARD TABLE | Stream input | 20000207 | |||
| 3 | STREAM_SIZE | Call by reference | Type reference (TYPE) | I | Size of stream input in bytes | 20000207 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Internal error occured | 20000227 | ||
| 2 | XML parse error occured | 20000227 |
Method PARSE_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_MINI_DOM | DOM output | 20000308 | |||
| 2 | STREAM | Call by reference | Type reference (TYPE) | XSTRING | Stream input | 20000308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Internal error occured | 20000308 | ||
| 2 | Parse error occured | 20000308 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 46D |