|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer
jetbrains.buildServer.messages.MemoryOptimizedXmlFriendlyReplacer
public class MemoryOptimizedXmlFriendlyReplacer
| Constructor Summary | |
|---|---|
MemoryOptimizedXmlFriendlyReplacer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
escapeName(java.lang.String name)
Replaces '$' with '_-' and '_' with '__' |
java.lang.String |
unescapeName(java.lang.String name)
Replaces '_-' with '$' and '__' with '_' |
| Methods inherited from class com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder |
|---|
clone, decodeAttribute, decodeNode, encodeAttribute, encodeNode |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryOptimizedXmlFriendlyReplacer()
| Method Detail |
|---|
public java.lang.String escapeName(java.lang.String name)
escapeName in class com.thoughtworks.xstream.io.xml.XmlFriendlyReplacername - string where replacements have to be made
public java.lang.String unescapeName(java.lang.String name)
unescapeName in class com.thoughtworks.xstream.io.xml.XmlFriendlyReplacername - string where replacements have to be made
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||