src/java.xml/share/classes/module-info.java

Print this page

        

@@ -21,10 +21,14 @@
  * 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.
  */
 
+/**
+ * Defines the Java API for XML processing (JAXP), the Streaming API for XML (StAX),
+ * the Simple API for XML (SAX), and the XML Document Object Model (DOM) API.
+ */
 module java.xml {
     exports javax.xml;
     exports javax.xml.catalog;
     exports javax.xml.datatype;
     exports javax.xml.namespace;