Index

C E H J O U V X Y 
All Classes and Interfaces|All Packages

C

CsvEscaper - Class in org.cthing.escapers
Escapes string and character arrays according to RFC-4180.

E

escape(char[]) - Static method in class org.cthing.escapers.CsvEscaper
Applies CSV escaping to the specified character array.
escape(char[], int, int) - Static method in class org.cthing.escapers.CsvEscaper
Applies CSV escaping to the specified character array.
escape(char[], int, int, Writer) - Static method in class org.cthing.escapers.CsvEscaper
Applies CSV escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, Set<HtmlEscaper.Option>) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, Set<JavaEscaper.Option>) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, Set<JavaScriptEscaper.Option>) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, Set<JsonEscaper.Option>) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, Set<XmlEscaper.Option>) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, Set<YamlEscaper.Option>) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, HtmlEscaper.Option...) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, JavaEscaper.Option...) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, JavaScriptEscaper.Option...) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, JsonEscaper.Option...) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, XmlEscaper.Option...) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Writer, YamlEscaper.Option...) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified character array and writes the result to the specified writer.
escape(char[], int, int, Set<HtmlEscaper.Option>) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified character array.
escape(char[], int, int, Set<JavaEscaper.Option>) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified character array.
escape(char[], int, int, Set<JavaScriptEscaper.Option>) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified character array.
escape(char[], int, int, Set<JsonEscaper.Option>) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified character array.
escape(char[], int, int, Set<XmlEscaper.Option>) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified character array.
escape(char[], int, int, Set<YamlEscaper.Option>) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified character array.
escape(char[], int, int, HtmlEscaper.Option...) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified character array.
escape(char[], int, int, JavaEscaper.Option...) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified character array.
escape(char[], int, int, JavaScriptEscaper.Option...) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified character array.
escape(char[], int, int, JsonEscaper.Option...) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified character array.
escape(char[], int, int, XmlEscaper.Option...) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified character array.
escape(char[], int, int, YamlEscaper.Option...) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified character array.
escape(char[], Writer) - Static method in class org.cthing.escapers.CsvEscaper
Applies CSV escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, Set<HtmlEscaper.Option>) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, Set<JavaEscaper.Option>) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, Set<JavaScriptEscaper.Option>) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, Set<JsonEscaper.Option>) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, Set<XmlEscaper.Option>) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, Set<YamlEscaper.Option>) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, HtmlEscaper.Option...) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, JavaEscaper.Option...) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, JavaScriptEscaper.Option...) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, JsonEscaper.Option...) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, XmlEscaper.Option...) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified character array and writes the result to the specified writer.
escape(char[], Writer, YamlEscaper.Option...) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified character array and writes the result to the specified writer.
escape(char[], Set<HtmlEscaper.Option>) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified character array.
escape(char[], Set<JavaEscaper.Option>) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified character array.
escape(char[], Set<JavaScriptEscaper.Option>) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified character array.
escape(char[], Set<JsonEscaper.Option>) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified character array.
escape(char[], Set<XmlEscaper.Option>) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified character array.
escape(char[], Set<YamlEscaper.Option>) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified character array.
escape(char[], HtmlEscaper.Option...) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified character array.
escape(char[], JavaEscaper.Option...) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified character array.
escape(char[], JavaScriptEscaper.Option...) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified character array.
escape(char[], JsonEscaper.Option...) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified character array.
escape(char[], XmlEscaper.Option...) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified character array.
escape(char[], YamlEscaper.Option...) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified character array.
escape(CharSequence) - Static method in class org.cthing.escapers.CsvEscaper
Applies CSV escaping to the specified string.
escape(CharSequence, Writer) - Static method in class org.cthing.escapers.CsvEscaper
Applies CSV escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, Set<HtmlEscaper.Option>) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, Set<JavaEscaper.Option>) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, Set<JavaScriptEscaper.Option>) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, Set<JsonEscaper.Option>) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, Set<XmlEscaper.Option>) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, Set<YamlEscaper.Option>) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, HtmlEscaper.Option...) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, JavaEscaper.Option...) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, JavaScriptEscaper.Option...) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, JsonEscaper.Option...) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, XmlEscaper.Option...) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Writer, YamlEscaper.Option...) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified string and writes the result to the specified writer.
escape(CharSequence, Set<HtmlEscaper.Option>) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified string.
escape(CharSequence, Set<JavaEscaper.Option>) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified string.
escape(CharSequence, Set<JavaScriptEscaper.Option>) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified string.
escape(CharSequence, Set<JsonEscaper.Option>) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified string.
escape(CharSequence, Set<XmlEscaper.Option>) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified string.
escape(CharSequence, Set<YamlEscaper.Option>) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified string.
escape(CharSequence, HtmlEscaper.Option...) - Static method in class org.cthing.escapers.HtmlEscaper
Applies HTML escaping to the specified string.
escape(CharSequence, JavaEscaper.Option...) - Static method in class org.cthing.escapers.JavaEscaper
Applies JSON escaping to the specified string.
escape(CharSequence, JavaScriptEscaper.Option...) - Static method in class org.cthing.escapers.JavaScriptEscaper
Applies JavaScript escaping to the specified string.
escape(CharSequence, JsonEscaper.Option...) - Static method in class org.cthing.escapers.JsonEscaper
Applies JSON escaping to the specified string.
escape(CharSequence, XmlEscaper.Option...) - Static method in class org.cthing.escapers.XmlEscaper
Applies XML escaping to the specified string.
escape(CharSequence, YamlEscaper.Option...) - Static method in class org.cthing.escapers.YamlEscaper
Applies YAML escaping to the specified string.
ESCAPE_NON_ASCII - Enum constant in enum class org.cthing.escapers.HtmlEscaper.Option
Escape characters above the ASCII range (i.e.
ESCAPE_NON_ASCII - Enum constant in enum class org.cthing.escapers.JavaEscaper.Option
Escape characters above the ASCII range (i.e.
ESCAPE_NON_ASCII - Enum constant in enum class org.cthing.escapers.JavaScriptEscaper.Option
Escape characters above the ASCII range (i.e.
ESCAPE_NON_ASCII - Enum constant in enum class org.cthing.escapers.JsonEscaper.Option
Escape characters above the ASCII range (i.e.
ESCAPE_NON_ASCII - Enum constant in enum class org.cthing.escapers.XmlEscaper.Option
Escape characters above the ASCII range (i.e.
ESCAPE_NON_ASCII - Enum constant in enum class org.cthing.escapers.YamlEscaper.Option
Escape characters above the ASCII range (i.e.
ESCAPE_SPACE - Enum constant in enum class org.cthing.escapers.JavaEscaper.Option
Escape space characters.

H

HtmlEscaper - Class in org.cthing.escapers
Escapes string and character arrays using numeric and named HTML character entities.
HtmlEscaper.Option - Enum Class in org.cthing.escapers
Escaping options.

J

JavaEscaper - Class in org.cthing.escapers
Escapes strings and character arrays according to the Escape Sequences section of the Java Language Specification.
JavaEscaper.Option - Enum Class in org.cthing.escapers
Escaping options.
JavaScriptEscaper - Class in org.cthing.escapers
Escapes strings and character arrays according to the ECMA-262 ECMAScript® 2023 Language Specification.
JavaScriptEscaper.Option - Enum Class in org.cthing.escapers
Escaping options.
JsonEscaper - Class in org.cthing.escapers
Escapes strings and character arrays according to the JSON specification.
JsonEscaper.Option - Enum Class in org.cthing.escapers
Escaping options.

O

org.cthing.escapers - package org.cthing.escapers
Utility classes to escape strings for use in various languages.

U

USE_DECIMAL - Enum constant in enum class org.cthing.escapers.HtmlEscaper.Option
Use decimal for numerical character entities (i.e.
USE_DECIMAL - Enum constant in enum class org.cthing.escapers.XmlEscaper.Option
Use decimal for numerical character entities (i.e.
USE_HTML4_EXTENDED_ENTITIES - Enum constant in enum class org.cthing.escapers.HtmlEscaper.Option
Replaces characters in the HTML 4 extended range (0x100 - 0xFFFF) with their corresponding named entity references where they exist.
USE_ISO_LATIN_1_ENTITIES - Enum constant in enum class org.cthing.escapers.HtmlEscaper.Option
Replaces characters in the ISO Latin-1 range (0x80 - 0xFF) with their corresponding named entity references.

V

valueOf(String) - Static method in enum class org.cthing.escapers.HtmlEscaper.Option
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cthing.escapers.JavaEscaper.Option
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cthing.escapers.JavaScriptEscaper.Option
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cthing.escapers.JsonEscaper.Option
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cthing.escapers.XmlEscaper.Option
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.cthing.escapers.YamlEscaper.Option
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.cthing.escapers.HtmlEscaper.Option
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cthing.escapers.JavaEscaper.Option
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cthing.escapers.JavaScriptEscaper.Option
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cthing.escapers.JsonEscaper.Option
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cthing.escapers.XmlEscaper.Option
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.cthing.escapers.YamlEscaper.Option
Returns an array containing the constants of this enum class, in the order they are declared.

X

XmlEscaper - Class in org.cthing.escapers
Escapes strings and character arrays using XML 1.0 entities.
XmlEscaper.Option - Enum Class in org.cthing.escapers
Escaping options.

Y

YamlEscaper - Class in org.cthing.escapers
Escapes strings and character arrays according to the Escaped Characters section of the YAML Ain’t Markup Language specification.
YamlEscaper.Option - Enum Class in org.cthing.escapers
Escaping options.
C E H J O U V X Y 
All Classes and Interfaces|All Packages