com.stimulsoft.report.saveLoad
Class StiXmlDocumentSLService

java.lang.Object
  extended by com.stimulsoft.report.saveLoad.StiSLService
      extended by com.stimulsoft.report.saveLoad.StiDocumentSLService
          extended by com.stimulsoft.report.saveLoad.StiXmlDocumentSLService

public class StiXmlDocumentSLService
extends StiDocumentSLService

Copyright Stimulsoft


Constructor Summary
StiXmlDocumentSLService()
           
 
Method Summary
 java.lang.String getFilter()
           
 boolean getMultiplePages()
          If the provider handles with multitude of files then true.
static void RegPropertyNames()
           
 void save(StiReport report, java.io.OutputStream stream)
          Saves a document in the stream.
 
Methods inherited from class com.stimulsoft.report.saveLoad.StiSLService
getDocumentSLServices
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiXmlDocumentSLService

public StiXmlDocumentSLService()
Method Detail

save

public void save(StiReport report,
                 java.io.OutputStream stream)
Description copied from class: StiSLService
Saves a document in the stream.

Specified by:
save in class StiSLService
Parameters:
report - Rendered for saving.
stream - Stream to save documents.

RegPropertyNames

public static void RegPropertyNames()

getFilter

public java.lang.String getFilter()
Specified by:
getFilter in class StiSLService
Returns:
Returns a filter for the provider.

getMultiplePages

public boolean getMultiplePages()
Description copied from class: StiDocumentSLService
If the provider handles with multitude of files then true. If does not then false.

Specified by:
getMultiplePages in class StiDocumentSLService
Returns: