SAP ABAP Class CL_XMLDIFF_MERGE_NODE (XMLdiff node for merging)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-UPG-NA (Application Component) SAP Note Assistant
⤷
SXMLDIFF (Package) XMLdiff
⤷
⤷
Properties
| Class | CL_XMLDIFF_MERGE_NODE | |
| Short Description | XMLdiff node for merging | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SXMLDIFF | XMLdiff |
| Created | 20100723 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_XMLDIFF_MERGE_NODE has no forward declaration.
Interfaces
Class CL_XMLDIFF_MERGE_NODE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_XMLDIFF_MERGE_DOCUMENT | 20100809 | XMLdiff merge functionality |
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Protected | Method | 20100809 | ||
| 2 | Static method | Public | Method | 20100809 | ||
| 3 | Instance method | Protected | Method | 20100809 | ||
| 4 | Instance method | Public | Method | 20100809 | ||
| 5 | Instance method | Protected | Method | 20100809 | ||
| 6 | Instance method | Public | Method | 20100809 | ||
| 7 | Instance method | Protected | Method | 20100809 |
Events
Class CL_XMLDIFF_MERGE_NODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ATTR | Public | See coding | 20100809 | BEGIN OF ty_attr,
qname TYPE string,
name TYPE string,
nsuri TYPE string,
value TYPE string,
END OF ty_attr
|
||
| 2 | TY_NAMESPACE | Public | See coding | 20100809 | BEGIN OF ty_namespace,
nsuri TYPE string,
prefix TYPE string,
END OF ty_namespace
|
||
| 3 | TY_NAMESPACE_TABLE | Public | See coding | 20100809 | ty_namespace_table TYPE HASHED TABLE OF ty_namespace WITH UNIQUE KEY nsuri
|
Method Signatures
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_XMLDIFF_MERGE_NODE | 20100809 | ||||
| 2 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_XMLDIFF_MERGE_NODE | 20100809 |
Method CREATE on class CL_XMLDIFF_MERGE_NODE has no exception.
Method DESERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML | Call by reference | Type reference (TYPE) | STRING | 20100809 | ||||
| 2 | IV_XMLX | Call by reference | Type reference (TYPE) | XSTRING | 20100809 | ||||
| 3 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_XMLDIFF_MERGE_NODE | 20100809 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100809 |
Method DO_INITIAL_COUNTING Signature
Method DO_INITIAL_COUNTING on class CL_XMLDIFF_MERGE_NODE has no parameter.
Method DO_INITIAL_COUNTING on class CL_XMLDIFF_MERGE_NODE has no exception.
Method GET_BY_XPATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XPATH | Call by reference | Type reference (TYPE) | STRING | 20100809 | ||||
| 2 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | CL_XMLDIFF_MERGE_NODE | 20100809 |
Method GET_BY_XPATH on class CL_XMLDIFF_MERGE_NODE has no exception.
Method REBUILD_PATH Signature
Method REBUILD_PATH on class CL_XMLDIFF_MERGE_NODE has no parameter.
Method REBUILD_PATH on class CL_XMLDIFF_MERGE_NODE has no exception.
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INCLUDE_DELETION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100809 | |||
| 2 | IV_INCLUDE_MARKER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100809 | |||
| 3 | RV_STR | Value transfer | Type reference (TYPE) | XSTRING | 20100809 |
Method SERIALIZE on class CL_XMLDIFF_MERGE_NODE has no exception.
Method WRITE_TO_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | 20100809 | ||||
| 2 | IV_INCLUDE_DELETION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100809 | ||||
| 3 | IV_INCLUDE_MARKER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100809 | ||||
| 4 | IV_TOP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100809 |
Method WRITE_TO_XML on class CL_XMLDIFF_MERGE_NODE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |