return new XppReader(xml, xmlFriendlyReplacer());
}
public HierarchicalStreamReader createReader(InputStream in) {
try {
return createReader(new XmlHeaderAwareReader(in));
} catch (UnsupportedEncodingException e) {
throw new StreamException(e);
} catch (IOException e) {
throw new StreamException(e);
}