com.thoughtworks.xstream.io.xml
Interface XmlFriendlyReader


Deprecated. As of 1.4

public interface XmlFriendlyReader

An interface for a HierarchicalStreamReader supporting XML-friendly names.

Since:
1.3
Author:
Jörg Schaible, Mauro Talevi

Method Summary
 String unescapeXmlName(String name)
          Deprecated. As of 1.4
 

Method Detail

unescapeXmlName

String unescapeXmlName(String name)
Deprecated. As of 1.4

Unescapes XML-friendly name (node or attribute)

Parameters:
name - the escaped XML-friendly name
Returns:
An unescaped name with original characters


Copyright © 2004-2014 XStream. All Rights Reserved.