SAP ABAP Class CL_CIM_XMLCHARVALIDATOR (Validates XML Validity of CIM Elements)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-SLD-ABA (Application Component) System Landscape Directory ABAP Connectivity
⤷
S_WBEM_TRANSFORM (Package) WBEM Client: Data Transformations

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_CIM_ELEMENTVISITOR | Basis Class for Operations on CIM Objects | 20081013 |
Properties
Class | CL_CIM_XMLCHARVALIDATOR | |
Short Description | Validates XML Validity of CIM Elements | |
Super Class | CL_CIM_ELEMENTVISITOR | Basis Class for Operations on CIM Objects |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_WBEM_TRANSFORM | WBEM Client: Data Transformations |
Created | 20081013 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_CIM_XMLCHARVALIDATOR has no forward declaration.
Interfaces
Class CL_CIM_XMLCHARVALIDATOR has no interface implemented.
Friends
Class CL_CIM_XMLCHARVALIDATOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | CL_CIM_XMLCHARVALIDATOR | Singleton Instance | 20081013 | ||
2 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | Codepoint 0x010000 | 20081013 | ||
3 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | Codepoint TAB | 20081013 | ||
4 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | Codepoint LF | 20081013 | ||
5 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | Codepoint CR | 20081013 | ||
6 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | Codepoint 0x10FFFF | 20081013 | ||
7 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | Codepoint 0x20 | 20081013 | ||
8 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | Codepoint 0xD7FF | 20081013 | ||
9 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | Codepoint 0xE000 | 20081013 | ||
10 | ![]() |
Static Attribute | Public | Type reference (TYPE) | I | Codepoint 0xFFFD | 20081013 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20081014 | |
2 | ![]() |
Instance method | Private | Method | 20081014 | |
3 | ![]() |
Instance method | Private | Method | 20081014 | |
4 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081013 |
5 | ![]() |
Instance method | Private | Method | Finds first XML-invalid codepoint in a string | 20081014 |
6 | ![]() |
Static method | Public | Method | Checks a CIM element for invalid characters | 20090514 |
7 | ![]() |
Static method | Public | Method | Checks a string for invalid characters | 20091028 |
Events
Class CL_CIM_XMLCHARVALIDATOR has no event.
Types
Class CL_CIM_XMLCHARVALIDATOR has no local type.
Method Signatures
Method CHECK_ELEMENTNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENTNAME | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENTNAME | Elementname (case-insensitive) | 20081014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme der WBEM-Programmierschnittstelle | 20081014 |
Method CHECK_NAMESPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMESPACE | Call by reference | Object reference (TYPE REF TO) | CL_CIM_NAMESPACE | 20081014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme der WBEM-Programmierschnittstelle | 20081014 |
Method CHECK_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | 20081014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme der WBEM-Programmierschnittstelle | 20081014 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_CIM_XMLCHARVALIDATOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CIM_XMLCHARVALIDATOR has no exception.
Method FIND_INVALID_CODEPOINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INVALID_CP | Value transfer | Type reference (TYPE) | I | INT-Darstellung des ersten invaliden Codepoints oder -1 | 20081014 | ||
2 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | Zu prüfender String | 20081014 |
Method FIND_INVALID_CODEPOINT on class CL_CIM_XMLCHARVALIDATOR has no exception.
Method VALIDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_CIM_ELEMENT | Zu prüfendes CIM-Element | 20090514 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme der WBEM-Programmierschnittstelle | 20090514 |
Method VALIDATE_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | Zu prüfender Text | 20091028 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahme der WBEM-Programmierschnittstelle | 20091028 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |