| Constructor and description |
|---|
DefaultXmlEscapingFunction(boolean isAttrValue, boolean useDoubleQuotes)Creates an escaping function for either element content or attribute values. |
Creates an escaping function for either element content or attribute values.
isAttrValue - whether the text being escaped is an attribute valueuseDoubleQuotes - whether attributes are quoted with double quotesEscapes a single character when required by XML output rules.
ch - the character to inspectCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.