public class SimpleEmitter extends NestingEmitter
ef| Constructor and Description |
|---|
SimpleEmitter(EmitterFactory ef,
String... ofxTagNames) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
localEnd(XMLStreamWriter writer,
String htmlElementName) |
protected boolean |
localStart(XMLStreamWriter writer,
String htmlElementName,
Attributes atts) |
void |
setAttribute(String name,
String value) |
close, content, end, localContent, permitsMultipleNexting, startpublic SimpleEmitter(EmitterFactory ef, String... ofxTagNames)
protected boolean localStart(XMLStreamWriter writer, String htmlElementName, Attributes atts) throws XMLStreamException
localStart in class NestingEmitterXMLStreamExceptionprotected boolean localEnd(XMLStreamWriter writer, String htmlElementName) throws XMLStreamException
localEnd in class NestingEmitterXMLStreamExceptionCopyright © 2022. All rights reserved.