SAP ABAP Interface IF_GDV_XML_SCHEMA (xml schema/ type information)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
⤷
SECATT_GDV_SCHEMA_METHOD (Package) Generic Data Verifier - Schema Method

⤷

⤷

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
Interface | IF_GDV_XML_SCHEMA | |
Short Description | xml schema/ type information |
General Data
Package | SECATT_GDV_SCHEMA_METHOD | Generic Data Verifier - Schema Method |
Created | 20110122 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_GDV_XML_SCHEMA has no forward declaration.
Interfaces
Interface IF_GDV_XML_SCHEMA has no interface.
Friends
Interface IF_GDV_XML_SCHEMA has no friend.
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 | ![]() |
Instance method | Public | Method | Retrun all attribute path | 20110122 |
2 | ![]() |
Instance method | Public | Method | Retrun all element path | 20110122 |
3 | ![]() |
Instance method | Public | Method | Retrun all table path | 20110122 |
4 | ![]() |
Instance method | Public | Method | Retrieve type of schema | 20110122 |
5 | ![]() |
Instance method | Public | Method | 20110122 | |
6 | ![]() |
Instance method | Public | Method | 20110122 | |
7 | ![]() |
Instance method | Public | Method | Return true if is attribute path according to XML schema | 20110122 |
8 | ![]() |
Instance method | Public | Method | Return true if is element path according to XML schema | 20110122 |
9 | ![]() |
Instance method | Public | Method | Return true if is a table path according to XML schema | 20110122 |
Events
Interface IF_GDV_XML_SCHEMA has no event.
Types
Interface 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | GDV_TT_STRING_HASHED | Table of type string | 20110122 |
Method GET_ALL_ATTRIBUTE_PATH on Interface 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | GDV_TT_STRING_HASHED | Table of type string | 20110122 |
Method GET_ALL_ELEMENT_PATH on Interface 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | GDV_TT_STRING_HASHED | Table of type string | 20110122 |
Method GET_ALL_TABLE_PATH on Interface 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 | ![]() |
R_XML_SCHEMA_TYPE | Value transfer | Type reference (TYPE) | STRING | 20110122 |
Method GET_SCHEMA_TYPE on Interface 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20110122 |
Method GET_TOP_TAG_NAME on Interface 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 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | STRING | 20110122 |
Method GET_TOP_TAG_TYPE on Interface 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 | ![]() |
I_PATH | Call by reference | Type reference (TYPE) | STRING | 20110122 | |||
2 | ![]() |
R_VALID_PATH | Value transfer | Type reference (TYPE) | STRING | 20110122 |
Method IS_ATTRIBUTE_PATH on Interface 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 | ![]() |
I_PATH | Call by reference | Type reference (TYPE) | STRING | 20110122 | |||
2 | ![]() |
R_VALID_PATH | Value transfer | Type reference (TYPE) | STRING | 20110122 |
Method IS_ELEMENT_PATH on Interface 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 | ![]() |
I_PATH | Call by reference | Type reference (TYPE) | STRING | 20110122 | |||
2 | ![]() |
R_VALID_PATH | Value transfer | Type reference (TYPE) | STRING | 20110122 |
Method IS_TABLE_PATH on Interface IF_GDV_XML_SCHEMA has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |