lapis.tools
Class Template
java.lang.Object
lapis.tools.Template
- Direct Known Subclasses:
- Template.FieldTemplate, Template.ListTemplate, Template.LiteralTemplate, Template.SelfTemplate, Template.SequenceTemplate
- public abstract class Template
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SELF
public static Template SELF
SIMPLE_LIST
public static Template SIMPLE_LIST
HTML_LINES
public static Template HTML_LINES
HTML_PARAGRAPHS
public static Template HTML_PARAGRAPHS
HTML_BULLETS
public static Template HTML_BULLETS
TEXT_LINES
public static Template TEXT_LINES
TEXT_PARAGRAPHS
public static Template TEXT_PARAGRAPHS
TEXT_BULLETS
public static Template TEXT_BULLETS
Template
public Template()
makeFromString
public static Template makeFromString(String str)
throws TCParseException
- Throws:
TCParseException
bind
public void bind(RegionSet list,
Document doc)
throws TCParseException
- Throws:
TCParseException
print
public abstract void print(RegionSet s,
Document doc,
PrintWriter out)
evaluate
public String evaluate(RegionSet s,
Document doc)