SAP ABAP Class CL_XLF_XML_CHAR (XML character utilities)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_XLIFF (Package) XLIFF 1.2 Library
Properties
Class CL_XLF_XML_CHAR  
Short Description XML character utilities    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_XLIFF   XLIFF 1.2 Library 
Created 20101005   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_XLF_XML_CHAR has no interface implemented.
Friends
Class CL_XLF_XML_CHAR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHARS Static Attribute Private See coding 20101005
2 GO_CONVERTER Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_CONV_OUT_CE Code Page and Endian Conversion (System Format -> External) 20101005
3 MASK_CONTENT Constant Private Type reference (TYPE) X 32 20101005
4 MASK_NAME Constant Private Type reference (TYPE) X 8 20101005
5 MASK_NAME_START Constant Private Type reference (TYPE) X 4 20101005
6 MASK_NCNAME Constant Private Type reference (TYPE) X 128 20101005
7 MASK_NCNAME_START Constant Private Type reference (TYPE) X 64 20101005
8 MASK_PUBID Constant Private Type reference (TYPE) X 16 20101005
9 MASK_SPACE Constant Private Type reference (TYPE) X 2 20101005
10 MASK_VALID Constant Private Type reference (TYPE) X 1 20101005
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20101005
2 FILL Static method Private Method 20101005
3 GET_SUPPLEMENTAL Static method Private Method 20101005
4 IS_HIGH_SURROGATE Static method Private Method 20101005
5 IS_LOW_SURROGATE Static method Private Method 20101005
6 IS_NAME Static method Public Method 20101005
7 IS_NAME_CHAR Static method Private Method 20101005
8 IS_NAME_START_CHAR Static method Private Method 20101005
9 IS_NCNAME Static method Public Method 20101005
10 IS_NCNAME_CHAR Static method Private Method 20101005
11 IS_NCNAME_START_CHAR Static method Private Method 20101005
12 IS_NMTOKEN Static method Public Method 20101005
13 IS_VALID Static method Public Method 20101005
14 IS_VALID_CHAR Static method Private Method 20101005
Events
Class CL_XLF_XML_CHAR has no event.
Types
Class CL_XLF_XML_CHAR has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_XLF_XML_CHAR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XLF_XML_CHAR has no exception.

Method FILL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing END Call by reference Type reference (TYPE) I 20101005
2 Importing START Call by reference Type reference (TYPE) I 20101005
3 Importing VALUE Call by reference Type reference (TYPE) I 20101005

Method FILL on class CL_XLF_XML_CHAR has no exception.

Method GET_SUPPLEMENTAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HIGH_SURROGATE Call by reference Type reference (TYPE) I 20101005
2 Importing LOW_SURROGATE Call by reference Type reference (TYPE) I 20101005
3 Returning SUPPLEMENTAL Value transfer Type reference (TYPE) I 20101005

Method GET_SUPPLEMENTAL on class CL_XLF_XML_CHAR has no exception.

Method IS_HIGH_SURROGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C Call by reference Type reference (TYPE) I 20101005
2 Returning IS_HIGH_SURROGATE Value transfer Type reference (TYPE) ABAP_BOOL 20101005

Method IS_HIGH_SURROGATE on class CL_XLF_XML_CHAR has no exception.

Method IS_LOW_SURROGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C Call by reference Type reference (TYPE) I 20101005
2 Returning IS_LOW_SURROGATE Value transfer Type reference (TYPE) ABAP_BOOL 20101005

Method IS_LOW_SURROGATE on class CL_XLF_XML_CHAR has no exception.

Method IS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_NAME Value transfer Type reference (TYPE) ABAP_BOOL 20101005
2 Importing STRING Call by reference Type reference (TYPE) STRING 20101005

Method IS_NAME on class CL_XLF_XML_CHAR has no exception.

Method IS_NAME_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C Call by reference Type reference (TYPE) I 20101005
2 Returning IS_NAME_CHAR Value transfer Type reference (TYPE) ABAP_BOOL 20101005

Method IS_NAME_CHAR on class CL_XLF_XML_CHAR has no exception.

Method IS_NAME_START_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C Call by reference Type reference (TYPE) I 20101005
2 Returning IS_NAME_START_CHAR Value transfer Type reference (TYPE) ABAP_BOOL 20101005

Method IS_NAME_START_CHAR on class CL_XLF_XML_CHAR has no exception.

Method IS_NCNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_NCNAME Value transfer Type reference (TYPE) ABAP_BOOL 20101005
2 Importing STRING Call by reference Type reference (TYPE) STRING 20101005

Method IS_NCNAME on class CL_XLF_XML_CHAR has no exception.

Method IS_NCNAME_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C Call by reference Type reference (TYPE) I 20101005
2 Returning IS_NCNAME_CHAR Value transfer Type reference (TYPE) ABAP_BOOL 20101005

Method IS_NCNAME_CHAR on class CL_XLF_XML_CHAR has no exception.

Method IS_NCNAME_START_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C Call by reference Type reference (TYPE) I 20101005
2 Returning IS_NCNAME_START_CHAR Value transfer Type reference (TYPE) ABAP_BOOL 20101005

Method IS_NCNAME_START_CHAR on class CL_XLF_XML_CHAR has no exception.

Method IS_NMTOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_NMTOKEN Value transfer Type reference (TYPE) ABAP_BOOL 20101005
2 Importing STRING Call by reference Type reference (TYPE) STRING 20101005

Method IS_NMTOKEN on class CL_XLF_XML_CHAR has no exception.

Method IS_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20101005
2 Importing STRING Call by reference Type reference (TYPE) STRING 20101005

Method IS_VALID on class CL_XLF_XML_CHAR has no exception.

Method IS_VALID_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing C Call by reference Type reference (TYPE) I 20101005
2 Returning IS_VALID_CHAR Value transfer Type reference (TYPE) ABAP_BOOL 20101005

Method IS_VALID_CHAR on class CL_XLF_XML_CHAR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703