< prev index next >

src/java.xml/share/classes/javax/xml/stream/XMLOutputFactory.java

Print this page

        

@@ -60,11 +60,11 @@
  *   </table>
  *
  * <p>The following paragraphs describe the namespace and prefix repair algorithm:
  *
  * <p>The property can be set with the following code line:
- * {@code setProperty("javax.xml.stream.isRepairingNamespaces", new Boolean(true|false));}
+ * {@code setProperty("javax.xml.stream.isRepairingNamespaces", Boolean.TRUE|Boolean.FALSE);}
  *
  * <p>This property specifies that the writer default namespace prefix declarations.
  * The default value is false.
  *
  * <p>If a writer isRepairingNamespaces it will create a namespace declaration
< prev index next >