com.japisoft.xmlpad.tree.parser
Class ParsingErrorListener

java.lang.Object
  extended bycom.japisoft.xmlpad.tree.parser.ParsingErrorListener

public class ParsingErrorListener
extends java.lang.Object

Error producer while parsing

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 void dispose()
           
 void parsingError(java.lang.String message, int offset, int line, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

dispose

public void dispose()

parsingError

public void parsingError(java.lang.String message,
                         int offset,
                         int line,
                         int column)


Copyright © 2006 JAPISoft. All Rights Reserved.