jp.gr.xml.relax.xml
Class UXML

java.lang.Object
  extended by jp.gr.xml.relax.xml.UXML

public final class UXML
extends Object

UXML

Since:
Jan. 29, 2000

Constructor Summary
UXML()
           
 
Method Summary
static String escape(String string)
           
static String escapeAttrApos(String string)
           
static String escapeAttrQuot(String string)
           
static String escapeCharData(String string)
           
static String escapeEntityApos(String string)
           
static String escapeEntityQuot(String string)
           
static String escapeSystemApos(String string)
           
static String escapeSystemQuot(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UXML

public UXML()
Method Detail

escape

public static String escape(String string)

escapeEntityQuot

public static String escapeEntityQuot(String string)

escapeEntityApos

public static String escapeEntityApos(String string)

escapeAttrQuot

public static String escapeAttrQuot(String string)

escapeAttrApos

public static String escapeAttrApos(String string)

escapeSystemQuot

public static String escapeSystemQuot(String string)

escapeSystemApos

public static String escapeSystemApos(String string)

escapeCharData

public static String escapeCharData(String string)