API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.validation. ValidatorHandler View Source
Author(s)
Kohsuke Kawaguchi
Since
1.5
Version
$Revision: 1.5 $, $Date: 2005/11/03 19:34:24 $
Serial
Hierarchy
 Object
      ValidatorHandler
Implements
 ContentHandler
Subclasses
Description
publicabstract abstract class ValidatorHandler
  Streaming validator that works on SAX stream.
See also:   
Constructors
protected ValidatorHandler ()
  Constructor for derived classes.
Methods
Hide/Show inherited methods
publicabstract ContentHandler getContentHandler ()
  Gets the ContentHandler which receives the augmented validation result.
publicabstract ErrorHandler getErrorHandler ()
  Gets the current ErrorHandler set to this ValidatorHandler.
public boolean getFeature (String name) throws SAXNotRecognizedException SAXNotSupportedException
  Look up the value of a feature flag.
public Object getProperty (String name) throws SAXNotRecognizedException SAXNotSupportedException
  Look up the value of a property.
publicabstract LSResourceResolver getResourceResolver ()
  Gets the current LSResourceResolver set to this ValidatorHandler.
publicabstract TypeInfoProvider getTypeInfoProvider ()
  Obtains the TypeInfoProvider implementation of this ValidatorHandler.
publicabstract void setContentHandler (ContentHandler receiver)
  Sets the ContentHandler which receives the augmented validation result.
publicabstract void setErrorHandler (ErrorHandler errorHandler)
  Sets the ErrorHandler to receive errors encountered during the validation.
public void setFeature (String name, boolean value) throws SAXNotRecognizedException SAXNotSupportedException
  Set a feature for this ValidatorHandler.
public void setProperty (String name, Object object) throws SAXNotRecognizedException SAXNotSupportedException
  Set the value of a property.
publicabstract void setResourceResolver (LSResourceResolver resourceResolver)
  Sets the LSResourceResolver to customize resource resolution while in a validation episode.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar