Class LMSCollectionXmlDocument
java.lang.Object
loci.formats.in.LeicaMicrosystemsMetadata.LMSXmlDocument
loci.formats.in.LeicaMicrosystemsMetadata.LMSCollectionXmlDocument
- Direct Known Subclasses:
XlcfDocument,XlefDocument
This class represents an LMS xml file that references other LMS xml files
such as xlcfs and xlifs.
- 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 TypeMethodDescriptiongetChildrenFiles(boolean pixels) Returns filepaths of all files which are referenced by this document.getXlifs()Returns all XlifDocuments referenced by this and by all referenced XlcfDocumentsprotected voidAdds all referenced xlcfs and valid xlifs as childrenMethods inherited from class loci.formats.in.LeicaMicrosystemsMetadata.LMSXmlDocument
fileExists, getAttr, GetChildWithName, getDoc, getFilepath, getParentFiles, nodeToString, parseFilePath, toString, xPath, xPath
-
Field Details
-
children
-
-
Constructor Details
-
LMSCollectionXmlDocument
-
-
Method Details
-
getXlifs
Returns all XlifDocuments referenced by this and by all referenced XlcfDocuments- Returns:
- list of xlifs as XlifDocuments
-
getChildrenFiles
Returns filepaths of all files which are referenced by this document.- Parameters:
pixels- if true, image files in which pixels are stored are included- Returns:
-
initChildren
protected void initChildren()Adds all referenced xlcfs and valid xlifs as children
-