jdk/src/java.base/share/classes/jdk/internal/util/xml/XMLStreamWriter.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 32649 2ee9017c7597
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   114      * @throws XMLStreamException
   114      * @throws XMLStreamException
   115      */
   115      */
   116     public void writeStartDocument() throws XMLStreamException;
   116     public void writeStartDocument() throws XMLStreamException;
   117 
   117 
   118     /**
   118     /**
   119      * Write the XML Declaration. Defaults the the encoding to utf-8
   119      * Write the XML Declaration. Defaults the encoding to utf-8
   120      * @param version version of the xml document
   120      * @param version version of the xml document
   121      * @throws XMLStreamException
   121      * @throws XMLStreamException
   122      */
   122      */
   123     public void writeStartDocument(String version) throws XMLStreamException;
   123     public void writeStartDocument(String version) throws XMLStreamException;
   124 
   124