jaxp/src/java.xml/share/classes/module-info.java
changeset 45541 5e2753308184
parent 44442 f86061d60b22
child 45673 81f5644a0d18
equal deleted inserted replaced
45406:c4bf1e214a16 45541:5e2753308184
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX),
    27  * Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX),
    28  * the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.
    28  * the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.
       
    29  *
       
    30  * @uses javax.xml.datatype.DatatypeFactory
       
    31  * @uses javax.xml.parsers.DocumentBuilderFactory
       
    32  * @uses javax.xml.parsers.SAXParserFactory
       
    33  * @uses javax.xml.stream.XMLEventFactory
       
    34  * @uses javax.xml.stream.XMLInputFactory
       
    35  * @uses javax.xml.stream.XMLOutputFactory
       
    36  * @uses javax.xml.transform.TransformerFactory
       
    37  * @uses javax.xml.validation.SchemaFactory
       
    38  * @uses javax.xml.xpath.XPathFactory
       
    39  * @uses org.xml.sax.XMLReader
    29  *
    40  *
    30  * @moduleGraph
    41  * @moduleGraph
    31  * @since 9
    42  * @since 9
    32  */
    43  */
    33 module java.xml {
    44 module java.xml {