public interface ElementWriter
| Modifier and Type | Method and Description |
|---|---|
void |
endElement() |
void |
startData(Key key) |
void |
startElement(String localName) |
void |
startElement(String namespaceURI,
String localName) |
void |
writeAttribute(String localName,
Boolean value) |
void |
writeAttribute(String localName,
Double value) |
void |
writeAttribute(String localName,
Integer value) |
void |
writeAttribute(String localName,
String value) |
void |
writeText(String description) |
Copyright © 2016. All rights reserved.