We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b5095 commit ba79941Copy full SHA for ba79941
metafacture-xml/src/main/java/org/metafacture/xml/XmlElementSplitter.java
@@ -93,12 +93,11 @@ public void setTopLevelElement(final String newRoot) {
93
}
94
95
/**
96
- * Sets the XML declaration.
+ * Sets the XML declaration. The default is
97
+ * {@code <?xml version = "1.0" encoding = "UTF-8"?>}. If an empty value is
98
+ * given, the XML declaration is skipped.
99
*
- * @param xmlDeclaration the xml declaration. Default is
- * '{@code<?xml version = "1.0" encoding = "UTF-8"?>}'.
100
- * If empty value is given, the xml declaration is
101
- * skipped.
+ * @param xmlDeclaration the XML declaration
102
*/
103
public void setXmlDeclaration(final String xmlDeclaration) {
104
this.xmlDeclaration = xmlDeclaration;
0 commit comments