org.fcrepo.server.utilities
Class TableSpecDeserializer
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.fcrepo.server.utilities.TableSpecDeserializer
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class TableSpecDeserializer
- extends DefaultHandler
- Author:
- Chris Wilper
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableSpecDeserializer
protected TableSpecDeserializer()
getTableSpecs
public List<TableSpec> getTableSpecs()
assertTableSpecsConsistent
public void assertTableSpecsConsistent()
throws InconsistentTableSpecException
- Throws:
InconsistentTableSpecException
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes a)
throws SAXException
- Specified by:
startElement in interface ContentHandler- Overrides:
startElement in class DefaultHandler
- Throws:
SAXException
endElement
public void endElement(String uri,
String localName,
String qName)
- Specified by:
endElement in interface ContentHandler- Overrides:
endElement in class DefaultHandler
Copyright © 2011 DuraSpace. All Rights Reserved.