public class LMSCollectionXmlDocument extends LMSXmlDocument
LMSXmlDocument.InitFrom
Modifier and Type | Field and Description |
---|---|
private java.util.List<LMSXmlDocument> |
children |
Constructor and Description |
---|
LMSCollectionXmlDocument(java.lang.String filepath,
LMSCollectionXmlDocument parent) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getChildrenFiles(boolean pixels)
Returns filepaths of all files which are referenced by this document.
|
java.util.List<XlifDocument> |
getXlifs()
Returns all XlifDocuments referenced by this and by all referenced
XlcfDocuments
|
protected void |
initChildren()
Adds all referenced xlcfs and valid xlifs as children
|
fileExists, getAttr, GetChildWithName, getDoc, getFilepath, getParentFiles, nodeToString, parseFilePath, toString, xPath, xPath
private java.util.List<LMSXmlDocument> children
public LMSCollectionXmlDocument(java.lang.String filepath, LMSCollectionXmlDocument parent)
public java.util.List<XlifDocument> getXlifs()
public java.util.List<java.lang.String> getChildrenFiles(boolean pixels)
pixels
- if true, image files in which pixels are stored are includedprotected void initChildren()
Copyright © 2022 Open Microscopy Environment