com.plumtree.openfoundation.xml.dom
Class XPParserErrorHandler

java.lang.Object
  extended by com.plumtree.openfoundation.xml.dom.XPParserErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class XPParserErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler

Error handler for com.plumtree.openfoundation.xml.dom package.

Author:
djc

Constructor Summary
XPParserErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException exception)
           
 void fatalError(org.xml.sax.SAXParseException exception)
           
 void warning(org.xml.sax.SAXParseException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPParserErrorHandler

public XPParserErrorHandler()
Method Detail

warning

public void warning(org.xml.sax.SAXParseException exception)
Specified by:
warning in interface org.xml.sax.ErrorHandler
See Also:
ErrorHandler.warning(org.xml.sax.SAXParseException)

error

public void error(org.xml.sax.SAXParseException exception)
Specified by:
error in interface org.xml.sax.ErrorHandler
See Also:
ErrorHandler.error(org.xml.sax.SAXParseException)

fatalError

public void fatalError(org.xml.sax.SAXParseException exception)
Specified by:
fatalError in interface org.xml.sax.ErrorHandler
See Also:
ErrorHandler.fatalError(org.xml.sax.SAXParseException)


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.