SAP ABAP Class CL_FXS_IXML_FILTER (iXML to SXML filter)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-UPG-NA (Application Component) SAP Note Assistant
⤷
SXMLDIFF (Package) XMLdiff
⤷
⤷
Properties
| Class | CL_FXS_IXML_FILTER | |
| Short Description | iXML to SXML filter | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SXMLDIFF | XMLdiff |
| Created | 20081031 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FXS_IXML_FILTER has no forward declaration.
Interfaces
Class CL_FXS_IXML_FILTER has no interface implemented.
Friends
Class CL_FXS_IXML_FILTER has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add an attribute name filter | 20090212 | |
| 2 | Instance method | Public | Method | Add a namespace filter for elements and attributes | 20081031 | |
| 3 | Instance method | Public | Method | Add a namespace filter for elements and attributes | 20081031 | |
| 4 | Instance method | Public | Method | Disable statistics collection | 20081031 | |
| 5 | Instance method | Public | Method | Enable statistics collection | 20081031 | |
| 6 | Instance method | Public | Method | Filter one xml via iXML and write it back via SXML | 20081031 | |
| 7 | Static method | Public | Method | Filter one xml via iXML and write it back via SXML | 20081031 | |
| 8 | Instance method | Protected | Method | 20081031 | ||
| 9 | Instance method | Protected | Method | 20081031 |
Events
Class CL_FXS_IXML_FILTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_NODE_STAT | Public | See coding | 20081031 | BEGIN OF ty_node_stat,
qname TYPE string,
occurs TYPE i,
END OF ty_node_stat
|
||
| 2 | TY_NODE_STAT_HASHED_TABLE | Public | See coding | 20081031 | ty_node_stat_hashed_table TYPE HASHED TABLE OF ty_node_stat WITH UNIQUE KEY qname
|
||
| 3 | TY_NODE_STAT_TABLE | Public | See coding | 20081031 | ty_node_stat_table TYPE STANDARD TABLE OF ty_node_stat WITH DEFAULT KEY
|
Method Signatures
Method ADD_ATTRIBUTE_NAME_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20090212 |
Method ADD_ATTRIBUTE_NAME_FILTER on class CL_FXS_IXML_FILTER has no exception.
Method ADD_EXCLUSIVE_NAMESPACE_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | 20081031 |
Method ADD_EXCLUSIVE_NAMESPACE_FILTER on class CL_FXS_IXML_FILTER has no exception.
Method ADD_INCLUSIVE_NAMESPACE_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | 20081031 |
Method ADD_INCLUSIVE_NAMESPACE_FILTER on class CL_FXS_IXML_FILTER has no exception.
Method DISABLE_STATS Signature
Method DISABLE_STATS on class CL_FXS_IXML_FILTER has no parameter.
Method DISABLE_STATS on class CL_FXS_IXML_FILTER has no exception.
Method ENABLE_STATS Signature
Method ENABLE_STATS on class CL_FXS_IXML_FILTER has no parameter.
Method ENABLE_STATS on class CL_FXS_IXML_FILTER has no exception.
Method FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML | Call by reference | Type reference (TYPE) | XSTRING | 20081031 | ||||
| 2 | RV_XML | Value transfer | Type reference (TYPE) | XSTRING | 20081031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | iXML Exception: Instantiation Error | 20081031 | ||
| 2 | iXML Exception: Error While Parsing | 20081031 |
Method FILTER_DIRECTLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML | Call by reference | Type reference (TYPE) | XSTRING | 20081031 | ||||
| 2 | RV_XML | Value transfer | Type reference (TYPE) | XSTRING | 20081031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081031 | |||
| 2 | 20081031 |
Method PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LEVEL | Call by reference | Type reference (TYPE) | I | 20081031 | ||||
| 2 | IV_PATH_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20081031 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081031 |
Method PROCESS_SKIPPING Signature
Method PROCESS_SKIPPING on class CL_FXS_IXML_FILTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20081031 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |