public class NestingEmitter extends Object implements org.openfuxml.interfaces.transformer.Emitter
| Modifier and Type | Field and Description |
|---|---|
protected EmitterFactory |
ef |
| Constructor and Description |
|---|
NestingEmitter(EmitterFactory ef) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
content(XMLStreamWriter writer,
char[] ch,
int start,
int length) |
boolean |
end(XMLStreamWriter writer,
String htmlElementName) |
protected void |
localContent(XMLStreamWriter writer,
char[] ch,
int start,
int length) |
protected boolean |
localEnd(XMLStreamWriter writer,
String htmlElementName) |
protected boolean |
localStart(XMLStreamWriter writer,
String htmlElementName,
Attributes atts) |
protected boolean |
permitsMultipleNexting() |
boolean |
start(XMLStreamWriter writer,
String htmlElementName,
Attributes atts) |
protected EmitterFactory ef
public NestingEmitter(EmitterFactory ef)
public void content(XMLStreamWriter writer, char[] ch, int start, int length) throws XMLStreamException
content in interface org.openfuxml.interfaces.transformer.EmitterXMLStreamExceptionpublic final boolean end(XMLStreamWriter writer, String htmlElementName) throws XMLStreamException
end in interface org.openfuxml.interfaces.transformer.EmitterXMLStreamExceptionprotected boolean localEnd(XMLStreamWriter writer, String htmlElementName) throws XMLStreamException
XMLStreamExceptionprotected boolean localStart(XMLStreamWriter writer, String htmlElementName, Attributes atts) throws XMLStreamException
XMLStreamExceptionprotected void localContent(XMLStreamWriter writer, char[] ch, int start, int length) throws XMLStreamException
XMLStreamExceptionpublic final boolean start(XMLStreamWriter writer, String htmlElementName, Attributes atts) throws XMLStreamException
start in interface org.openfuxml.interfaces.transformer.EmitterXMLStreamExceptionprotected boolean permitsMultipleNexting()
public void close()
throws XMLStreamException
close in interface org.openfuxml.interfaces.transformer.EmitterXMLStreamExceptionCopyright © 2022. All rights reserved.