mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8237187: Obsolete references to java.sun.com
Reviewed-by: lancea, naoto
This commit is contained in:
parent
16f8c294b5
commit
cd8be04b8a
1 changed files with 8 additions and 8 deletions
|
@ -40,14 +40,14 @@ import jdk.internal.org.xml.sax.helpers.DefaultHandler;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* XML non-validating push parser.
|
* XML non-validating push parser.
|
||||||
*
|
* <p>
|
||||||
* This non-validating parser conforms to <a href="http://www.w3.org/TR/REC-xml"
|
* This non-validating parser conforms to <a href="http://www.w3.org/TR/REC-xml">
|
||||||
* >Extensible Markup Language (XML) 1.0</a> and <a
|
* Extensible Markup Language (XML) 1.0</a> and
|
||||||
* href="http://www.w3.org/TR/REC-xml-names" >"Namespaces in XML"</a>
|
* <a href="http://www.w3.org/TR/REC-xml-names" >Namespaces in XML</a>
|
||||||
* specifications. The API supported by the parser are <a
|
* specifications. The API supported by the parser are
|
||||||
* href="http://java.sun.com/aboutJava/communityprocess/final/jsr030/index.html">CLDC
|
* <a href="https://www.oracle.com/technetwork/java/cldc-141990.html">CLDC</a> and
|
||||||
* 1.0</a> and <a href="http://www.jcp.org/en/jsr/detail?id=280">JSR-280</a>, a
|
* <a href="http://www.jcp.org/en/jsr/detail?id=280">JSR-280</a>, a JavaME subset of
|
||||||
* JavaME subset of <a href="http://java.sun.com/xml/jaxp/index.html">JAXP</a>
|
* <a href="https://www.oracle.com/technetwork/java/intro-140052.html">JAXP</a>
|
||||||
* and <a href="http://www.saxproject.org/">SAX2</a>.
|
* and <a href="http://www.saxproject.org/">SAX2</a>.
|
||||||
*
|
*
|
||||||
* @see org.xml.sax.XMLReader
|
* @see org.xml.sax.XMLReader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue