elharo commented on code in PR #28:
URL: https://github.com/apache/xerces-j/pull/28#discussion_r2443259681


##########
src/org/apache/xml/serialize/XMLSerializer.java:
##########
@@ -59,27 +59,31 @@
  * serializing. For usage instructions see {@link Serializer}.
  * <p>
  * If an output stream is used, the encoding is taken from the
- * output format (defaults to <tt>UTF-8</tt>). If a writer is
+ * output format (defaults to <code>UTF-8</code>). If a writer is

Review Comment:
   This needs neither tt nor code



##########
src/org/apache/xml/serialize/TextSerializer.java:
##########
@@ -39,18 +39,21 @@
  * serializing. For usage instructions see {@link Serializer}.
  * <p>
  * If an output stream is used, the encoding is taken from the
- * output format (defaults to <tt>UTF-8</tt>). If a writer is
+ * output format (defaults to <code>UTF-8</code>). If a writer is

Review Comment:
   just UTF-8



##########
src/org/apache/xml/serialize/TextSerializer.java:
##########
@@ -229,6 +232,10 @@ protected void characters( String text, boolean unescaped )
      * pre-root comments and PIs that were accumulated in the document
      * (see {@link #serializePreRoot}). Pre-root will be serialized even if
      * this is not the first root element of the document.
+     * </p>
+     *
+     * @param rootTagName unused
+     * @throws IOException if an I/O exception occured while serializing

Review Comment:
   exception --> error



##########
src/org/apache/xml/serialize/XML11Serializer.java:
##########
@@ -48,27 +48,31 @@
  * serializing. For usage instructions see {@link Serializer}.
  * <p>
  * If an output stream is used, the encoding is taken from the
- * output format (defaults to <tt>UTF-8</tt>). If a writer is
+ * output format (defaults to <code>UTF-8</code>). If a writer is

Review Comment:
   just UTF-8, no tags needed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to