net.darkmist.alib.escape
Class XML

java.lang.Object
  extended by net.darkmist.alib.escape.Escaper.Abstract
      extended by net.darkmist.alib.escape.XML
All Implemented Interfaces:
Escaper
Direct Known Subclasses:
HTML

public class XML
extends Escaper.Abstract


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.darkmist.alib.escape.Escaper
Escaper.Abstract
 
Constructor Summary
protected XML()
           
 
Method Summary
 Appendable escape(Appendable appendable, int ch)
           
static XML instance()
           
 
Methods inherited from class net.darkmist.alib.escape.Escaper.Abstract
escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML

protected XML()
Method Detail

instance

public static XML instance()

escape

public Appendable escape(Appendable appendable,
                         int ch)
                  throws IOException
Specified by:
escape in interface Escaper
Overrides:
escape in class Escaper.Abstract
Throws:
IOException


Copyright © 2012. All Rights Reserved.