com.sun.faces.generate
Class JspTLDGenerator.XMLWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
com.sun.faces.generate.JspTLDGenerator.XMLWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
- Enclosing class:
- JspTLDGenerator
protected static class JspTLDGenerator.XMLWriter
- extends OutputStreamWriter
A simple class to handle the writing of XML documents.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
writeProlog
public void writeProlog()
throws IOException
- Throws:
IOException
writeText
public void writeText(String value)
throws IOException
- Throws:
IOException
startElement
public void startElement(String name,
Map<String,String> attributes)
throws IOException
- Throws:
IOException
startElement
public void startElement(String name)
throws IOException
- Throws:
IOException
closeElement
public void closeElement(int elementCount)
throws IOException
- Throws:
IOException
closeElement
public void closeElement()
throws IOException
- Throws:
IOException
closeAllElements
public void closeAllElements()
throws IOException
- Throws:
IOException
writeComment
public void writeComment(String value)
throws IOException
- Throws:
IOException
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.