public abstract class CalloutContentPrinter extends ContentPrinter
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
PATTERN_CALLOUT |
| Constructor and Description |
|---|
CalloutContentPrinter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(String[] source,
CitationAnchor citation,
org.seamless.xhtml.XHTMLElement contentElement,
String... preFormattedClasses) |
protected abstract Pattern |
getCommentBeginPattern() |
protected abstract Pattern |
getCommentEndPattern() |
protected boolean |
isCalloutMarkerLine(String line) |
protected abstract String |
replaceCommentBegin(String line) |
protected abstract String |
replaceCommentEnd(String line) |
protected abstract String |
replaceLine(String line) |
protected abstract String |
wrapCalloutMarker(int callout) |
createPreFormattedElement, getEndOfLine, printpublic static final Pattern PATTERN_CALLOUT
protected void append(String[] source, CitationAnchor citation, org.seamless.xhtml.XHTMLElement contentElement, String... preFormattedClasses)
append in class ContentPrinterprotected boolean isCalloutMarkerLine(String line)
protected abstract String wrapCalloutMarker(int callout)
protected abstract Pattern getCommentBeginPattern()
protected abstract Pattern getCommentEndPattern()
Copyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.