aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/xml/parsers/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/xml/parsers/package.html')
-rw-r--r--libjava/javax/xml/parsers/package.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/libjava/javax/xml/parsers/package.html b/libjava/javax/xml/parsers/package.html
new file mode 100644
index 00000000000..71739b92c00
--- /dev/null
+++ b/libjava/javax/xml/parsers/package.html
@@ -0,0 +1,16 @@
+<html><head>javax.xml.parsers</head><body>
+
+<p>Bootstrapping APIs for JAXP parsers.
+This is the first portable API defined for bootstrapping DOM.
+
+<p>JAXP parsers bootstrap in two stages.
+First is getting a factory, and configuring it.
+Second is asking that factory for a parser.
+
+<p>The SAX bootstrapping support corresponds to functionality
+found in the <em>org.xml.sax.helpers</em> 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.
+
+</body></html>