Class LofXmlDocument
java.lang.Object
loci.formats.in.LeicaMicrosystemsMetadata.LMSXmlDocument
loci.formats.in.LeicaMicrosystemsMetadata.LMSImageXmlDocument
loci.formats.in.LeicaMicrosystemsMetadata.LofXmlDocument
This class loads and represents a Leica Microsystems XML document that has been extracted from a LOF file
- Author:
- Constanze Wendlandt constanze.wendlandt at leica-microsystems.com
-
Nested Class Summary
Nested classes/interfaces inherited from class loci.formats.in.LeicaMicrosystemsMetadata.LMSXmlDocument
LMSXmlDocument.InitFrom -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the image (it might be contained in the XML or otherwise e.g.Returns the image node of the xml document which contains image metadataMethods inherited from class loci.formats.in.LeicaMicrosystemsMetadata.LMSXmlDocument
fileExists, getAttr, GetChildWithName, getDoc, getFilepath, getParentFiles, nodeToString, parseFilePath, toString, xPath, xPath
-
Field Details
-
name
-
-
Constructor Details
-
LofXmlDocument
-
-
Method Details
-
getImageNode
Description copied from class:LMSImageXmlDocumentReturns the image node of the xml document which contains image metadata- Specified by:
getImageNodein classLMSImageXmlDocument
-
getImageName
Description copied from class:LMSImageXmlDocumentReturns the name of the image (it might be contained in the XML or otherwise e.g. in the file name)- Specified by:
getImageNamein classLMSImageXmlDocument
-