protected static class JspTLDGenerator.XMLWriter extends OutputStreamWriter
| Modifier and Type | Method and Description |
|---|---|
void |
closeAllElements() |
void |
closeElement() |
void |
closeElement(int elementCount) |
void |
startElement(String name) |
void |
startElement(String name,
Map<String,String> attributes) |
void |
writeComment(String value) |
void |
writeProlog() |
void |
writeText(String value) |
close, flush, getEncoding, write, write, writepublic void writeProlog()
throws IOException
IOExceptionpublic void writeText(String value) throws IOException
IOExceptionpublic void startElement(String name, Map<String,String> attributes) throws IOException
IOExceptionpublic void startElement(String name) throws IOException
IOExceptionpublic void closeElement(int elementCount)
throws IOException
IOExceptionpublic void closeElement()
throws IOException
IOExceptionpublic void closeAllElements()
throws IOException
IOExceptionpublic void writeComment(String value) throws IOException
IOExceptionCopyright © 2010–2020 JBoss by Red Hat. All rights reserved.