Package xmlparser.utils
Interface Interfaces.ParserConfiguration
- All Known Subinterfaces:
XmlWriter
- Enclosing class:
- Interfaces
public static interface Interfaces.ParserConfiguration
-
Method Summary
Modifier and Type Method Description booleanshouldEncodeUTF8()booleanshouldPrettyPrint()
-
Method Details
-
shouldEncodeUTF8
boolean shouldEncodeUTF8() -
shouldPrettyPrint
boolean shouldPrettyPrint()
-