de.infoasset.platform.template
Class PrintSubstitution
java.lang.Object
de.infoasset.platform.template.PrintSubstitution
- All Implemented Interfaces:
- Substitution, Testable
- Direct Known Subclasses:
- ConditionalPrintSubstitution, ConsistencyPrintSubstitution
public abstract class PrintSubstitution
- extends java.lang.Object
- implements Substitution, Testable
An PrintSubstitution is an object that is able to prints itself (as a stream
of bytes) onto an print stream.
- See Also:
TemplateDoc
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintSubstitution
public PrintSubstitution()
PrintSubstitution
public PrintSubstitution(Escaping escaping)
printEscaped
public final java.lang.String printEscaped()
printEscaped
public final java.lang.String printEscaped(Escaping e)
printNotEscaped
public final java.lang.String printNotEscaped()
test
public final boolean test()
- Specified by:
test in interface Testable
print
protected abstract java.lang.String print()