edu.stanford.smi.protege.storage.xml
Class XMLHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
edu.stanford.smi.protege.storage.xml.XMLHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class XMLHandler
- extends DefaultHandler
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLHandler
public XMLHandler(KnowledgeBase kb,
boolean isIncluded,
Collection errors)
error
public void error(SAXParseException exception)
- Specified by:
error
in interface ErrorHandler
- Overrides:
error
in class DefaultHandler
fatalError
public void fatalError(SAXParseException exception)
- Specified by:
fatalError
in interface ErrorHandler
- Overrides:
fatalError
in class DefaultHandler
warning
public void warning(SAXParseException exception)
- Specified by:
warning
in interface ErrorHandler
- Overrides:
warning
in class DefaultHandler
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes atts)
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class DefaultHandler
endElement
public void endElement(String uri,
String localName,
String qName)
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class DefaultHandler
characters
public void characters(char[] ch,
int start,
int length)
- Specified by:
characters
in interface ContentHandler
- Overrides:
characters
in class DefaultHandler
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2007 Stanford University.