com.thaiopensource.validate.schematron
Class SchemaReaderImpl.LocationFilter
java.lang.Object
com.thaiopensource.xml.sax.DelegatingContentHandler
com.thaiopensource.validate.schematron.SchemaReaderImpl.LocationFilter
- All Implemented Interfaces:
- ContentHandler, Locator
- Enclosing class:
- SchemaReaderImpl
static class SchemaReaderImpl.LocationFilter
- extends DelegatingContentHandler
- implements Locator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
systemId
private final String systemId
lineNumber
private int lineNumber
exception
private SAXException exception
SchemaReaderImpl.LocationFilter
SchemaReaderImpl.LocationFilter(ContentHandler delegate,
String systemId)
getException
SAXException getException()
setDocumentLocator
public void setDocumentLocator(Locator locator)
- Specified by:
setDocumentLocator
in interface ContentHandler
- Overrides:
setDocumentLocator
in class DelegatingContentHandler
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Overrides:
startDocument
in class DelegatingContentHandler
- Throws:
SAXException
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
getPublicId
public String getPublicId()
- Specified by:
getPublicId
in interface Locator
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in interface Locator
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interface Locator
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber
in interface Locator