fr.opensagres.xdocreport.document.pptx.preprocessor
Class APBufferedRegion

java.lang.Object
  extended by fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
      extended by fr.opensagres.xdocreport.document.pptx.preprocessor.APBufferedRegion
All Implemented Interfaces:
IBufferedRegion, ISavable

public class APBufferedRegion
extends BufferedElement


Field Summary
 
Fields inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
endTagElement, startTagElement
 
Constructor Summary
APBufferedRegion(PPTXSlideDocument document, BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
 
Method Summary
 void addIgnoreStartLoopDirective(String itemNameList)
           
 void addRegion(ISavable region)
          Add a savable region in the current tag element.
 String getItemNameList()
           
 Integer getLevel()
           
 boolean isIgnoreStartLoopDirective(String itemNameList)
           
 void process()
           
 void setEndLoopDirective(String itemNameList)
           
 void setLevel(Integer level)
           
 
Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
append, append, append, end, findChildren, findChildren, findFirstChild, findFirstChild, findParent, findParent, get, getAttributes, getEndTagElement, getEndTagElementName, getInnerText, getName, getOwnerElement, getParent, getStartTagElement, getStartTagElementName, getTextContent, isEnded, isReseted, isString, match, put, registerDynamicAttributes, removeAll, reset, save, setAttribute, setContentAfterEndTagElement, setContentBeforeStartTagElement, setInnerText, setTextContent, start, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

APBufferedRegion

public APBufferedRegion(PPTXSlideDocument document,
                        BufferedElement parent,
                        String uri,
                        String localName,
                        String name,
                        Attributes attributes)
Method Detail

addRegion

public void addRegion(ISavable region)
Description copied from class: BufferedElement
Add a savable region in the current tag element.

Specified by:
addRegion in interface IBufferedRegion
Overrides:
addRegion in class BufferedElement

process

public void process()

setEndLoopDirective

public void setEndLoopDirective(String itemNameList)

getItemNameList

public String getItemNameList()

getLevel

public Integer getLevel()

setLevel

public void setLevel(Integer level)

addIgnoreStartLoopDirective

public void addIgnoreStartLoopDirective(String itemNameList)

isIgnoreStartLoopDirective

public boolean isIgnoreStartLoopDirective(String itemNameList)


Copyright © 2013. All rights reserved.