From 07b78716af6a9d7c9fd1e94d9baf94a52c873947 Mon Sep 17 00:00:00 2001 From: Andrew Haley Date: Fri, 30 Sep 2016 16:24:48 +0000 Subject: Makefile.def: Remove libjava. 2016-09-30 Andrew Haley * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662 --- libjava/classpath/javax/xml/parsers/package.html | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 libjava/classpath/javax/xml/parsers/package.html (limited to 'libjava/classpath/javax/xml/parsers/package.html') diff --git a/libjava/classpath/javax/xml/parsers/package.html b/libjava/classpath/javax/xml/parsers/package.html deleted file mode 100644 index 71739b9..0000000 --- a/libjava/classpath/javax/xml/parsers/package.html +++ /dev/null @@ -1,16 +0,0 @@ -javax.xml.parsers - -

Bootstrapping APIs for JAXP parsers. -This is the first portable API defined for bootstrapping DOM. - -

JAXP parsers bootstrap in two stages. -First is getting a factory, and configuring it. -Second is asking that factory for a parser. - -

The SAX bootstrapping support corresponds to functionality -found in the org.xml.sax.helpers package, except -that it uses the JAXP two stage bootstrap paradigm and -that the parser that's bootstrapped is normally wrapping -a SAX parser rather than exposing it for direct use. - - -- cgit v1.1