Uses of Interface
fr.opensagres.xdocreport.document.preprocessor.sax.ISavable

Packages that use ISavable
fr.opensagres.xdocreport.document.preprocessor.sax   
 

Uses of ISavable in fr.opensagres.xdocreport.document.preprocessor.sax
 

Subinterfaces of ISavable in fr.opensagres.xdocreport.document.preprocessor.sax
 interface IBufferedRegion
          Interface for buffered region.
 

Classes in fr.opensagres.xdocreport.document.preprocessor.sax that implement ISavable
 class BufferedAttribute
          Attribute buffered region used to manage XML dynamic attribute.
 class BufferedDocument
          Buffered document.
 class BufferedElement
          Buffered element which stores start Tag element (ex: ) and end Tag element (ex: ).
 class BufferedEndTagElement
          Buffer for end tag element.
 class BufferedRegion
          Buffered region.
 class BufferedRegionAdpater
          Base buffered region.
 class BufferedStartTagElement
          Buffer for start tag element.
 class BufferedTagElement
          Base class for start/end tag element.
 class RowBufferedRegion
          Table row buffered region.
 class StringBufferedRegion
          String buffered region.
 class TableBufferedRegion
          Table buffered region.
 class TransformedBufferedDocument
           
 

Fields in fr.opensagres.xdocreport.document.preprocessor.sax with type parameters of type ISavable
protected  List<ISavable> BufferedRegion.regions
           
 

Methods in fr.opensagres.xdocreport.document.preprocessor.sax with parameters of type ISavable
 void IBufferedRegion.addRegion(ISavable region)
          Add a the given buffered region to the buffer.
 void BufferedRegionAdpater.addRegion(ISavable region)
           
 void BufferedRegion.addRegion(ISavable region)
           
 void BufferedElement.addRegion(ISavable region)
          Add a savable region in the current tag element.
 



Copyright © 2012. All Rights Reserved.