|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.common.impl.ThingsMarkup2Printable
public class ThingsMarkup2Printable
This is a simple processor for markup'd strings. It assumes all data is Java String worthy, and as such is fully UTF-16 compliant.
Do note that these methods do full copy of data from source to destination.
Version History
EPG - Initial - 26 MAR 05
| Constructor Summary | |
|---|---|
ThingsMarkup2Printable()
|
|
| Method Summary | |
|---|---|
static void |
engine(java.io.Reader in,
java.io.Writer out,
ThingsPropertyView props)
This is the processing engine. |
static java.lang.String |
makePrintable(java.lang.String text)
This will make a printable string from a string. |
static java.lang.String |
makePrintable(java.lang.String text,
ThingsPropertyView props)
This will make a printable string from a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThingsMarkup2Printable()
| Method Detail |
|---|
public static java.lang.String makePrintable(java.lang.String text)
throws ThingsException
text - The text of the string to be processed.
ThingsException
public static java.lang.String makePrintable(java.lang.String text,
ThingsPropertyView props)
throws ThingsException
text - The text of the string to be processed.props - Property view for variables.
ThingsExceptionThingsPropertyView
public static void engine(java.io.Reader in,
java.io.Writer out,
ThingsPropertyView props)
throws ThingsException
in - An input reader that is the source of data. If you need it buffered, do it yourself.out - An output writer that is the destination for data. If you need it buffered, do it yourself.props - Property view for variables.
ThingsExceptionThingsPropertyView
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||