org.apache.axis.wsdl.symbolTable
public class BackslashUtil extends Object implements Serializable
| Method Summary | |
|---|---|
| static String | applyBackslashes(String string)
Slave method for getQNameWithBackslashedLocal() |
| static QName | getQNameWithBackslashedLocal(QName suspectQName) |
| static QName | getQNameWithBackslashlessLocal(QName suspectQName) |
| static QName | getQNameWithDifferentLocal(QName qName, String localName)
Creates a copy of the supplied QName w/ the supplied local name |
| static String | stripBackslashes(String string)
Slave method for getQNameWithBackslashlessLocal |
| static String | transformBackslashes(String string, boolean delete)
Slave method for applyBackslashes & stripBackslashes .
|
Parameters: QName[local] which may contain unescaped backslashes
Returns: QName[local] w/ escaped backslashes
Parameters: QName[local] that may contain unescaped backslashes
Returns: QName[local] w/ no backslashes