public class FastOdsXMLEscaper extends Object implements XMLEscaper
| Constructor and Description |
|---|
FastOdsXMLEscaper(int bufferSize)
Creates an xml escaper with a specified buffer size
|
| Modifier and Type | Method and Description |
|---|---|
static FastOdsXMLEscaper |
create() |
String |
escapeXMLAttribute(String s) |
String |
escapeXMLContent(String s) |
public FastOdsXMLEscaper(int bufferSize)
bufferSize - the buffer sizepublic static FastOdsXMLEscaper create()
public String escapeXMLAttribute(String s)
escapeXMLAttribute in interface XMLEscapers - the input stringpublic String escapeXMLContent(String s)
escapeXMLContent in interface XMLEscapers - the input stringCopyright © 2016–2021. All rights reserved.