Uses of Class
fr.opensagres.xdocreport.document.preprocessor.sax.BufferedElement
Packages that use BufferedElement
Package
Description
-
Uses of BufferedElement in fr.opensagres.xdocreport.document
Methods in fr.opensagres.xdocreport.document that return BufferedElementModifier and TypeMethodDescriptionstatic BufferedElementDocumentContextHelper.getElementById(fr.opensagres.xdocreport.template.IContext context, String elementId) Returns theBufferedElementfrom the given context with the given element id.Methods in fr.opensagres.xdocreport.document that return types with arguments of type BufferedElementModifier and TypeMethodDescriptionstatic Map<String,BufferedElement> DocumentContextHelper.getElementsCache(fr.opensagres.xdocreport.template.IContext context) Retrieves the elements cache from the given context.Method parameters in fr.opensagres.xdocreport.document with type arguments of type BufferedElementModifier and TypeMethodDescriptionstatic voidDocumentContextHelper.putElementsCache(fr.opensagres.xdocreport.template.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 BufferedElementModifier and TypeMethodDescriptionITextStylingDocumentHandlerFactoryDiscovery.createDocumentHandler(BufferedElement parent, fr.opensagres.xdocreport.template.IContext context, String entryName) -
Uses of BufferedElement in fr.opensagres.xdocreport.document.preprocessor.sax
Subclasses of BufferedElement in fr.opensagres.xdocreport.document.preprocessor.saxModifier and TypeClassDescriptionclassBuffered document.classTable row buffered region.classTable buffered region.classMethods in fr.opensagres.xdocreport.document.preprocessor.sax that return BufferedElementModifier and TypeMethodDescriptionprotected BufferedElementBufferedDocument.createElement(BufferedElement parent, String uri, String localName, String name, Attributes attributes) Create an element instance.protected BufferedElementTransformedBufferedDocument.createElement(BufferedElement parent, String uri, String localName, String name, Attributes attributes) BufferedElement.findChildAt(BufferedElement element, String name, int index) Returns the first child element of this element which match the given name and null otherwise.BufferedElement.findChildAt(String name, int index) Returns the first child element of the given element which match the given name and null otherwise.BufferedElement.findFirstChild(BufferedElement element, String name) Returns the first child element of this element which match the given name and null otherwise.BufferedElement.findFirstChild(String name) Returns the first child element of the given element which match the given name and null otherwise.BufferedElement.findParent(BufferedElement element, String name) Returns the parent element of the given element which match the given name.BufferedElement.findParent(String name) Returns the parent element of this element which match the given name.protected BufferedElementBufferedDocumentContentHandler.findParentElementInfo(BufferedElement elementInfo, List<String> names) protected BufferedElementBufferedDocumentContentHandler.findParentElementInfo(List<String> names) BufferedDocument.getCurrentElement()Returns the current element from the stack and null otherwise.BufferedDocumentContentHandler.getCurrentElement()BufferedElement.getOwnerElement()Returns the owner element.BufferedRegionAdpater.getOwnerElement()ISavable.getOwnerElement()Returns the owner element.BufferedElement.getParent()Returns the parent buffered element of this element.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 BufferedElementModifier and TypeMethodDescriptionBufferedElement.findChildren(BufferedElement element, String name) Returns the children element of the given element which match the given name.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 BufferedElementModifier and TypeMethodDescriptionprotected BufferedElementBufferedDocument.createElement(BufferedElement parent, String uri, String localName, String name, Attributes attributes) Create an element instance.protected BufferedElementTransformedBufferedDocument.createElement(BufferedElement parent, String uri, String localName, String name, Attributes attributes) BufferedElement.findChildAt(BufferedElement element, String name, int index) Returns the first child element of this element which match the given name and null otherwise.BufferedElement.findChildren(BufferedElement element, String name) Returns the children element of the given element which match the given name.BufferedElement.findFirstChild(BufferedElement element, String name) Returns the first child element of this element which match the given name and null otherwise.BufferedElement.findParent(BufferedElement element, String name) Returns the parent element of the given element which match the given name.protected BufferedElementBufferedDocumentContentHandler.findParentElementInfo(BufferedElement elementInfo, List<String> names) voidBufferedDocument.onEndStartElement(BufferedElement element, String uri, String localName, String name, Attributes attributes) On end of Start element.TransformedBufferedDocumentContentHandler.registerBufferedElement(long variableIndex, BufferedElement element) Method parameters in fr.opensagres.xdocreport.document.preprocessor.sax with type arguments of type BufferedElementModifier and TypeMethodDescriptionvoidBufferedElement.removeAll(Collection<BufferedElement> elements) Remove the collection of element.Constructors in fr.opensagres.xdocreport.document.preprocessor.sax with parameters of type BufferedElementModifierConstructorDescriptionBufferedAttribute(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) 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 BufferedElementConstructors in fr.opensagres.xdocreport.document.textstyling with parameters of type BufferedElementModifierConstructorDescriptionAbstractDocumentHandler(BufferedElement parent, fr.opensagres.xdocreport.template.IContext context, String entryName)