org.eclipse.emf.ecore.xmi.impl
Class XMLSaveImpl.Escape
java.lang.Object
org.eclipse.emf.ecore.xmi.impl.XMLSaveImpl.Escape
- Enclosing class:
- XMLSaveImpl
- protected static class XMLSaveImpl.Escape
- extends Object
Field Summary |
protected char[] |
AMP
|
protected char[] |
CR
|
protected char[] |
LESS
|
protected char[] |
LF
|
protected char[] |
LINE_FEED
|
protected char[] |
QUOTE
|
protected char[] |
TAB
|
protected char[] |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected char[] value
AMP
protected final char[] AMP
LESS
protected final char[] LESS
QUOTE
protected final char[] QUOTE
LF
protected final char[] LF
CR
protected final char[] CR
TAB
protected final char[] TAB
LINE_FEED
protected final char[] LINE_FEED
XMLSaveImpl.Escape
public XMLSaveImpl.Escape()
convert
public String convert(String input)
convertText
public String convertText(String input)
convertLines
public String convertLines(String input)
replace
protected int replace(int pos,
char[] replacement,
int inputLength)
grow
protected void grow(int newSize)