edu.umd.cs.findbugs.xml
Class OutputStreamXMLOutput.WriterQuoteMetaCharacters

java.lang.Object
  extended by edu.umd.cs.findbugs.xml.QuoteMetaCharacters
      extended by edu.umd.cs.findbugs.xml.OutputStreamXMLOutput.WriterQuoteMetaCharacters
Enclosing class:
OutputStreamXMLOutput

private class OutputStreamXMLOutput.WriterQuoteMetaCharacters
extends QuoteMetaCharacters


Constructor Summary
OutputStreamXMLOutput.WriterQuoteMetaCharacters(java.lang.String text)
           
 
Method Summary
 void emitLiteral(java.lang.String s)
          Downcall method to emit literal text, in which any occurrences of the metacharacters are quoted.
 
Methods inherited from class edu.umd.cs.findbugs.xml.QuoteMetaCharacters
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStreamXMLOutput.WriterQuoteMetaCharacters

public OutputStreamXMLOutput.WriterQuoteMetaCharacters(java.lang.String text)
Method Detail

emitLiteral

public void emitLiteral(java.lang.String s)
                 throws java.io.IOException
Description copied from class: QuoteMetaCharacters
Downcall method to emit literal text, in which any occurrences of the metacharacters are quoted.

Specified by:
emitLiteral in class QuoteMetaCharacters
Parameters:
s - the literal text to emit
Throws:
java.io.IOException