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 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ABAP' | 20110122 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'NO_XML' | 20110122 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'WSDL' | 20110122 | ||
4 | ![]() |
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
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 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 | ![]() |
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 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 | ![]() |
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 class IF_GDV_XML_SCHEMA has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |