ConsoleErrorHandler

trait ConsoleErrorHandler extends DefaultHandler
class DefaultHandler
trait ErrorHandler
trait ContentHandler
trait DTDHandler
trait EntityResolver
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

@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 endDocument(): Unit
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 endPrefixMapping(`x$0`: String): Unit
Inherited from
DefaultHandler
@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)
def notationDecl(`x$0`: String, `x$1`: String, `x$2`: String): Unit
Inherited from
DefaultHandler
@throws(org.xml.sax.SAXException)
def processingInstruction(`x$0`: String, `x$1`: String): Unit
Inherited from
DefaultHandler
@throws(org.xml.sax.SAXException) @throws(java.io.IOException)
def resolveEntity(`x$0`: String, `x$1`: String): InputSource
Inherited from
DefaultHandler
def setDocumentLocator(`x$0`: Locator): Unit
Inherited from
DefaultHandler
@throws(org.xml.sax.SAXException)
def skippedEntity(`x$0`: String): Unit
Inherited from
DefaultHandler
@throws(org.xml.sax.SAXException)
def startDocument(): Unit
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)
def startPrefixMapping(`x$0`: String, `x$1`: String): Unit
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