Uses of Enum
org.unbescape.xml.XmlEscapeType
Packages that use XmlEscapeType
-
Uses of XmlEscapeType in org.unbescape.xml
Methods in org.unbescape.xml that return XmlEscapeTypeModifier and TypeMethodDescriptionstatic XmlEscapeType
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 XmlEscapeTypeModifier and TypeMethodDescription(package private) static void
XmlEscapeUtil.escape
(char[] text, int offset, int len, Writer writer, XmlEscapeSymbols symbols, XmlEscapeType escapeType, XmlEscapeLevel escapeLevel) (package private) static void
XmlEscapeUtil.escape
(Reader reader, Writer writer, XmlEscapeSymbols symbols, XmlEscapeType escapeType, XmlEscapeLevel escapeLevel) (package private) static String
XmlEscapeUtil.escape
(String text, XmlEscapeSymbols symbols, XmlEscapeType escapeType, XmlEscapeLevel escapeLevel) private static void
XmlEscape.escapeXml
(char[] text, int offset, int len, Writer writer, XmlEscapeSymbols symbols, XmlEscapeType type, XmlEscapeLevel level) private static void
XmlEscape.escapeXml
(Reader reader, Writer writer, XmlEscapeSymbols symbols, XmlEscapeType type, XmlEscapeLevel level) private static void
XmlEscape.escapeXml
(String text, Writer writer, XmlEscapeSymbols symbols, XmlEscapeType type, XmlEscapeLevel level) private static String
XmlEscape.escapeXml
(String text, XmlEscapeSymbols symbols, XmlEscapeType type, XmlEscapeLevel level) 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 void
XmlEscape.escapeXml10
(Reader reader, Writer writer, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.0 escape operation on a Reader input, writing results to a Writer.static void
XmlEscape.escapeXml10
(String text, Writer writer, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.0 escape operation on a String input, writing results to a Writer.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.escapeXml10Attribute
(char[] text, int offset, int len, Writer writer, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.0 escape operation on a char[] input meant to be an XML attribute value.static void
XmlEscape.escapeXml10Attribute
(Reader reader, Writer writer, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.0 escape operation on a Reader input meant to be an XML attribute value, writing results to a Writer.static void
XmlEscape.escapeXml10Attribute
(String text, Writer writer, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.0 escape operation on a String input meant to be an XML attribute value, writing results to a Writer.static String
XmlEscape.escapeXml10Attribute
(String text, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.0 escape operation on a String input meant to be an XML attribute value.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 void
XmlEscape.escapeXml11
(Reader reader, Writer writer, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.1 escape operation on a Reader input, writing results to a Writer.static void
XmlEscape.escapeXml11
(String text, Writer writer, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.1 escape operation on a String input, writing results to a Writer.static String
XmlEscape.escapeXml11
(String text, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.1 escape operation on a String input.static void
XmlEscape.escapeXml11Attribute
(char[] text, int offset, int len, Writer writer, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.1 escape operation on a char[] input meant to be an XML attribute value.static void
XmlEscape.escapeXml11Attribute
(Reader reader, Writer writer, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.1 escape operation on a Reader input meant to be an XML attribute value, writing results to a Writer.static void
XmlEscape.escapeXml11Attribute
(String text, Writer writer, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.1 escape operation on a String input meant to be an XML attribute value, writing results to a Writer.static String
XmlEscape.escapeXml11Attribute
(String text, XmlEscapeType type, XmlEscapeLevel level) Perform a (configurable) XML 1.1 escape operation on a String input meant to be an XML attribute value.