Package dev.voidframework.core.helper
Class Xml
java.lang.Object
dev.voidframework.core.helper.Xml
Helper to handle XML document.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Xml
public Xml()
-
-
Method Details
-
toString
Converts an XML to string.- Parameters:
xml- The XML to convert.- Returns:
- The string representation.
-
toXml
Converts a byte array to an XML document.- Parameters:
data- data to convert in XML- Returns:
- The XML document
-