SAP ABAP Interface IF_SXMLP_PART (IF_SXMLP_PART)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SXML_PARTS (Package) SXML Parts
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SOAP_WSADDR_FAULT Interface for ws-addressing 1.0 faults. 20080421
2 Interface composition (i COMPRISING i_ref)  IF_SXMLP_WRAPPER SXML/SXMLP Wrapper 20050831
3 Interface composition (i COMPRISING i_ref)  IF_SXMLP_SIMPLE 20050411
4 Interface composition (i COMPRISING i_ref)  IF_SXMLP_LIST 20050411
5 Interface composition (i COMPRISING i_ref)  IF_SXMLP_FRAGMENT 20050411
6 Interface composition (i COMPRISING i_ref)  IF_SXMLP_DATA_ST 20050424
7 Interface composition (i COMPRISING i_ref)  IF_SXMLP_DATA 20050411
8 Interface composition (i COMPRISING i_ref)  IF_SWSP_POLICY Policy 20050711
9 Interface composition (i COMPRISING i_ref)  IF_SOAP_WSADDR_MESSAGE interface for WS-A message 20080131
10 Interface composition (i COMPRISING i_ref)  IF_SLIB_SAPF_FEATURE 20060719
... Click here to see Used By full list (18 items)
Properties
Interface IF_SXMLP_PART  
Short Description    
General Data
Package SXML_PARTS   SXML Parts 
Created 20050411   SAP 
Last changed 20140121   SAP 
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)
2 IF_SXMLP_PART Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SXML_NODE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SXMLP_PART_ABSTRACT Abstract SXML/SXMLP Part 20050831
2 IF_SXML_SERIALIZABLE SXML Serializable Interface 20050411
Friends
Interface IF_SXMLP_PART has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_PT_DATA Constant Public Type reference (TYPE) PART_TYPE 10 20050411
2 CO_PT_DATA_ST Constant Public Type reference (TYPE) PART_TYPE 20 20050424
3 CO_PT_FRAGMENT Constant Public Type reference (TYPE) PART_TYPE 30 20050411
4 CO_PT_INITIAL Constant Public Type reference (TYPE) PART_TYPE 0 20050411
5 CO_PT_LIST Constant Public Type reference (TYPE) PART_TYPE 40 20050411
6 CO_PT_SIMPLE Constant Public Type reference (TYPE) PART_TYPE 50 20050411
7 CO_PT_WRAPPER Constant Public Type reference (TYPE) PART_TYPE 999 20050831
8 QNAME Instance attribute Public Type reference (TYPE) QNAME Qualified Name 20050421
Methods
# Method Level Visibility Method type Description Created on
1 CLONE Instance method Public Method 20050411
2 DESERIALIZE Instance method Public Method 20050411
3 GET_ATTRIBUTES Instance method Public Method 20050411
4 GET_ATTRIBUTE_VALUE Instance method Public Method 20050411
5 GET_NAME Instance method Public Method 20050411
6 GET_PREFIX Instance method Public Method 20050411
7 GET_TYPE Instance method Public Method 20050411
8 IS_CLONEABLE Instance method Public Method 20050418
9 IS_RECEIVED Instance method Public Method 20050411
10 SERIALIZE Instance method Public Method 20050411
11 SET_ATTRIBUTES Instance method Public Method 20050411
12 SET_ATTRIBUTE_VALUE Instance method Public Method 20050414
13 SET_CLONEABLE Instance method Public Method 20050418
14 SET_NAMESPACE_DECLARATION Instance method Public Method 20050705
15 SET_PREFIX Instance method Public Method 20050411
16 SET_RECEIVED Instance method Public Method 20050415
Events
Interface IF_SXMLP_PART has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 PART_TYPE Public Type reference (TYPE) I 20050411
2 T_ATTRIBUTE_ITEM Public See coding 20050419 begin of T_ATTRIBUTE_ITEM, name type qname, value type ref to if_sxmlp_value, end of T_ATTRIBUTE_ITEM
3 T_ATTRIBUTE_TABLE Public See coding 20050419 T_ATTRIBUTE_TABLE type standard table of T_ATTRIBUTE_ITEM with default key
4 T_NSDECL_ITEM Public See coding 20050705 begin of T_NSDECL_ITEM, prefix type string, nsuri type anyuri, end of T_NSDECL_ITEM
5 T_NSDECL_TABLE Public See coding 20050705 T_NSDECL_TABLE type standard table of t_nsdecl_item
Method Signatures

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AS_TEMPLATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050422
2 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_SXMLP_PART 20050411

Method CLONE on Interface IF_SXMLP_PART has no exception.

Method DESERIALIZE Signature

Method DESERIALIZE on Interface IF_SXMLP_PART has no parameter.
Method DESERIALIZE on Interface IF_SXMLP_PART has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) IF_SXMLP_PART=>T_ATTRIBUTE_TABLE 20050419

Method GET_ATTRIBUTES on Interface IF_SXMLP_PART has no exception.

Method GET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) NCNAME Local attribute name 20050414
2 Importing NSURI Call by reference Type reference (TYPE) ANYURI Attribute namespace 20050420
3 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_SXMLP_VALUE Attribute Value 20050420

Method GET_ATTRIBUTE_VALUE on Interface IF_SXMLP_PART has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) QNAME Qualified Name 20050411

Method GET_NAME on Interface IF_SXMLP_PART has no exception.

Method GET_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) NCNAME namespace prefix 20050411

Method GET_PREFIX on Interface IF_SXMLP_PART has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) PART_TYPE 20050411

Method GET_TYPE on Interface IF_SXMLP_PART has no exception.

Method IS_CLONEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) ABAP_BOOL 20050418

Method IS_CLONEABLE on Interface IF_SXMLP_PART has no exception.

Method IS_RECEIVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) ABAP_BOOL 20050411

Method IS_RECEIVED on Interface IF_SXMLP_PART has no exception.

Method SERIALIZE Signature

Method SERIALIZE on Interface IF_SXMLP_PART has no parameter.
Method SERIALIZE on Interface IF_SXMLP_PART has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) IF_SXMLP_PART=>T_ATTRIBUTE_TABLE 20050419

Method SET_ATTRIBUTES on Interface IF_SXMLP_PART has no exception.

Method SET_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) NCNAME Local attribute name 20050414
2 Importing NSURI Call by reference Type reference (TYPE) ANYURI Attribute namespace 20050420
3 Importing VALUE Call by reference Object reference (TYPE REF TO) IF_SXMLP_VALUE Attribute value 20050414

Method SET_ATTRIBUTE_VALUE on Interface IF_SXMLP_PART has no exception.

Method SET_CLONEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL 20050418

Method SET_CLONEABLE on Interface IF_SXMLP_PART has no exception.

Method SET_NAMESPACE_DECLARATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NSURI Call by reference Type reference (TYPE) ANYURI any URI 20050705
2 Importing PREFIX Call by reference Type reference (TYPE) CLIKE 20050705

Method SET_NAMESPACE_DECLARATION on Interface IF_SXMLP_PART has no exception.

Method SET_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PREFIX Call by reference Type reference (TYPE) NCNAME namespace prefix 20050411

Method SET_PREFIX on Interface IF_SXMLP_PART has no exception.

Method SET_RECEIVED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) ABAP_BOOL 20050415

Method SET_RECEIVED on Interface IF_SXMLP_PART has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SOAP_WSADDR_FAULT Interface for ws-addressing 1.0 faults. 20080421
2 Interface composition (i COMPRISING i_ref)  IF_SXMLP_WRAPPER SXML/SXMLP Wrapper 20050831
3 Interface composition (i COMPRISING i_ref)  IF_SXMLP_SIMPLE 20050411
4 Interface composition (i COMPRISING i_ref)  IF_SXMLP_LIST 20050411
5 Interface composition (i COMPRISING i_ref)  IF_SXMLP_FRAGMENT 20050411
6 Interface composition (i COMPRISING i_ref)  IF_SXMLP_DATA_ST 20050424
7 Interface composition (i COMPRISING i_ref)  IF_SXMLP_DATA 20050411
8 Interface composition (i COMPRISING i_ref)  IF_SWSP_POLICY Policy 20050711
9 Interface composition (i COMPRISING i_ref)  IF_SOAP_WSADDR_MESSAGE interface for WS-A message 20080131
10 Interface composition (i COMPRISING i_ref)  IF_SLIB_SAPF_FEATURE 20060719
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SLIB_SAPF_OBJECTS SAP Feature Objects 20060719
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WS_PART_RECORDER cl_ws_proxy_part_recorder 20080204
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SXMLP_PART 20050411
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWSP_POLICY_ALL wsp:Policy and wsp:All 20050711
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SWSP_FEAT_BASE Base Class for All Features 20060719
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRG_RFC_PROXY_CONTEXT RFC Proxy Context 20091215
17 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_WSADDR_MESSAGE implementation of WS-A message 20110113
18 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SOAP_FAULT SOAP Fault Part 20050920
History
Last changed by/on SAP  20140121 
SAP Release Created in 710