Mojarra JSF Tools 2.1.28.SP9

com.sun.faces.generate
Class JspTLDGenerator.XMLWriter

java.lang.Object
  extended by java.io.Writer
      extended by java.io.OutputStreamWriter
          extended by 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.


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Method Summary
 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)
           
 
Methods inherited from class java.io.OutputStreamWriter
close, flush, getEncoding, write, write, write
 
Methods inherited from class java.io.Writer
append, append, append, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

Mojarra JSF Tools 2.1.28.SP9

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.