org.apache.maven.plugin.surefire.report
Class PrettyPrintXMLWriter
java.lang.Object
org.apache.maven.plugin.surefire.report.PrettyPrintXMLWriter
- All Implemented Interfaces:
- org.apache.maven.shared.utils.xml.XMLWriter
public class PrettyPrintXMLWriter
- extends Object
- implements org.apache.maven.shared.utils.xml.XMLWriter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrettyPrintXMLWriter
public PrettyPrintXMLWriter(PrintWriter writer)
setEncoding
public void setEncoding(String encoding)
- Specified by:
setEncoding in interface org.apache.maven.shared.utils.xml.XMLWriter
setDocType
public void setDocType(String docType)
- Specified by:
setDocType in interface org.apache.maven.shared.utils.xml.XMLWriter
startElement
public void startElement(String name)
- Specified by:
startElement in interface org.apache.maven.shared.utils.xml.XMLWriter
writeText
public void writeText(String text)
- Specified by:
writeText in interface org.apache.maven.shared.utils.xml.XMLWriter
writeMarkup
public void writeMarkup(String text)
- Specified by:
writeMarkup in interface org.apache.maven.shared.utils.xml.XMLWriter
addAttribute
public void addAttribute(String key,
String value)
- Specified by:
addAttribute in interface org.apache.maven.shared.utils.xml.XMLWriter
endElement
public void endElement()
- Specified by:
endElement in interface org.apache.maven.shared.utils.xml.XMLWriter
endOfLine
protected void endOfLine()
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.