net.darkmist.alib.escape
Class XMLAttribute

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

public class XMLAttribute
extends Escaper.Abstract


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.darkmist.alib.escape.Escaper
Escaper.Abstract
 
Constructor Summary
protected XMLAttribute()
           
 
Method Summary
 Appendable escape(Appendable appendable, int ch)
           
static XMLAttribute 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

XMLAttribute

protected XMLAttribute()
Method Detail

instance

public static XMLAttribute 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.