Uses of Class
com.thoughtworks.xstream.io.xml.XmlFriendlyNameCoder
-
Packages that use XmlFriendlyNameCoder Package Description com.thoughtworks.xstream.io.xml -
-
Uses of XmlFriendlyNameCoder in com.thoughtworks.xstream.io.xml
Subclasses of XmlFriendlyNameCoder in com.thoughtworks.xstream.io.xml Modifier and Type Class Description class
XmlFriendlyReplacer
Deprecated.As of 1.4, useXmlFriendlyNameCoder
insteadclass
XStream11NameCoder
A XmlFriendlyNameCoder to support backward compatibility with XStream 1.1.class
XStream11XmlFriendlyReplacer
Deprecated.As of 1.4, useXStream11NameCoder
insteadConstructors in com.thoughtworks.xstream.io.xml with parameters of type XmlFriendlyNameCoder Constructor Description SjsxpDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.5 useStandardStaxDriver(QNameMap, XmlFriendlyNameCoder)
SjsxpDriver(XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.5 useStandardStaxDriver(XmlFriendlyNameCoder)
StandardStaxDriver(QNameMap qnameMap, XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useStandardStaxDriver(QNameMap, NameCoder)
StandardStaxDriver(XmlFriendlyNameCoder nameCoder)
Deprecated.As of 1.4.6 useStandardStaxDriver(NameCoder)
-