Package loci.formats.in
Class CV7000Reader.WPIHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
loci.common.xml.BaseHandler
loci.formats.in.CV7000Reader.WPIHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Enclosing class:
CV7000Reader
class CV7000Reader.WPIHandler
extends loci.common.xml.BaseHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidstartElement(String uri, String localName, String qName, Attributes attributes) Methods inherited from class loci.common.xml.BaseHandler
resolveEntityMethods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
plateRows
private int plateRows -
plateColumns
private int plateColumns -
name
-
plateID
-
description
-
-
Constructor Details
-
WPIHandler
WPIHandler()
-
-
Method Details
-
getPlateRows
public int getPlateRows() -
getPlateColumns
public int getPlateColumns() -
getPlateName
-
getPlateID
-
getPlateDescription
-
startElement
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler
-