public class XMLContentPrinter extends CalloutContentPrinter
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
PATTERN_COMMENT_BEGIN |
static Pattern |
PATTERN_COMMENT_END |
PATTERN_CALLOUT| Constructor and Description |
|---|
XMLContentPrinter() |
| Modifier and Type | Method and Description |
|---|---|
protected Pattern |
getCommentBeginPattern() |
protected Pattern |
getCommentEndPattern() |
protected boolean |
isCalloutMarkerLine(String line) |
protected String |
replaceCommentBegin(String line) |
protected String |
replaceCommentEnd(String line) |
protected String |
replaceLine(String line) |
protected String |
wrapCalloutMarker(int callout) |
appendcreatePreFormattedElement, getEndOfLine, printpublic static final Pattern PATTERN_COMMENT_BEGIN
public static final Pattern PATTERN_COMMENT_END
protected boolean isCalloutMarkerLine(String line)
isCalloutMarkerLine in class CalloutContentPrinterprotected String wrapCalloutMarker(int callout)
wrapCalloutMarker in class CalloutContentPrinterprotected Pattern getCommentBeginPattern()
getCommentBeginPattern in class CalloutContentPrinterprotected Pattern getCommentEndPattern()
getCommentEndPattern in class CalloutContentPrinterprotected String replaceCommentBegin(String line)
replaceCommentBegin in class CalloutContentPrinterprotected String replaceCommentEnd(String line)
replaceCommentEnd in class CalloutContentPrinterprotected String replaceLine(String line)
replaceLine in class CalloutContentPrinterCopyright © 2015 4th Line GmbH, Switzerland. All Rights Reserved.