static void |
XmlEscape.escapeXml10(char[] text,
int offset,
int len,
java.io.Writer writer,
XmlEscapeType type,
XmlEscapeLevel level) |
Perform a (configurable) XML 1.0 escape operation on a char[] input.
|
static void |
XmlEscape.escapeXml10(java.io.Reader reader,
java.io.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,
java.io.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,
java.io.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(java.io.Reader reader,
java.io.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,
java.io.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,
java.io.Writer writer,
XmlEscapeType type,
XmlEscapeLevel level) |
Perform a (configurable) XML 1.1 escape operation on a char[] input.
|
static void |
XmlEscape.escapeXml11(java.io.Reader reader,
java.io.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,
java.io.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,
java.io.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(java.io.Reader reader,
java.io.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,
java.io.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.
|