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