SAP ABAP Class IF_IXML_MINI_RENDERER (iXML Mini Renderer)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IXML_MINI_RENDERER | iXML Mini Renderer | 20000215 |
Properties
Class | IF_IXML_MINI_RENDERER | |
Short Description | iXML Mini Renderer | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20000215 | SAP |
Last change | 00000000 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_IXML_MINI_RENDERER has no forward declaration.
Interfaces
Class IF_IXML_MINI_RENDERER has no interface implemented.
Friends
Class IF_IXML_MINI_RENDERER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Encoding to use for rendering | 20000215 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 1: pretty print output 0: don't pretty print output | 20000215 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Renders the given DOM into a string-based stream | 20000215 |
2 | ![]() |
Instance method | Public | Method | Renders the given DOM into a table-based stream | 20000215 |
3 | ![]() |
Instance method | Public | Method | Renders the given DOM into a xstring-based stream | 20000314 |
Events
Class IF_IXML_MINI_RENDERER has no event.
Types
Class IF_IXML_MINI_RENDERER has no local type.
Method Signatures
Method RENDER_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 input | 20000215 | ||
2 | ![]() |
STREAM | Call by reference | Type reference (TYPE) | STRING | Stream output | 20000215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error | 20000227 |
Method RENDER_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 input | 20000215 | ||
2 | ![]() |
STREAM | Call by reference | Type reference (TYPE) | STANDARD TABLE | Stream output | 20000215 | ||
3 | ![]() |
STREAM_SIZE | Call by reference | Type reference (TYPE) | I | Stream output size | 20000215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error | 20000227 |
Method RENDER_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 input | 20000314 | ||
2 | ![]() |
STREAM | Call by reference | Type reference (TYPE) | XSTRING | Stream output | 20000314 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Internal error | 20000314 |
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in |