Uses of Class
fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement

Packages that use BufferedElement
fr.opensagres.xdocreport.document   
fr.opensagres.xdocreport.document.discovery   
fr.opensagres.xdocreport.document.preprocessor.sax   
fr.opensagres.xdocreport.document.textstyling   
 

Uses of BufferedElement in fr.opensagres.xdocreport.document
 

Methods in fr.opensagres.xdocreport.document that return BufferedElement
static BufferedElement DocumentContextHelper.getElementById(IContext context, String elementId)
          Returns the BufferedElement from the given context with the given element id.
 

Methods in fr.opensagres.xdocreport.document that return types with arguments of type BufferedElement
static Map<String,BufferedElement> DocumentContextHelper.getElementsCache(IContext context)
          Retrieves the elements cache from the given context.
 

Method parameters in fr.opensagres.xdocreport.document with type arguments of type BufferedElement
static void DocumentContextHelper.putElementsCache(IContext context, Map<String,BufferedElement> elementsCache)
          Register the given elements cache in the given context.
 

Uses of BufferedElement in fr.opensagres.xdocreport.document.discovery
 

Methods in fr.opensagres.xdocreport.document.discovery with parameters of type BufferedElement
 IDocumentHandler ITextStylingDocumentHandlerFactoryDiscovery.createDocumentHandler(BufferedElement parent, IContext context, String entryName)
           
 

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

Subclasses of BufferedElement in fr.opensagres.xdocreport.document.preprocessor.sax
 class BufferedDocument
          Buffered document.
 class RowBufferedRegion
          Table row buffered region.
 class TableBufferedRegion
          Table buffered region.
 class TransformedBufferedDocument
           
 

Methods in fr.opensagres.xdocreport.document.preprocessor.sax that return BufferedElement
protected  BufferedElement TransformedBufferedDocument.createElement(BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
protected  BufferedElement BufferedDocument.createElement(BufferedElement parent, String uri, String localName, String name, Attributes attributes)
          Create an element instance.
 BufferedElement BufferedElement.findFirstChild(BufferedElement element, String name)
          Returns the first child element of this element which match the given name and null otherwise.
 BufferedElement BufferedElement.findFirstChild(String name)
          Returns the first child element of the given element which match the given name and null otherwise.
 BufferedElement BufferedElement.findParent(BufferedElement element, String name)
          Returns the parent element of the given element which match the given name.
 BufferedElement BufferedElement.findParent(String name)
          Returns the parent element of this element which match the given name.
protected  BufferedElement BufferedDocumentContentHandler.findParentElementInfo(BufferedElement elementInfo, String name)
           
protected  BufferedElement BufferedDocumentContentHandler.findParentElementInfo(String name)
           
 BufferedElement BufferedDocumentContentHandler.getCurrentElement()
           
 BufferedElement BufferedDocument.getCurrentElement()
          Returns the current element from the stack and null otherwise.
 BufferedElement ISavable.getOwnerElement()
          Returns the owner element.
 BufferedElement BufferedRegionAdpater.getOwnerElement()
           
 BufferedElement BufferedElement.getOwnerElement()
          Returns the owner element.
 BufferedElement BufferedElement.getParent()
          Returns the parent buffered element of this element.
 BufferedElement BufferedDocument.onStartStartElement(String uri, String localName, String name, Attributes attributes)
          On start of Start element.
 

Methods in fr.opensagres.xdocreport.document.preprocessor.sax that return types with arguments of type BufferedElement
 List<BufferedElement> BufferedElement.findChildren(BufferedElement element, String name)
          Returns the children element of the given element which match the given name.
 List<BufferedElement> BufferedElement.findChildren(String name)
          Returns the children element of this element which match the given name.
 

Methods in fr.opensagres.xdocreport.document.preprocessor.sax with parameters of type BufferedElement
protected  BufferedElement TransformedBufferedDocument.createElement(BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
protected  BufferedElement BufferedDocument.createElement(BufferedElement parent, String uri, String localName, String name, Attributes attributes)
          Create an element instance.
 List<BufferedElement> BufferedElement.findChildren(BufferedElement element, String name)
          Returns the children element of the given element which match the given name.
 BufferedElement BufferedElement.findFirstChild(BufferedElement element, String name)
          Returns the first child element of this element which match the given name and null otherwise.
 BufferedElement BufferedElement.findParent(BufferedElement element, String name)
          Returns the parent element of the given element which match the given name.
protected  BufferedElement BufferedDocumentContentHandler.findParentElementInfo(BufferedElement elementInfo, String name)
           
 void BufferedDocument.onEndStartElement(BufferedElement element, String uri, String localName, String name, Attributes attributes)
          On end of Start element.
 String TransformedBufferedDocumentContentHandler.registerBufferedElement(long variableIndex, BufferedElement element)
           
 

Method parameters in fr.opensagres.xdocreport.document.preprocessor.sax with type arguments of type BufferedElement
 void BufferedElement.removeAll(Collection<BufferedElement> elements)
          Remove the collection of element.
 

Constructors in fr.opensagres.xdocreport.document.preprocessor.sax with parameters of type BufferedElement
BufferedAttribute(BufferedElement ownerElement, String name, String value)
           
BufferedElement(BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
BufferedEndTagElement(BufferedElement parent)
           
BufferedRegion(BufferedElement ownerElement, IBufferedRegion parent)
           
BufferedRegionAdpater(BufferedElement ownerElement, IBufferedRegion parent)
           
BufferedStartTagElement(BufferedElement parent)
           
BufferedTagElement(BufferedElement ownerElement)
           
RowBufferedRegion(BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
StringBufferedRegion(BufferedElement ownerElement, IBufferedRegion parent)
           
TableBufferedRegion(BufferedElement parent, String uri, String localName, String name, Attributes attributes)
           
 

Uses of BufferedElement in fr.opensagres.xdocreport.document.textstyling
 

Methods in fr.opensagres.xdocreport.document.textstyling that return BufferedElement
 BufferedElement AbstractDocumentHandler.getParent()
           
 

Constructors in fr.opensagres.xdocreport.document.textstyling with parameters of type BufferedElement
AbstractDocumentHandler(BufferedElement parent, IContext context, String entryName)
           
 



Copyright © 2012. All Rights Reserved.