org.codehaus.plexus.util.xml
Class SerializerXMLWriter
java.lang.Object
org.codehaus.plexus.util.xml.SerializerXMLWriter
- All Implemented Interfaces:
- XMLWriter
public class SerializerXMLWriter
- extends Object
- implements XMLWriter
Write to an MXSerializer.
- Version:
- $Id$
- Author:
- Brett Porter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializerXMLWriter
public SerializerXMLWriter(String namespace,
XmlSerializer serializer)
startElement
public void startElement(String name)
- Specified by:
startElement
in interface XMLWriter
addAttribute
public void addAttribute(String key,
String value)
- Specified by:
addAttribute
in interface XMLWriter
writeText
public void writeText(String text)
- Specified by:
writeText
in interface XMLWriter
writeMarkup
public void writeMarkup(String text)
- Specified by:
writeMarkup
in interface XMLWriter
endElement
public void endElement()
- Specified by:
endElement
in interface XMLWriter
getExceptions
public List getExceptions()
Copyright © 2001-2012 Codehaus. All Rights Reserved.