Uses of Class
psidev.psi.mi.jami.xml.XmlEntryContext
-
Packages that use XmlEntryContext Package Description psidev.psi.mi.jami.xml psidev.psi.mi.jami.xml.io.parser -
-
Uses of XmlEntryContext in psidev.psi.mi.jami.xml
Methods in psidev.psi.mi.jami.xml that return XmlEntryContext Modifier and Type Method Description static XmlEntryContextXmlEntryContext. getInstance()Getter for the fieldinstance. -
Uses of XmlEntryContext in psidev.psi.mi.jami.xml.io.parser
Methods in psidev.psi.mi.jami.xml.io.parser with parameters of type XmlEntryContext Modifier and Type Method Description protected booleanAbstractPsiXmlParser. containsUnresolvedReferences(XmlEntryContext entryContext)containsUnresolvedReferences.protected voidAbstractPsiXmlParser. loadEntry(XmlEntryContext entryContext, T currentInteraction)Some interactions contains references and we want to load the remaining interactions until the end of the entryprotected voidAbstractPsiXmlParser. parseAttributeList(XmlEntryContext entryContext)parseAttributeList.protected voidAbstractPsiXmlParser. parseAvailabilityList(XmlEntryContext entryContext)parseAvailabilityList.protected voidLightXmlParser. parseAvailabilityList(XmlEntryContext entryContext)parseAvailabilityList.protected voidXmlComplexParser. parseAvailabilityList(XmlEntryContext entryContext)parseAvailabilityList.protected voidXmlModelledParser. parseAvailabilityList(XmlEntryContext entryContext)parseAvailabilityList.protected TAbstractPsiXmlParser. parseInteractionList(XmlEntryContext entryContext, T loadedInteraction)parseInteractionList.protected TAbstractPsiXmlParser. parseInteractionTag(XmlEntryContext entryContext)The unmarshaller must be able to return the expected interaction typeprotected voidAbstractPsiXmlParser. parseSource(XmlEntryContext entryContext)parseSource.protected voidAbstractPsiXmlParser. processAvailabilityList(XmlEntryContext entryContext)processAvailabilityList.protected TAbstractPsiXmlParser. processEntry(XmlEntryContext entryContext)Creates a new Entry, parses the entry and return the next available interactionprotected TAbstractPsiXmlParser. processEntryAndLoadNextInteraction(XmlEntryContext entryContext, Location startEntry)Process an entry that is opened (source, experimentList, etc) and read the first interaction
-