summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2003-11-27 16:34:14 +0000
committerburaq <buraq@epfl.ch>2003-11-27 16:34:14 +0000
commit5fd5896c144302ad6e423826f155834ed190de9f (patch)
treea84067fd00baa7685006dc40441e5934ef49cad8 /sources
parentcb6381bedc4380d7938648e094bbecc5fc582beb (diff)
downloadscala-5fd5896c144302ad6e423826f155834ed190de9f.tar.gz
scala-5fd5896c144302ad6e423826f155834ed190de9f.tar.bz2
scala-5fd5896c144302ad6e423826f155834ed190de9f.zip
comments, cleanup
Diffstat (limited to 'sources')
-rw-r--r--sources/scala/xml/BindingFactoryAdapter.scala10
1 files changed, 3 insertions, 7 deletions
diff --git a/sources/scala/xml/BindingFactoryAdapter.scala b/sources/scala/xml/BindingFactoryAdapter.scala
index ea3a1ca19a..6459f00968 100644
--- a/sources/scala/xml/BindingFactoryAdapter.scala
+++ b/sources/scala/xml/BindingFactoryAdapter.scala
@@ -2,14 +2,10 @@ package scala.xml ;
import scala.collection.Map ;
import scala.collection.mutable.HashMap ;
-//import scala.xml.javaAdapter.Map ;
-//import scala.xml.javaAdapter.HashMap ;
-/** a Scala specific dtd2scala.FactoryAdapter, which plays the SAX content
-* handler for the SAX parser. It implements the three callback methods
-* elementContainsText, createNode and createPCDATA. DTDs imported with
-* the dtd2scala tool all use this class as interface to the SAX XML parser,
-* by giving concrete values for the factory maps f and g.
+/** a FactoryAdapter that creates instances of classes that bind XML types.
+** DTDs imported with the dtd2scala tool all use this class as interface
+** to the SAX XML parser, by giving concrete values for the factory maps f and g.
*/
abstract class BindingFactoryAdapter extends FactoryAdapter() {