Uses of Interface
nl.lxtreme.ols.util.ExportUtils.HtmlExporter.Element

Packages that use ExportUtils.HtmlExporter.Element
nl.lxtreme.ols.util   
nl.lxtreme.ols.util.export   
 

Uses of ExportUtils.HtmlExporter.Element in nl.lxtreme.ols.util
 

Fields in nl.lxtreme.ols.util declared as ExportUtils.HtmlExporter.Element
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.BR
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.DIV
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.H1
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.H2
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.H3
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.HR
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.META
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.P
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.SPAN
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.TABLE
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.TBODY
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.TD
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.TFOOT
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.TH
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.THEAD
           
static ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.TR
           
 

Methods in nl.lxtreme.ols.util that return ExportUtils.HtmlExporter.Element
 ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.Element.addAttribute(String aName, String aValue)
          Adds an attribute to this element.
 ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.Element.addChild(ExportUtils.HtmlExporter.Element aChild)
          Adds a new child element to this element.
 ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.Element.addChild(String aName)
          Adds a new child element to this element.
 ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.Element.addContent(String... aValues)
          Adds text content to this element.
 ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.Element.clone()
          Creates a deep copy of this element.
 ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.getBody()
          Returns the body container of the HTML document.
 ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.Element.getChildByName(String aName)
          Returns the first child with the given name.
 ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.getHead()
          Returns the head container of the HTML document.
 

Methods in nl.lxtreme.ols.util that return types with arguments of type ExportUtils.HtmlExporter.Element
 Collection<ExportUtils.HtmlExporter.Element> ExportUtils.HtmlExporter.Element.getChildren()
          Returns the child-elements of this element.
 

Methods in nl.lxtreme.ols.util with parameters of type ExportUtils.HtmlExporter.Element
 ExportUtils.HtmlExporter.Element ExportUtils.HtmlExporter.Element.addChild(ExportUtils.HtmlExporter.Element aChild)
          Adds a new child element to this element.
 Object ExportUtils.HtmlExporter.MacroResolver.resolve(String aMacro, ExportUtils.HtmlExporter.Element aParent)
          Resolves the result for a given macro string, found in the given "parent" element.
 

Uses of ExportUtils.HtmlExporter.Element in nl.lxtreme.ols.util.export
 

Classes in nl.lxtreme.ols.util.export that implement ExportUtils.HtmlExporter.Element
 class TagElement
          Provides a "tag" element, such as <div>-elements.
 class TextElement
          Provides a simple text-element.
 

Methods in nl.lxtreme.ols.util.export that return ExportUtils.HtmlExporter.Element
 ExportUtils.HtmlExporter.Element TextElement.addAttribute(String aName, String aValue)
          Adds an attribute to this element.
 ExportUtils.HtmlExporter.Element TagElement.addAttribute(String aName, String aValue)
          Adds an attribute to this element.
 ExportUtils.HtmlExporter.Element TextElement.addChild(ExportUtils.HtmlExporter.Element aChild)
          Adds a new child element to this element.
 ExportUtils.HtmlExporter.Element TagElement.addChild(ExportUtils.HtmlExporter.Element aChild)
          Adds a new child element to this element.
 ExportUtils.HtmlExporter.Element TextElement.addChild(String aName)
          Adds a new child element to this element.
 ExportUtils.HtmlExporter.Element TagElement.addChild(String aName)
          Adds a new child element to this element.
 ExportUtils.HtmlExporter.Element TextElement.addContent(String... aValue)
          Adds text content to this element.
 ExportUtils.HtmlExporter.Element TagElement.addContent(String... aValue)
          Adds text content to this element.
 ExportUtils.HtmlExporter.Element TextElement.clone()
          Creates a deep copy of this element.
 ExportUtils.HtmlExporter.Element TagElement.clone()
          Creates a deep copy of this element.
 ExportUtils.HtmlExporter.Element HtmlExporterImpl.getBody()
          Returns the body container of the HTML document.
 ExportUtils.HtmlExporter.Element TextElement.getChildByName(String aName)
          Returns the first child with the given name.
 ExportUtils.HtmlExporter.Element TagElement.getChildByName(String aName)
          Returns the first child with the given name.
 ExportUtils.HtmlExporter.Element HtmlExporterImpl.getHead()
          Returns the head container of the HTML document.
 

Methods in nl.lxtreme.ols.util.export that return types with arguments of type ExportUtils.HtmlExporter.Element
 Collection<ExportUtils.HtmlExporter.Element> TextElement.getChildren()
          Returns the child-elements of this element.
 Collection<ExportUtils.HtmlExporter.Element> TagElement.getChildren()
          Returns the child-elements of this element.
 

Methods in nl.lxtreme.ols.util.export with parameters of type ExportUtils.HtmlExporter.Element
 ExportUtils.HtmlExporter.Element TextElement.addChild(ExportUtils.HtmlExporter.Element aChild)
          Adds a new child element to this element.
 ExportUtils.HtmlExporter.Element TagElement.addChild(ExportUtils.HtmlExporter.Element aChild)
          Adds a new child element to this element.
 Object NullMacroResolver.resolve(String aMacro, ExportUtils.HtmlExporter.Element aParent)
           
 void TextElement.setParent(ExportUtils.HtmlExporter.Element aParent)
           
 



Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.