< prev index next >

src/java.xml/share/classes/javax/xml/catalog/package.html

Print this page

        

@@ -1,6 +1,6 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!DOCTYPE HTML>
 <html>
 <head>
 <!--
 Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

@@ -24,20 +24,20 @@
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
 or visit www.oracle.com if you need additional information or have any
 questions. 
 -->
 </head>
-<body bgcolor="white">
+<body>
 
     Provides the classes for implementing 
     <a href="https://www.oasis-open.org/committees/download.php/14809/xml-catalogs.html">
         XML Catalogs OASIS Standard V1.1, 7 October 2005</a>. 
 
     <p>
         Unless otherwise noted, passing a null argument to 
         a constructor or method in any class or interface in this package will 
-        cause a <tt>NullPointerException</tt> to be thrown.
+        cause a <code>NullPointerException</code> to be thrown.
     </p>
 
 @since 9
 
 </body>
< prev index next >