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 SINGLETON Static Attribute Public Object reference (TYPE REF TO) CL_CIM_XMLCHARVALIDATOR Singleton Instance 20081013
2 UCCPI_0X010000 Static Attribute Public Type reference (TYPE) I Codepoint 0x010000 20081013
3 UCCPI_0X09 Static Attribute Public Type reference (TYPE) I Codepoint TAB 20081013
4 UCCPI_0X0A Static Attribute Public Type reference (TYPE) I Codepoint LF 20081013
5 UCCPI_0X0D Static Attribute Public Type reference (TYPE) I Codepoint CR 20081013
6 UCCPI_0X10FFFF Static Attribute Public Type reference (TYPE) I Codepoint 0x10FFFF 20081013
7 UCCPI_0X20 Static Attribute Public Type reference (TYPE) I Codepoint 0x20 20081013
8 UCCPI_0XD7FF Static Attribute Public Type reference (TYPE) I Codepoint 0xD7FF 20081013
9 UCCPI_0XE000 Static Attribute Public Type reference (TYPE) I Codepoint 0xE000 20081013
10 UCCPI_0XFFFD Static Attribute Public Type reference (TYPE) I Codepoint 0xFFFD 20081013
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_ELEMENTNAME Instance method Private Method 20081014
2 CHECK_NAMESPACE Instance method Private Method 20081014
3 CHECK_STRING Instance method Private Method 20081014
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20081013
5 FIND_INVALID_CODEPOINT Instance method Private Method Finds first XML-invalid codepoint in a string 20081014
6 VALIDATE Static method Public Method Checks a CIM element for invalid characters 20090514
7 VALIDATE_STRING 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 Importing ELEMENTNAME Call by reference Object reference (TYPE REF TO) CL_CIM_ELEMENTNAME Elementname (case-insensitive) 20081014
# Exception Resumable Description Created on
1 CX_WBEM_EXCEPTION Ausnahme der WBEM-Programmierschnittstelle 20081014

Method CHECK_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAMESPACE Call by reference Object reference (TYPE REF TO) CL_CIM_NAMESPACE 20081014
# Exception Resumable Description Created on
1 CX_WBEM_EXCEPTION Ausnahme der WBEM-Programmierschnittstelle 20081014

Method CHECK_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Call by reference Type reference (TYPE) STRING 20081014
# Exception Resumable Description Created on
1 CX_WBEM_EXCEPTION 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 Returning INVALID_CP Value transfer Type reference (TYPE) I INT-Darstellung des ersten invaliden Codepoints oder -1 20081014
2 Importing 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 Importing ELEMENT Call by reference Object reference (TYPE REF TO) CL_CIM_ELEMENT Zu prüfendes CIM-Element 20090514
# Exception Resumable Description Created on
1 CX_WBEM_EXCEPTION Ausnahme der WBEM-Programmierschnittstelle 20090514

Method VALIDATE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Call by reference Type reference (TYPE) STRING Zu prüfender Text 20091028
# Exception Resumable Description Created on
1 CX_WBEM_EXCEPTION Ausnahme der WBEM-Programmierschnittstelle 20091028
History
Last changed by/on SAP  20110908 
SAP Release Created in 720