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