java/sql-dk/src/info/globalcode/sql/dk/formatting/XmlFormatter.java
branchv_0
changeset 207 2bba68ef47c1
parent 206 e2f24eea8543
child 225 906f767ef9b3
equal deleted inserted replaced
206:e2f24eea8543 207:2bba68ef47c1
    41  * <p>
    41  * <p>
    42  * TODO: XSD</p>
    42  * TODO: XSD</p>
    43  *
    43  *
    44  * @author Ing. František Kučera (frantovo.cz)
    44  * @author Ing. František Kučera (frantovo.cz)
    45  */
    45  */
    46 @PropertyDeclaration(name = XmlFormatter.PROPERTY_LABELED_COLUMNS, type = Boolean.class, description = "whether to add 'label' attribute to each 'column' element")
    46 @PropertyDeclaration(name = XmlFormatter.PROPERTY_LABELED_COLUMNS, defaultValue = "false", type = Boolean.class, description = "whether to add 'label' attribute to each 'column' element")
    47 public class XmlFormatter extends AbstractXmlFormatter {
    47 public class XmlFormatter extends AbstractXmlFormatter {
    48 
    48 
    49 	public static final String NAME = "xml"; // bash-completion:formatter
    49 	public static final String NAME = "xml"; // bash-completion:formatter
    50 	public static final String PROPERTY_LABELED_COLUMNS = "labeledColumns";
    50 	public static final String PROPERTY_LABELED_COLUMNS = "labeledColumns";
    51 	private static final Logger log = Logger.getLogger(XmlFormatter.class.getName());
    51 	private static final Logger log = Logger.getLogger(XmlFormatter.class.getName());