SAP ABAP Class CL_SXMLP_PART (CL_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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXMLP_PART 20050411
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXMLP_PART_ABSTRACT Abstract SXML/SXMLP Part 20050901
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXML_SERIALIZABLE SXML Serializable Interface 20050411
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSADDR_FAULT WS-Addressing fault implementation. 20080421
2 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_ACK_REQUESTED_NEW WSRM: Acknowledgment required 20060328
3 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_CREATE_SEQU_NEW WSRM: Create Sequence 20060331
4 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_CRE_SEQU_RESP_NEW WSRM: Create Sequence Response 20060419
5 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_CRE_SEQ_OFFER_NEW WSRM: CreateSequence Offer Definition 20060330
6 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_SEQUENCE_ACK_NEW WSRM: Sequence Acknowledgement Structure 20060216
7 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_SEQU_MESSAGE_NEW WSRM: Sequence Message Structure 20060420
8 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_SEQU_TERMINAT_NEW WSRM: Terminate Sequence 20060420
9 Inheritance (c INHERITING FROM c_ref)  CL_SXMLP_DATA 20050411
10 Inheritance (c INHERITING FROM c_ref)  CL_SXMLP_DATA_ST 20050424
... Click here to see Used By full list (16 items)
Properties
Class CL_SXMLP_PART  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SXML_PARTS   SXML Parts 
Created 20050411   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SXMLP_PART 20050411
2 IF_SXMLP_PART_ABSTRACT Abstract SXML/SXMLP Part 20050901
3 IF_SXML_SERIALIZABLE SXML Serializable Interface 20050411
Friends
Class CL_SXMLP_PART has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ATTRIBUTE_TABLE Instance attribute Protected Type reference (TYPE) IF_SXMLP_PART=>T_ATTRIBUTE_TABLE 20050419
2 M_CLONEABLE_FLAG Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20050418
3 M_ERR_MSG Instance attribute Protected Type reference (TYPE) STRING 20050421
4 M_NSDECL_TABLE Instance attribute Protected Type reference (TYPE) IF_SXMLP_PART=>T_NSDECL_TABLE 20050705
5 M_PART_NAMESPACE_PREFIX Instance attribute Protected Type reference (TYPE) NCNAME Namespace Prefix 20050411
6 M_PART_TYPE Instance attribute Protected Type reference (TYPE) IF_SXMLP_PART=>PART_TYPE 20050411
7 M_RECEIVED_FLAG Instance attribute Protected Type reference (TYPE) ABAP_BOOL ABAP_TRUE ABAP_FALSE; for Initial Templates Only 20050411
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20050417
2 _CLONE_ATTRIBUTES Instance method Protected Method 20050422
3 _PULL_NODE Instance method Protected Method 20050415
4 _READ_ATTRIBUTES Instance method Protected Method 20050415
5 _READ_NS_DECLS Instance method Protected Method 20050705
6 _RESET_ATTRIBUTES_RECEIVED Instance method Protected Method 20050422
7 _WRITE_ATTRIBUTES Instance method Protected Method 20050420
8 _WRITE_NS_DECLS Instance method Protected Method 20050705
Events
Class CL_SXMLP_PART has no event.
Types
Class CL_SXMLP_PART has no local type.
Method Signatures

Method CONSTRUCTOR 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 NCName 20050417
2 Importing NSURI Call by reference Type reference (TYPE) ANYURI any URI 20050417

Method CONSTRUCTOR on class CL_SXMLP_PART has no exception.

Method _CLONE_ATTRIBUTES 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 Importing ATTRIBUTES Call by reference Type reference (TYPE) IF_SXMLP_PART=>T_ATTRIBUTE_TABLE 20050422
3 Returning RVAL Value transfer Type reference (TYPE) IF_SXMLP_PART=>T_ATTRIBUTE_TABLE 20050422

Method _CLONE_ATTRIBUTES on class CL_SXMLP_PART has no exception.

Method _PULL_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20050415
2 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_SXML_NODE SXML Knoten 20050415

Method _PULL_NODE on class CL_SXMLP_PART has no exception.

Method _READ_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20050415

Method _READ_ATTRIBUTES on class CL_SXMLP_PART has no exception.

Method _READ_NS_DECLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing READER Call by reference Object reference (TYPE REF TO) IF_SXML_READER SXML Reader Interface 20050705

Method _READ_NS_DECLS on class CL_SXMLP_PART has no exception.

Method _RESET_ATTRIBUTES_RECEIVED Signature

Method _RESET_ATTRIBUTES_RECEIVED on class CL_SXMLP_PART has no parameter.
Method _RESET_ATTRIBUTES_RECEIVED on class CL_SXMLP_PART has no exception.

Method _WRITE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER SXML Writer Interface 20050420

Method _WRITE_ATTRIBUTES on class CL_SXMLP_PART has no exception.

Method _WRITE_NS_DECLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WRITER Call by reference Object reference (TYPE REF TO) IF_SXML_WRITER SXML Writer Interface 20050705

Method _WRITE_NS_DECLS on class CL_SXMLP_PART has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSADDR_FAULT WS-Addressing fault implementation. 20080421
2 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_ACK_REQUESTED_NEW WSRM: Acknowledgment required 20060328
3 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_CREATE_SEQU_NEW WSRM: Create Sequence 20060331
4 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_CRE_SEQU_RESP_NEW WSRM: Create Sequence Response 20060419
5 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_CRE_SEQ_OFFER_NEW WSRM: CreateSequence Offer Definition 20060330
6 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_SEQUENCE_ACK_NEW WSRM: Sequence Acknowledgement Structure 20060216
7 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_SEQU_MESSAGE_NEW WSRM: Sequence Message Structure 20060420
8 Inheritance (c INHERITING FROM c_ref)  CL_SOAP_WSRM_SEQU_TERMINAT_NEW WSRM: Terminate Sequence 20060420
9 Inheritance (c INHERITING FROM c_ref)  CL_SXMLP_DATA 20050411
10 Inheritance (c INHERITING FROM c_ref)  CL_SXMLP_DATA_ST 20050424
11 Inheritance (c INHERITING FROM c_ref)  CL_SXMLP_FRAGMENT Fragment part 20050411
12 Inheritance (c INHERITING FROM c_ref)  CL_SXMLP_LIST 20050411
13 Inheritance (c INHERITING FROM c_ref)  CL_SXMLP_SIMPLE 20050411
14 Inheritance (c INHERITING FROM c_ref)  CL_SXMLP_WRAPPER SXML/SXMLP Wrapper 20050831
15 Inheritance (c INHERITING FROM c_ref)  CL_WSRM_EPR_TYPE_NEW WSRM: Definition of EPR 20060419
16 Inheritance (c INHERITING FROM c_ref)  CL_WS_ADDR_EPR_TYPE_NEW WSADDR: Definition of EPR 20060606
History
Last changed by/on SAP  20140121 
SAP Release Created in 710