public abstract class Typesetting extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NL_HTML
represents a new line in HTML files.
|
static String |
NL_TXT
represents the system specific new line character.
|
static String |
NL_XHTML
represents a new line in XHTML files.
|
Constructor and Description |
---|
Typesetting() |
Modifier and Type | Method and Description |
---|---|
abstract String |
typeset(MarkupDocument doc)
convert a markup document using a format-specific make-up.
|
public static final String NL_TXT
public static final String NL_XHTML
public static final String NL_HTML
public abstract String typeset(MarkupDocument doc)
doc
- the markup documentCopyright © 2014 SEMS project @ University of Rostock. All rights reserved.