SAP ABAP Class CL_UPX_XML_READER (Encapsulation for XML Writing)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA-BPS (Application Component) Business Planning and Simulation
     UPX_CUST (Package) Customizing Framework
Properties
Class CL_UPX_XML_READER  
Short Description Encapsulation for XML Writing    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UPX_CUST   Customizing Framework 
Created 20030213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IXML Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_UPX_XML_READER has no interface implemented.
Friends
Class CL_UPX_XML_READER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1      
2 T_CURRENT Instance attribute Private Type reference (TYPE) YT_ELEMENT Stack of current elements 20030213
3 T_ITERATOR Instance attribute Private Type reference (TYPE) YT_ITERATOR Stack of opened tables 20030213
4      
5 _CURRENT Instance attribute Protected Object reference (TYPE REF TO) IF_IXML_ELEMENT Current element 20030213
6      
7      
8 _ITERATOR Instance attribute Private Object reference (TYPE REF TO) IF_IXML_NODE_ITERATOR Current table iterator 20030213
9      
10 _XML Instance attribute Protected Object reference (TYPE REF TO) IF_IXML_DOCUMENT Current Document 20030213
Methods
# Method Level Visibility Method type Description Created on
1 BOOL Instance method Public Method Add the boolean (ie empty) element 20030213
2 CHECK_END Instance method Public Method Assert if stacks are not empty 20030213
3 CONSTRUCTOR Instance method Public Constructor Constructor 20030213
4