fr.opensagres.xdocreport.document.preprocessor.sax
Class BufferedAttribute

java.lang.Object
  extended by fr.opensagres.xdocreport.document.preprocessor.sax.BufferedRegionAdpater
      extended by fr.opensagres.xdocreport.document.preprocessor.sax.BufferedAttribute
All Implemented Interfaces:
IBufferedRegion, ISavable

public class BufferedAttribute
extends BufferedRegionAdpater

Attribute buffered region used to manage XML dynamic attribute.


Constructor Summary
BufferedAttribute(BufferedElement ownerElement, String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 void save(Writer writer)
          Write the content of the buffer in the given writer.
 void setValue(String value)
           
 
Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedRegionAdpater
addRegion, append, append, append, getOwnerElement, getParent, isString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferedAttribute

public BufferedAttribute(BufferedElement ownerElement,
                         String name,
                         String value)
Method Detail

setValue

public void setValue(String value)

getName

public String getName()

getValue

public String getValue()

save

public void save(Writer writer)
          throws IOException
Description copied from interface: ISavable
Write the content of the buffer in the given writer.

Specified by:
save in interface ISavable
Overrides:
save in class BufferedRegionAdpater
Throws:
IOException


Copyright © 2013. All rights reserved.