Class Method list used by SAP ABAP Class CL_RSPO_XDC_PARSER (Get XML information from XDC data)
SAP ABAP Class
CL_RSPO_XDC_PARSER (Get XML information from XDC data) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_IXML - CREATE | Access Class to iXML Library | ||
| 2 | CL_RSPO_XDC_PARSER - PARSE_XML_STREAM | Get XML information from XDC data | SOURCE call method me->parse_xml_stream |
|
| 3 | CL_RSPO_XDC_PARSER - PARSE_XML_STREAM | Get XML information from XDC data | SOURCE exporting |
|
| 4 | CL_RSPO_XDC_PARSER - PARSE_XML_STREAM | Get XML information from XDC data | SOURCE im_data = xdc_data |
|
| 5 | CL_RSPO_XDC_PARSER - PARSE_XML_STREAM | Get XML information from XDC data | SOURCE receiving |
|
| 6 | CL_RSPO_XDC_PARSER - PARSE_XML_STREAM | Get XML information from XDC data | SOURCE re_document = l_document. |
|
| 7 | IF_IXML - CREATE_STREAM_FACTORY | Interface of Factory Object | ||
| 8 | IF_IXML - CREATE_PARSER | Interface of Factory Object | ||
| 9 | IF_IXML - CREATE_DOCUMENT | Interface of Factory Object | ||
| 10 | IF_IXML_ATTRIBUTE - GET_NAME | Attributeof of an element in DOM | ||
| 11 | IF_IXML_ATTRIBUTE - GET_VALUE | Attributeof of an element in DOM | ||
| 12 | IF_IXML_DOCUMENT - GET_ROOT_ELEMENT | XML Document in DOM Representation | ||
| 13 | IF_IXML_ISTREAM - CLOSE | Input Streams | ||
| 14 | IF_IXML_NAMED_NODE_MAP - GET_ITEM | Indexed List of Names | ||
| 15 | IF_IXML_NAMED_NODE_MAP - GET_LENGTH | Indexed List of Names | ||
| 16 | IF_IXML_NODE - CREATE_ITERATOR | Node of DOM | ||
| 17 | IF_IXML_NODE - GET_VALUE | Node of DOM | ||
| 18 | IF_IXML_NODE - GET_NAME | Node of DOM | ||
| 19 | IF_IXML_NODE - GET_ATTRIBUTES | Node of DOM | ||
| 20 | IF_IXML_NODE_ITERATOR - GET_NEXT | Iterator for Nodes and Lists of a DOM | ||
| 21 | IF_IXML_PARSER - ADD_PRESERVE_SPACE_ELEMENT | Parser | ||
| 22 | IF_IXML_PARSER - GET_ERROR | Parser | ||
| 23 | IF_IXML_PARSER - NUM_ERRORS | Parser | ||
| 24 | IF_IXML_PARSER - PARSE | Parser | ||
| 25 | IF_IXML_PARSER - SET_NAMESPACE_MODE | Parser | ||
| 26 | IF_IXML_PARSER - SET_XML_SPACE_AWARE | Parser | ||
| 27 | IF_IXML_PARSE_ERROR - GET_COLUMN | Parser Error Message | ||
| 28 | IF_IXML_PARSE_ERROR - GET_LINE | Parser Error Message | ||
| 29 | IF_IXML_PARSE_ERROR - GET_REASON | Parser Error Message | ||
| 30 | IF_IXML_STREAM - CLOSE | Streams | ||
| 31 | IF_IXML_STREAM_FACTORY - CREATE_ISTREAM_XSTRING | Factory for Streams |