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–2022 The Apache Software Foundation. All rights reserved.