net.sf.saxon.functions
Class DocAvailable.ErrorDiscarder

java.lang.Object
  extended by net.sf.saxon.functions.DocAvailable.ErrorDiscarder
All Implemented Interfaces:
ErrorListener
Enclosing class:
DocAvailable

public static class DocAvailable.ErrorDiscarder
extends Object
implements ErrorListener


Field Summary
static DocAvailable.ErrorDiscarder THE_INSTANCE
           
 
Constructor Summary
DocAvailable.ErrorDiscarder()
           
 
Method Summary
 void error(TransformerException exception)
           
 void fatalError(TransformerException exception)
           
 void warning(TransformerException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THE_INSTANCE

public static DocAvailable.ErrorDiscarder THE_INSTANCE
Constructor Detail

DocAvailable.ErrorDiscarder

public DocAvailable.ErrorDiscarder()
Method Detail

warning

public void warning(TransformerException exception)
Specified by:
warning in interface ErrorListener

error

public void error(TransformerException exception)
Specified by:
error in interface ErrorListener

fatalError

public void fatalError(TransformerException exception)
Specified by:
fatalError in interface ErrorListener


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.