public class XmlOutputType extends Object implements OutputType
Modifier and Type | Field and Description |
---|---|
static String |
KEY
The unique key of the output type.
|
Constructor and Description |
---|
XmlOutputType() |
Modifier and Type | Method and Description |
---|---|
String |
getCommentEnd(String lineBreak)
Returns the end of a comment.
|
String |
getCommentStart(String lineBreak)
Returns the start of a comment.
|
public static final String KEY
public String getCommentStart(String lineBreak)
getCommentStart
in interface OutputType
lineBreak
- the line break for the current output, not null.public String getCommentEnd(String lineBreak)
getCommentEnd
in interface OutputType
lineBreak
- the line break for the current output, not null.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.