SAP ABAP Class CL_ISHMED_XML_DOCUMENT_BASE (Helper class for generating and parsing XML structures)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
NMED (Package) R/3MED: Medical documentation GSD
⤷
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_XML_DOCUMENT_BASE | XML Document - Management (Basis Class) | 20030716 |
Properties
| Class | CL_ISHMED_XML_DOCUMENT_BASE | |
| Short Description | Helper class for generating and parsing XML structures | |
| Super Class | CL_XML_DOCUMENT_BASE | XML Document - Management (Basis Class) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | NMED | R/3MED: Medical documentation GSD |
| Created | 20030716 | SAP |
| Last change | 20050224 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISHMED_XML_DOCUMENT_BASE has no forward declaration.
Interfaces
Class CL_ISHMED_XML_DOCUMENT_BASE has no interface implemented.
Friends
Class CL_ISHMED_XML_DOCUMENT_BASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'utf-8' | Constant for Character Encoding utf-8 | 20041109 | ||
| 2 | Constant | Protected | Type reference (TYPE) | STRING | 'ELEMENT' | CONVERT_STRUCT_TO_DOM:Tag Name for Area of a Structure | 20040816 | ||
| 3 | Constant | Protected | Type reference (TYPE) | STRING | 'BLOCK' | CONVERT_STRUCT_TO_DOM:Tag Name for Area of an Internal Table | 20040816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20030722 | ||
| 2 | Instance method | Public | Method | Creates a Root Node for a Document Frangment | 20041118 | |
| 3 | Instance method | Public | Method | Generates Element in DOM (Parent as Name) | 20040826 | |
| 4 | Instance method | Public | Method | Use XSTRING instead of STRING (DOM-Fragment=>XML-String) | 20030722 | |
| 5 | Instance method | Public | Method | Converts DOM Nodes and Subnodes into XML itab | 20030722 | |
| 6 | Instance method | Public | Method | Converts DOM Nodes and Subnodes into XML String | 20040831 | |
| 7 | Instance method | Public | Method | Checks Validity of XML Document Against DTD | 20031009 |
Events
Class CL_ISHMED_XML_DOCUMENT_BASE has no event.
Types
Class CL_ISHMED_XML_DOCUMENT_BASE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ISHMED_XML_DOCUMENT_BASE has no parameter.
Method CONSTRUCTOR on class CL_ISHMED_XML_DOCUMENT_BASE has no exception.
Method CREATE_DOC_FRAGMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FRAGMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT_FRAGMENT | der erzeugte Knoten | 20041118 |
Method CREATE_DOC_FRAGMENT on class CL_ISHMED_XML_DOCUMENT_BASE has no exception.
Method CREATE_ELEMENT_NS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_NAME | Call by reference | Type reference (TYPE) | CLIKE | Name des Knoten | 20040826 | |||
| 2 | P_NAMESPACE_PREFIX | Call by reference | Type reference (TYPE) | STRING | Namensraum-Präfix für den neuen Knoten | 20040826 | |||
| 3 | P_NODE | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | Der neu angelegte Knoten | 20040826 | |||
| 4 | P_PARNODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf den übergeordneten Knoten | 20040826 | |||
| 5 | P_VALUE | Call by reference | Type reference (TYPE) | STRING | Der Inhalt,der als Text innerhalb des Knotens eingefügt wird | 20040826 |
Method CREATE_ELEMENT_NS on class CL_ISHMED_XML_DOCUMENT_BASE has no exception.
Method RENDER_FRAGMENT_2_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Der XML-Baum, der umgewandelt wird. | 20030722 | |||
| 2 | PRETTY_PRINT | Call by reference | Type reference (TYPE) | XFLAG | 'X' | Ausgabe formatieren | 20030722 | ||
| 3 | RETCODE | Call by reference | Type reference (TYPE) | SYSUBRC | Returncode | 20030722 | |||
| 4 | SIZE | Call by reference | Type reference (TYPE) | SYTABIX | Dateigröße (Anzahl Zeichen) | 20030722 | |||
| 5 | STREAM | Call by reference | Type reference (TYPE) | STRING | String (STREAM) | 20030722 |
Method RENDER_FRAGMENT_2_STRING on class CL_ISHMED_XML_DOCUMENT_BASE has no exception.
Method RENDER_FRAGMENT_2_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Der XML-Baum, der umgewandelt wird. | 20030722 | |||
| 2 | PRETTY_PRINT | Call by reference | Type reference (TYPE) | XFLAG | 'X' | Ausgabe formatieren | 20030722 | ||
| 3 | RETCODE | Call by reference | Type reference (TYPE) | SYSUBRC | Returncode | 20030722 | |||
| 4 | SIZE | Call by reference | Type reference (TYPE) | SYTABIX | Dateigröße (Anzahl Zeichen) | 20030722 | |||
| 5 | TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | Tabelle (STREAM) | 20030722 |
Method RENDER_FRAGMENT_2_TABLE on class CL_ISHMED_XML_DOCUMENT_BASE has no exception.
Method RENDER_FRAGMENT_2_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Der XML-Baum, der umgewandelt wird. | 20040831 | |||
| 2 | PRETTY_PRINT | Call by reference | Type reference (TYPE) | XFLAG | 'X' | Ausgabe formatieren | 20040831 | ||
| 3 | RETCODE | Call by reference | Type reference (TYPE) | SYSUBRC | Returncode | 20040831 | |||
| 4 | SIZE | Call by reference | Type reference (TYPE) | SYTABIX | Dateigröße (Anzahl Zeichen) | 20040831 | |||
| 5 | STREAM | Call by reference | Type reference (TYPE) | XSTRING | XString (STREAM) | 20040831 |
Method RENDER_FRAGMENT_2_XSTRING on class CL_ISHMED_XML_DOCUMENT_BASE has no exception.
Method VALIDATE_WITH_DTD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20031009 | |||
| 2 | I_DTD | Call by reference | Type reference (TYPE) | STANDARD TABLE | externe DTD Entität | 20031009 | |||
| 3 | I_DTD_ID | Call by reference | Type reference (TYPE) | STRING | Dateiname der DTD Entität | 20031009 | |||
| 4 | I_SIZE_DTD | Call by reference | Type reference (TYPE) | SYTABIX | 0 | Grösse der ITAB DTD | 20031009 | ||
| 5 | I_SIZE_XML | Call by reference | Type reference (TYPE) | SYTABIX | 0 | Grösse ITAB XML | 20031009 | ||
| 6 | I_XML_DOCUMENT | Call by reference | Type reference (TYPE) | STANDARD TABLE | XML-Dokument | 20031009 | |||
| 7 | RETCODE | Call by reference | Type reference (TYPE) | SYSUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20031009 |
Method VALIDATE_WITH_DTD on class CL_ISHMED_XML_DOCUMENT_BASE has no exception.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 472 |