fr.opensagres.xdocreport.document.odt.preprocessor
Class ODTBufferedDocument

java.lang.Object
  extended by fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
      extended by fr.opensagres.xdocreport.document.preprocessor.sax.BufferedDocument
          extended by fr.opensagres.xdocreport.document.preprocessor.sax.TransformedBufferedDocument
              extended by fr.opensagres.xdocreport.document.odt.preprocessor.ODTBufferedDocument
All Implemented Interfaces:
IBufferedRegion, ISavable

public class ODTBufferedDocument
extends TransformedBufferedDocument


Field Summary
 
Fields inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.TransformedBufferedDocument
currentRow
 
Fields inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
endTagElement, startTagElement
 
Constructor Summary
ODTBufferedDocument()
           
 
Method Summary
protected  boolean isTable(String uri, String localName, String name)
           
protected  boolean isTableRow(String uri, String localName, String name)
           
 
Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.TransformedBufferedDocument
createElement, getCurrentTable, getCurrentTableRow, onEndEndElement
 
Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedDocument
getCurrentElement, onEndStartElement, onStartEndElement, onStartStartElement
 
Methods inherited from class fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
addRegion, 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

ODTBufferedDocument

public ODTBufferedDocument()
Method Detail

isTable

protected boolean isTable(String uri,
                          String localName,
                          String name)
Specified by:
isTable in class TransformedBufferedDocument

isTableRow

protected boolean isTableRow(String uri,
                             String localName,
                             String name)
Specified by:
isTableRow in class TransformedBufferedDocument


Copyright © 2013. All rights reserved.