Modifier and Type | Method and Description |
---|---|
public void | writeStartDocument(String
the specified encoding encoding, String the specified version version, boolean the flag indicating whether it is standalone standalone, boolean the flag indicating whether the standalone attribute is set standaloneSet)Writes the XML declaration. |
writeStartDocument | back to summary |
---|---|
public void writeStartDocument(String encoding, String version, boolean standalone, boolean standaloneSet) throws XMLStreamException Writes the XML declaration.
|