ConsoleErrorHandler

class Object
trait Matchable
class Any

Value members

Concrete methods

override def error(ex: SAXParseException): Unit
Definition Classes
override def fatalError(ex: SAXParseException): Unit
Definition Classes
protected def printError(errtype: String, ex: SAXParseException): Unit
override def warning(ex: SAXParseException): Unit
Definition Classes

Inherited methods

@throws(org.xml.sax.SAXException)
def attributeDecl(x$0: String, x$1: String, x$2: String, x$3: String, x$4: String): Unit
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
def characters(x$0: Array[Char], x$1: Int, x$2: Int): Unit
Inherited from:
DefaultHandler
@throws(org.xml.sax.SAXException)
def comment(x$0: Array[Char], x$1: Int, x$2: Int): Unit
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
def elementDecl(x$0: String, x$1: String): Unit
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
def endCDATA(): Unit
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
def endDTD(): Unit
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler
@throws(org.xml.sax.SAXException)
def endElement(x$0: String, x$1: String, x$2: String): Unit
Inherited from:
DefaultHandler
@throws(org.xml.sax.SAXException)
def endEntity(x$0: String): Unit
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler
@throws(org.xml.sax.SAXException)
def externalEntityDecl(x$0: String, x$1: String, x$2: String): Unit
Inherited from:
DefaultHandler2
@throws(java.io.IOException) @throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
def ignorableWhitespace(x$0: Array[Char], x$1: Int, x$2: Int): Unit
Inherited from:
DefaultHandler
@throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
def notationDecl(x$0: String, x$1: String, x$2: String): Unit
Inherited from:
DefaultHandler
@throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler
@throws(java.io.IOException) @throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler2
@throws(java.io.IOException) @throws(org.xml.sax.SAXException)
def resolveEntity(x$0: String, x$1: String, x$2: String, x$3: String): InputSource
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler
@throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
def startDTD(x$0: String, x$1: String, x$2: String): Unit
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler
@throws(org.xml.sax.SAXException)
def startElement(x$0: String, x$1: String, x$2: String, x$3: Attributes): Unit
Inherited from:
DefaultHandler
@throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler2
@throws(org.xml.sax.SAXException)
Inherited from:
DefaultHandler
@throws(org.xml.sax.SAXException)
def unparsedEntityDecl(x$0: String, x$1: String, x$2: String, x$3: String): Unit
Inherited from:
DefaultHandler