public interface XmlStreamReader
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic voidtoXmlStream(InputStreamReader in, EventParser parser, boolean conserveWhitespace, Trimming.Trim trimmer, Escaping.UnEscape escaper) xmlToAttributes(String input, Trimming.Trim trimmer, Escaping.UnEscape escaper)
-
Method Details
-
toXmlStream
static void toXmlStream(InputStreamReader in, EventParser parser, boolean conserveWhitespace, Trimming.Trim trimmer, Escaping.UnEscape escaper) throws IOException - Throws:
IOException
-
xmlToAttributes
static HashMap<String,String> xmlToAttributes(String input, Trimming.Trim trimmer, Escaping.UnEscape escaper)
-