Package | Description |
---|---|
nl.lxtreme.ols.util | |
nl.lxtreme.ols.util.export |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<ExportUtils.HtmlExporter.Element> |
ExportUtils.HtmlExporter.Element.getChildren()
Returns the child-elements of this element.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TagElement
Provides a "tag" element, such as <div>-elements.
|
class |
TextElement
Provides a simple text-element.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2015 L'Xtreme IT consultancy. All rights reserved.