Uses of Class
org.unbescape.xml.XmlEscapeType

Packages that use XmlEscapeType
org.unbescape.xml   
 

Uses of XmlEscapeType in org.unbescape.xml
 

Methods in org.unbescape.xml that return XmlEscapeType
static XmlEscapeType XmlEscapeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlEscapeType[] XmlEscapeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.unbescape.xml with parameters of type XmlEscapeType
static void XmlEscape.escapeXml10(char[] text, int offset, int len, Writer writer, XmlEscapeType type, XmlEscapeLevel level)
           Perform a (configurable) XML 1.0 escape operation on a char[] input.
static String XmlEscape.escapeXml10(String text, XmlEscapeType type, XmlEscapeLevel level)
           Perform a (configurable) XML 1.0 escape operation on a String input.
static void XmlEscape.escapeXml11(char[] text, int offset, int len, Writer writer, XmlEscapeType type, XmlEscapeLevel level)
           Perform a (configurable) XML 1.1 escape operation on a char[] input.
static String XmlEscape.escapeXml11(String text, XmlEscapeType type, XmlEscapeLevel level)
           Perform a (configurable) XML 1.1 escape operation on a String input.
 



Copyright © 2014 The UNBESCAPE team. All rights reserved.