SAP ABAP Class CL_XSLT_RESULT_FACTORY (XSLT Result Factory)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-XML (Application Component) ABAP XML Processing
     SXSLT_APP (Package) SAP XSLT Processor: Application
Properties
Class CL_XSLT_RESULT_FACTORY  
Short Description XSLT Result Factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package SXSLT_APP   SAP XSLT Processor: Application 
Created 20020403   SAP 
Last change 20020403   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_IXML Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 SXSLT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_XSLT_RESULT_FACTORY has no interface implemented.
Friends
Class CL_XSLT_RESULT_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_IXML Instance attribute Private Object reference (TYPE REF TO) IF_IXML IF_IXML 20020403
2 M_RESULTS Instance attribute Private Type reference (TYPE) SXSLTRESS SXSLT: Results 20020403
3 M_STREAM_FACTORY Instance attribute Private Object reference (TYPE REF TO) IF_IXML_STREAM_FACTORY IF_IXML_STREAM_FACTORY 20020403
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20020403
2 CREATE_RESULT_DOCUMENT Instance method Public Method Create Result Document 20020403
3 CREATE_RESULT_STRING Instance method Public Method Create Result String 20020403
4 CREATE_RESULT_XSTRING Instance method Public Method Create Result XString Stream 20020403
5 GET_RESULT Instance method Public Method Read Result 20020403
6 NUM_RESULTS Instance method Public Method Read Number of Results 20020403
Events
Class CL_XSLT_RESULT_FACTORY has no event.
Types
Class CL_XSLT_RESULT_FACTORY has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_XSLT_RESULT_FACTORY has no parameter.
Method CONSTRUCTOR on class CL_XSLT_RESULT_FACTORY has no exception.

Method CREATE_RESULT_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) STRING Resultat-Name 20020403
2 Exporting RESULT_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT Resultat-Dokument 20020403

Method CREATE_RESULT_DOCUMENT on class CL_XSLT_RESULT_FACTORY has no exception.

Method CREATE_RESULT_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) STRING Resultat-Name 20020403
2 Exporting RESULT_STREAM Call by reference Object reference (TYPE REF TO) IF_IXML_OSTREAM Resultat-String-Stream 20020403

Method CREATE_RESULT_STRING on class CL_XSLT_RESULT_FACTORY has no exception.

Method CREATE_RESULT_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) STRING Resultat-Name 20020403
2 Exporting RESULT_STREAM Call by reference Object reference (TYPE REF TO) IF_IXML_OSTREAM Resultat-XString-Stream 20020403

Method CREATE_RESULT_XSTRING on class CL_XSLT_RESULT_FACTORY has no exception.

Method GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Value transfer Type reference (TYPE) I Resultat-Index 20020403
2 Exporting NAME Value transfer Type reference (TYPE) STRING Resultat-Name 20020403
3 Exporting RESULT_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT Resultat-Dokument 20020403
4 Exporting RESULT_STRING Call by reference Type reference (TYPE) STRING Resultat-String 20020403
5 Exporting RESULT_XSTRING Call by reference Type reference (TYPE) XSTRING Resultat-XString 20020403
6 Exporting TYPE Value transfer Type reference (TYPE) SXSLTRTYPE Resultat-Typ 20020403

Method GET_RESULT on class CL_XSLT_RESULT_FACTORY has no exception.

Method NUM_RESULTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RESULTS Value transfer Type reference (TYPE) INT4 Anzahl der Resultate 20020403

Method NUM_RESULTS on class CL_XSLT_RESULT_FACTORY has no exception.
History
Last changed by/on SAP  20020403 
SAP Release Created in 630