SAP ABAP Class IF_GDV_XML_SCHEMA (xml schema/ type information)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GDV_XML_SCHEMA_FROM_DDIC Analyse data from a XML schema (XSD or WSDL) 20110122
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GDV_XML_SCHEMA_NULL No xml schema available 20110122
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GDV_XML_SCHEMA_READER Analyse data from a XML schema (XSD or WSDL) 20110122
Properties
Class IF_GDV_XML_SCHEMA  
Short Description xml schema/ type information    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110122   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_GDV_XML_SCHEMA has no forward declaration.
Interfaces
Class IF_GDV_XML_SCHEMA has no interface implemented.
Friends
Class IF_GDV_XML_SCHEMA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_ABAP Constant Public Type reference (TYPE) STRING 'ABAP' 20110122
2 CON_NO_XML Constant Public Type reference (TYPE) STRING 'NO_XML' 20110122
3 CON_WSDL Constant Public Type reference (TYPE) STRING 'WSDL' 20110122
4 CON_XSD Constant Public Type reference (TYPE) STRING 'XSD' 20110122
Methods
# Method Level Visibility Method type Description Created on
1 GET_ALL_ATTRIBUTE_PATH Instance method Public Method Retrun all attribute path 20110122
2 GET_ALL_ELEMENT_PATH Instance method Public Method Retrun all element path 20110122
3 GET_ALL_TABLE_PATH Instance method Public Method Retrun all table path 20110122
4 GET_SCHEMA_TYPE Instance method Public Method Retrieve type of schema 20110122
5 GET_TOP_TAG_NAME Instance method Public Method 20110122
6 GET_TOP_TAG_TYPE Instance method Public Method 20110122
7 IS_ATTRIBUTE_PATH Instance method Public Method Return true if is attribute path according to XML schema 20110122
8 IS_ELEMENT_PATH Instance method Public Method Return true if is element path according to XML schema 20110122
9 IS_TABLE_PATH Instance method Public Method Return true if is a table path according to XML schema 20110122
Events
Class IF_GDV_XML_SCHEMA has no event.
Types
Class IF_GDV_XML_SCHEMA has no local type.
Method Signatures

Method GET_ALL_ATTRIBUTE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GDV_TT_STRING_HASHED Table of type string 20110122

Method GET_ALL_ATTRIBUTE_PATH on class IF_GDV_XML_SCHEMA has no exception.

Method GET_ALL_ELEMENT_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GDV_TT_STRING_HASHED Table of type string 20110122

Method GET_ALL_ELEMENT_PATH on class IF_GDV_XML_SCHEMA has no exception.

Method GET_ALL_TABLE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GDV_TT_STRING_HASHED Table of type string 20110122

Method GET_ALL_TABLE_PATH on class IF_GDV_XML_SCHEMA has no exception.

Method GET_SCHEMA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_XML_SCHEMA_TYPE Value transfer Type reference (TYPE) STRING 20110122

Method GET_SCHEMA_TYPE on class IF_GDV_XML_SCHEMA has no exception.

Method GET_TOP_TAG_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20110122

Method GET_TOP_TAG_NAME on class IF_GDV_XML_SCHEMA has no exception.

Method GET_TOP_TAG_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20110122

Method GET_TOP_TAG_TYPE on class IF_GDV_XML_SCHEMA has no exception.

Method IS_ATTRIBUTE_PATH Signature

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

Method IS_ATTRIBUTE_PATH on class IF_GDV_XML_SCHEMA has no exception.

Method IS_ELEMENT_PATH Signature

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

Method IS_ELEMENT_PATH on class IF_GDV_XML_SCHEMA has no exception.

Method IS_TABLE_PATH Signature

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

Method IS_TABLE_PATH on class IF_GDV_XML_SCHEMA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in