| Package | Description |
|---|---|
| uk.ac.ebi.ddi.xml.validator.parser |
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
OmicsXMLFile.getAllEntries() |
Entry |
OmicsXMLFile.getEntryById(String id)
This function return the information of an element using the the id in the XML, for example PXD00001
|
Entry |
OmicsXMLFile.getEntryByIndex(Integer index)
THis function return an entry using the index element in the file for example first element (index = 0),
second element (index = 1)
|
static boolean |
OmicsXMLFile.hasFileHeader(File file) |
| Constructor and Description |
|---|
OmicsXMLFile(File file) |
Copyright © 2019. All Rights Reserved.