< prev index next >

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

Print this page


   1 /*
   2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


  38     exports javax.xml.stream;
  39     exports javax.xml.stream.events;
  40     exports javax.xml.stream.util;
  41     exports javax.xml.transform;
  42     exports javax.xml.transform.dom;
  43     exports javax.xml.transform.sax;
  44     exports javax.xml.transform.stax;
  45     exports javax.xml.transform.stream;
  46     exports javax.xml.validation;
  47     exports javax.xml.xpath;
  48     exports org.w3c.dom;
  49     exports org.w3c.dom.bootstrap;
  50     exports org.w3c.dom.events;
  51     exports org.w3c.dom.ls;
  52     exports org.w3c.dom.ranges;
  53     exports org.w3c.dom.traversal;
  54     exports org.w3c.dom.views;
  55     exports org.xml.sax;
  56     exports org.xml.sax.ext;
  57     exports org.xml.sax.helpers;
  58     exports com.sun.org.apache.xerces.internal.dom to
  59         java.xml.ws;
  60     exports com.sun.org.apache.xerces.internal.jaxp to
  61         java.xml.ws;
  62     exports com.sun.org.apache.xerces.internal.util to
  63         java.xml.ws;
  64     exports com.sun.org.apache.xml.internal.dtm to
  65         java.xml.crypto;
  66     exports com.sun.org.apache.xml.internal.utils to
  67         java.xml.crypto;
  68     exports com.sun.org.apache.xpath.internal to
  69         java.xml.crypto;
  70     exports com.sun.org.apache.xpath.internal.compiler to
  71         java.xml.crypto;
  72     exports com.sun.org.apache.xpath.internal.functions to
  73         java.xml.crypto;
  74     exports com.sun.org.apache.xpath.internal.objects to
  75         java.xml.crypto;
  76     exports com.sun.org.apache.xpath.internal.res to
  77         java.xml.crypto;
  78     // reflection access from com.sun.xml.internal.ws.api.streaming.XMLStreamWriterFactory
  79     exports com.sun.xml.internal.stream.writers to java.xml.ws;
  80     uses javax.xml.datatype.DatatypeFactory;
  81     uses javax.xml.parsers.DocumentBuilderFactory;
  82     uses javax.xml.parsers.SAXParserFactory;
  83     uses javax.xml.stream.XMLEventFactory;
   1 /*
   2  * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any


  38     exports javax.xml.stream;
  39     exports javax.xml.stream.events;
  40     exports javax.xml.stream.util;
  41     exports javax.xml.transform;
  42     exports javax.xml.transform.dom;
  43     exports javax.xml.transform.sax;
  44     exports javax.xml.transform.stax;
  45     exports javax.xml.transform.stream;
  46     exports javax.xml.validation;
  47     exports javax.xml.xpath;
  48     exports org.w3c.dom;
  49     exports org.w3c.dom.bootstrap;
  50     exports org.w3c.dom.events;
  51     exports org.w3c.dom.ls;
  52     exports org.w3c.dom.ranges;
  53     exports org.w3c.dom.traversal;
  54     exports org.w3c.dom.views;
  55     exports org.xml.sax;
  56     exports org.xml.sax.ext;
  57     exports org.xml.sax.helpers;






  58     exports com.sun.org.apache.xml.internal.dtm to
  59         java.xml.crypto;
  60     exports com.sun.org.apache.xml.internal.utils to
  61         java.xml.crypto;
  62     exports com.sun.org.apache.xpath.internal to
  63         java.xml.crypto;
  64     exports com.sun.org.apache.xpath.internal.compiler to
  65         java.xml.crypto;
  66     exports com.sun.org.apache.xpath.internal.functions to
  67         java.xml.crypto;
  68     exports com.sun.org.apache.xpath.internal.objects to
  69         java.xml.crypto;
  70     exports com.sun.org.apache.xpath.internal.res to
  71         java.xml.crypto;
  72     // reflection access from com.sun.xml.internal.ws.api.streaming.XMLStreamWriterFactory
  73     exports com.sun.xml.internal.stream.writers to java.xml.ws;
  74     uses javax.xml.datatype.DatatypeFactory;
  75     uses javax.xml.parsers.DocumentBuilderFactory;
  76     uses javax.xml.parsers.SAXParserFactory;
  77     uses javax.xml.stream.XMLEventFactory;
< prev index next >