Package loci.formats.in
Class InCellReader.InCellHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
loci.common.xml.BaseHandler
loci.formats.in.InCellReader.InCellHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
- Enclosing class:
InCellReader
class InCellReader.InCellHandler
extends loci.common.xml.BaseHandler
SAX handler for parsing XML.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate intprivate intprivate Stringprivate intprivate Doubleprivate intprivate booleanprivate MetadataStoreprivate Doubleprivate ome.units.quantity.Length -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcharacters(char[] ch, int start, int length) voidendElement(String uri, String localName, String qName) voidstartElement(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
endDocument, 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
-
currentQName
-
openImage
private boolean openImage -
store
-
nextPlate
private int nextPlate -
currentRow
private int currentRow -
currentCol
private int currentCol -
currentField
private int currentField -
currentImage
private int currentImage -
currentPlane
private int currentPlane -
timestamp
-
exposure
-
zPosition
private ome.units.quantity.Length zPosition
-
-
Constructor Details
-
InCellHandler
-
-
Method Details
-
characters
public void characters(char[] ch, int start, int length) - Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler
-
startElement
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler
-