Package sk.antons.sbutils.util
Class XmlStreamToString
java.lang.Object
sk.antons.sbutils.util.XmlStreamToString
Converts stream to xml string using io.github.antonsjava:jaul.
You can configure
<ul>
<li> encoding - encoding for conversion tpo chars
<li> forceOneLine - true if xml should be printed as one line
<li> indent - indent text if xml should be printed as formated
<li> cufStringLiterals - max length of string literal (rest will be cut)
</ul>- Author:
- antons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncufStringLiterals(int value) static XmlStreamToStringinstance()
-
Constructor Details
-
XmlStreamToString
public XmlStreamToString()
-
-
Method Details
-
instance
-
encoding
-
forceOneLine
-
indent
-
cufStringLiterals
-
transform
-