Class PsiXmlDataSourceOptions


  • public class PsiXmlDataSourceOptions
    extends MIFileDataSourceOptions
    Class that lists all possible options for PsiXml DataSource. The options listed in MIDataSourceOptions and MIDatasourceOptions are also valid for a PsiXml DataSource
    Since:
    05/12/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Field Detail

      • ELEMENT_WITH_ID_CACHE_OPTION

        public static final String ELEMENT_WITH_ID_CACHE_OPTION
        The object instance implementing the PsiXmlIdCache interface. This object will be used to index XML elements having ids and to resolve references to this objects. If this option is not provided, it will use a InMemoryPsiXmlCache by default (will cache the objects in memory and so cannot be efficient with very large files).
        See Also:
        Constant Field Values
    • Constructor Detail

      • PsiXmlDataSourceOptions

        public PsiXmlDataSourceOptions()