Uses of Class
org.unbescape.xml.XmlEscapeLevel

Packages that use XmlEscapeLevel
org.unbescape.xml   
 

Uses of XmlEscapeLevel in org.unbescape.xml
 

Methods in org.unbescape.xml that return XmlEscapeLevel
static XmlEscapeLevel XmlEscapeLevel.forLevel(int level)
           Utility method for obtaining an enum value from its corresponding int level value.
static XmlEscapeLevel XmlEscapeLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlEscapeLevel[] XmlEscapeLevel.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 XmlEscapeLevel
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.