public interface XMLWriter
| Modifier and Type | Method and Description | 
|---|---|
| void | addAttribute(String key,
            String value) | 
| void | endElement() | 
| void | startElement(String name) | 
| void | writeMarkup(String text) | 
| void | writeText(String text) | 
Copyright © 2001–2017 Codehaus Plexus. All rights reserved.