GrammarScope  4.0.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
grammarscope.io.xml.ParseErrorHandler Class Reference
Inheritance diagram for grammarscope.io.xml.ParseErrorHandler:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.io.xml.ParseErrorHandler:
Collaboration graph
[legend]

Public Member Functions

void error (final SAXParseException e) throws SAXParseException
 
void warning (final SAXParseException e) throws SAXParseException
 
void fatalError (final SAXParseException e) throws SAXParseException
 

Protected Member Functions

 ParseErrorHandler ()
 

Protected Attributes

int warnings
 
final int errors
 
int fatalErrors
 

Detailed Description

Parse error handler

Author
Bernard Bou

Constructor & Destructor Documentation

◆ ParseErrorHandler()

grammarscope.io.xml.ParseErrorHandler.ParseErrorHandler ( )
protected

Constructor

Member Function Documentation

◆ error()

void grammarscope.io.xml.ParseErrorHandler.error ( final SAXParseException  e) throws SAXParseException

◆ fatalError()

void grammarscope.io.xml.ParseErrorHandler.fatalError ( final SAXParseException  e) throws SAXParseException

◆ warning()

void grammarscope.io.xml.ParseErrorHandler.warning ( final SAXParseException  e) throws SAXParseException

Member Data Documentation

◆ errors

final int grammarscope.io.xml.ParseErrorHandler.errors
protected

Error count

◆ fatalErrors

int grammarscope.io.xml.ParseErrorHandler.fatalErrors
protected

Fatal error count

◆ warnings

int grammarscope.io.xml.ParseErrorHandler.warnings
protected

Warning count


The documentation for this class was generated from the following file: