com.oxygenxml.validate.isoschematron
Class SchemaReaderImpl.ErrorFilter

java.lang.Object
  extended by com.thaiopensource.xml.sax.DelegatingContentHandler
      extended by com.oxygenxml.validate.isoschematron.SchemaReaderImpl.ErrorFilter
All Implemented Interfaces:
ContentHandler
Enclosing class:
SchemaReaderImpl

static class SchemaReaderImpl.ErrorFilter
extends DelegatingContentHandler


Field Summary
private  ErrorHandler eh
           
private  Localizer localizer
           
private  Locator locator
           
 
Constructor Summary
SchemaReaderImpl.ErrorFilter(ContentHandler delegate, ErrorHandler eh, Localizer localizer)
           
 
Method Summary
 void setDocumentLocator(Locator locator)
           
 void startElement(String namespaceURI, String localName, String qName, Attributes atts)
           
 
Methods inherited from class com.thaiopensource.xml.sax.DelegatingContentHandler
characters, endDocument, endElement, endPrefixMapping, getDelegate, ignorableWhitespace, processingInstruction, setDelegate, skippedEntity, startDocument, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eh

private final ErrorHandler eh

localizer

private final Localizer localizer

locator

private Locator locator
Constructor Detail

SchemaReaderImpl.ErrorFilter

SchemaReaderImpl.ErrorFilter(ContentHandler delegate,
                             ErrorHandler eh,
                             Localizer localizer)
Method Detail

setDocumentLocator

public void setDocumentLocator(Locator locator)
Specified by:
setDocumentLocator in interface ContentHandler
Overrides:
setDocumentLocator in class DelegatingContentHandler

startElement

public void startElement(String namespaceURI,
                         String localName,
                         String qName,
                         Attributes atts)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DelegatingContentHandler
Throws:
SAXException