com.oxygenxml.validate.isoschematron
Class SchemaReaderImpl.ErrorFilter
java.lang.Object
com.thaiopensource.xml.sax.DelegatingContentHandler
com.oxygenxml.validate.isoschematron.SchemaReaderImpl.ErrorFilter
- All Implemented Interfaces:
- ContentHandler
- Enclosing class:
- SchemaReaderImpl
static class SchemaReaderImpl.ErrorFilter
- extends DelegatingContentHandler
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 |
eh
private final ErrorHandler eh
localizer
private final Localizer localizer
locator
private Locator locator
SchemaReaderImpl.ErrorFilter
SchemaReaderImpl.ErrorFilter(ContentHandler delegate,
ErrorHandler eh,
Localizer localizer)
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