XMLReporter

package javax.xml.stream;

public interface XMLReporter {

  public void report(String message, String errorType, Object relatedInformation, Location location) 
    throws XMLStreamException;
    
}

Previous | Next | Top | Cafe con Leche

Copyright 2000-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 18, 2004