We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b028a11 commit 0029cbdCopy full SHA for 0029cbd
src/library/scala/xml/include/sax/Main.scala
@@ -10,11 +10,11 @@
10
package scala.xml
11
package include.sax
12
13
-import scala.xml.include._
14
import scala.util.control.Exception.{ catching, ignoring }
15
import org.xml.sax.XMLReader
16
import org.xml.sax.helpers.XMLReaderFactory
17
+@deprecated("Code example will be moved to documentation.", "2.10.0")
18
object Main {
19
private val namespacePrefixes = "http://xml.org/sax/features/namespace-prefixes"
20
private val lexicalHandler = "http://xml.org/sax/properties/lexical-handler"
0 commit comments