public class XmlCodeFormatter extends Object implements CodeFormatter
| Constructor and Description |
|---|
XmlCodeFormatter(TextFormatter docTextFormatter) |
| Modifier and Type | Method and Description |
|---|---|
String |
charLiteral(String charLiteral) |
String |
formalComment(String formalComment) |
String |
identifier(String identifer) |
String |
newLine() |
String |
number(String number) |
String |
other(String other) |
String |
primitive(String primitive) |
String |
reservedWord(String word) |
String |
singleLineComment(String singleLineComment) |
String |
space() |
String |
stringLiteral(String stringLiteral) |
String |
tab() |
public XmlCodeFormatter(TextFormatter docTextFormatter)
public String number(String number)
number in interface CodeFormatterpublic String reservedWord(String word)
reservedWord in interface CodeFormatterpublic String primitive(String primitive)
primitive in interface CodeFormatterpublic String identifier(String identifer)
identifier in interface CodeFormatterpublic String stringLiteral(String stringLiteral)
stringLiteral in interface CodeFormatterpublic String charLiteral(String charLiteral)
charLiteral in interface CodeFormatterpublic String singleLineComment(String singleLineComment)
singleLineComment in interface CodeFormatterpublic String formalComment(String formalComment)
formalComment in interface CodeFormatterpublic String newLine()
newLine in interface CodeFormatterpublic String space()
space in interface CodeFormatterpublic String tab()
tab in interface CodeFormatterpublic String other(String other)
other in interface CodeFormatterCopyright © 2005-2013 Agical AB. All Rights Reserved.