org.oclc.da.gdfr.registryprototype.validation
Class SAXValidator

java.lang.Object
  extended by org.oclc.da.gdfr.registryprototype.validation.SAXValidator
All Implemented Interfaces:
org.xml.sax.ErrorHandler

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


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

Constructor Detail

SAXValidator

public SAXValidator()
Method Detail

isValid

public boolean isValid()

reset

public void reset()

error

public void error(org.xml.sax.SAXParseException e)
           throws org.xml.sax.SAXException
Specified by:
error in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

fatalError

public void fatalError(org.xml.sax.SAXParseException e)
                throws org.xml.sax.SAXException
Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

warning

public void warning(org.xml.sax.SAXParseException e)
             throws org.xml.sax.SAXException
Specified by:
warning in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException


Copyright © 2008 OCLC Online Computer Library Center, Inc.. All Rights Reserved.