Uses of Class
psidev.psi.mi.jami.exception.MIIOException
- 
- 
Uses of MIIOException in psidev.psi.mi.jami.crosslink.extension.datasource
Methods in psidev.psi.mi.jami.crosslink.extension.datasource that throw MIIOException Modifier and Type Method Description voidAbstractCsvSource. close()close.voidAbstractCsvStreamSource. close()close.voidCsvMixedEvidenceSource. close()close.voidCsvNaryEvidenceSource. close()close.Collection<T>AbstractCsvSource. getInteractions()Getter for the fieldinteractions.Collection<InteractionEvidence>CsvMixedEvidenceSource. getInteractions()getInteractions.Collection<InteractionEvidence>CsvNaryEvidenceSource. getInteractions()getInteractions.Iterator<InteractionEvidence>CsvMixedEvidenceSource. getInteractionsIterator()getInteractionsIterator.Iterator<InteractionEvidence>CsvNaryEvidenceSource. getInteractionsIterator()getInteractionsIterator.protected voidAbstractCsvSource. reInit()reInit.protected voidAbstractCsvStreamSource. reInit()reInit.voidAbstractCsvSource. reset()reset.voidAbstractCsvStreamSource. reset()reset.voidCsvMixedEvidenceSource. reset()reset.voidCsvNaryEvidenceSource. reset()reset.booleanCsvMixedEvidenceSource. validateSyntax()validateSyntax.booleanCsvMixedEvidenceSource. validateSyntax(MIFileParserListener listener)Validate the syntax of this MIFileDataSource and uses the provided MIFileParserListener to listen to the events.booleanCsvNaryEvidenceSource. validateSyntax()validateSyntax.booleanCsvNaryEvidenceSource. validateSyntax(MIFileParserListener listener)Validate the syntax of this MIFileDataSource and uses the provided MIFileParserListener to listen to the events. - 
Uses of MIIOException in psidev.psi.mi.jami.crosslink.io.iterator
Methods in psidev.psi.mi.jami.crosslink.io.iterator that throw MIIOException Modifier and Type Method Description TCsvInteractionEvidenceIterator. next()next.Constructors in psidev.psi.mi.jami.crosslink.io.iterator that throw MIIOException Constructor Description CsvInteractionEvidenceIterator(com.googlecode.jcsv.reader.CSVReader<T> lineParser)Constructor for CsvInteractionEvidenceIterator.CsvInteractionEvidenceIterator(com.googlecode.jcsv.reader.CSVReader<T> lineParser, CsvParserListener listener)Constructor for CsvInteractionEvidenceIterator. - 
Uses of MIIOException in psidev.psi.mi.jami.datasource
Methods in psidev.psi.mi.jami.datasource that throw MIIOException Modifier and Type Method Description voidInteractionWriter. close()Closes the InteractionWriter.voidMIDataSource. close()This method close the file data source and all opened streams and readersvoidInteractionWriter. end()Method to call when we reach the endvoidInteractionWriter. flush()Flushes the writer (commit or write on disk)Iterator<CvTerm>CvTermStream. getCvTermsIterator()The CV terms iterator for this datasource.Iterator<Experiment>ExperimentStream. getExperimentsIterator()The experiments iterator for this datasource.Collection<T>InteractionSource. getInteractions()The collection of Interactions for this datasourceIterator<T>InteractionStream. getInteractionsIterator()The iterator of Interactions for this datasourceIterator<T>InteractorStream. getInteractorsIterator()The interactors iterator for this datasource.Iterator<Organism>OrganismStream. getOrganismsIterator()The organisms iterator for this datasource.Iterator<Publication>PublicationStream. getPublicationsIterator()The publications iterator for this datasource.voidInteractionWriter. reset()This method will reset the writer from all loaded options.voidMIDataSource. reset()This method will reset the data sources from all loaded options.voidInteractionWriter. start()Method to call before starting to write but after initialising the contextbooleanMIFileDataSource. validateSyntax()Validate the syntax of this MIFileDataSource.booleanMIFileDataSource. validateSyntax(MIFileParserListener listener)Validate the syntax of this MIFileDataSource and uses the provided MIFileParserListener to listen to the events.voidInteractionWriter. write(Collection<? extends T> interactions)Writes a collection of Interaction objectsvoidInteractionWriter. write(Iterator<? extends T> interactions)Writes Interaction objects using iteratorvoidInteractionWriter. write(T interaction)Writes an interaction - 
Uses of MIIOException in psidev.psi.mi.jami.html
Methods in psidev.psi.mi.jami.html that throw MIIOException Modifier and Type Method Description voidAbstractMIHtmlWriter. close()closevoidMIHtmlWriter. close()closevoidAbstractMIHtmlWriter. end()endvoidAbstractMIHtmlWriter. flush()flushvoidAbstractMIHtmlWriter. reset()resetvoidMIHtmlWriter. reset()resetvoidAbstractMIHtmlWriter. start()startvoidAbstractMIHtmlWriter. write(Collection<? extends T> interactions)writevoidAbstractMIHtmlWriter. write(Iterator<? extends T> interactions)Writes Interaction objects using iteratorvoidAbstractMIHtmlWriter. write(T interaction)writevoidMIHtmlWriter. write(Collection<? extends Interaction> interactions)writevoidMIHtmlWriter. write(Iterator<? extends Interaction> interactions)Writes Interaction objects using iteratorvoidMIHtmlWriter. write(Interaction interaction)write - 
Uses of MIIOException in psidev.psi.mi.jami.json.binary
Methods in psidev.psi.mi.jami.json.binary that throw MIIOException Modifier and Type Method Description voidAbstractMIJsonBinaryWriter. close()close.voidAbstractMIJsonWriter. close()close.voidMIJsonBinaryWriter. close()close.voidAbstractMIJsonWriter. end()end.voidAbstractMIJsonBinaryWriter. flush()flush.voidAbstractMIJsonWriter. flush()flush.voidMIJsonBinaryWriter. flush()flush.voidAbstractMIJsonBinaryWriter. reset()reset.voidAbstractMIJsonWriter. reset()reset.voidMIJsonBinaryWriter. reset()reset.voidAbstractMIJsonWriter. start()start.voidAbstractMIJsonWriter. write(I interaction)write.voidAbstractMIJsonWriter. write(Collection<? extends I> interactions)write.voidAbstractMIJsonWriter. write(Iterator<? extends I> interactions)Writes Interaction objects using iteratorvoidMIJsonBinaryWriter. write(BinaryInteraction interaction)write. - 
Uses of MIIOException in psidev.psi.mi.jami.json.nary
Methods in psidev.psi.mi.jami.json.nary that throw MIIOException Modifier and Type Method Description voidAbstractMIJsonWriter. close()close.voidMIJsonEvidenceWriter. close()close.voidMIJsonWriter. close()close.voidAbstractMIJsonWriter. end()end.voidAbstractMIJsonWriter. flush()flush.voidMIJsonEvidenceWriter. flush()flush.voidMIJsonWriter. flush()flush.voidAbstractMIJsonWriter. reset()reset.voidMIJsonEvidenceWriter. reset()reset.voidMIJsonWriter. reset()reset.voidAbstractMIJsonWriter. start()start.voidAbstractMIJsonWriter. write(I interaction)write.voidAbstractMIJsonWriter. write(Collection<? extends I> interactions)write.voidAbstractMIJsonWriter. write(Iterator<? extends I> interactions)Writes Interaction objects using iteratorvoidMIJsonWriter. write(Interaction interaction)write. - 
Uses of MIIOException in psidev.psi.mi.jami.tab.extension.datasource
Methods in psidev.psi.mi.jami.tab.extension.datasource that throw MIIOException Modifier and Type Method Description voidAbstractMitabSource. close()close.voidAbstractMitabStreamSource. close()close.voidDefaultMitabStreamSource. close()close.protected Iterator<BinaryInteraction>LightMitabBinaryStreamSource. createMitabIterator()createMitabIterator.protected Iterator<Interaction>LightMitabStreamSource. createMitabIterator()createMitabIterator.protected Iterator<InteractionEvidence>MitabEvidenceStreamSource. createMitabIterator()createMitabIterator.protected Iterator<ModelledBinaryInteraction>MitabModelledBinaryStreamSource. createMitabIterator()createMitabIterator.protected Iterator<ModelledInteraction>MitabModelledStreamSource. createMitabIterator()createMitabIterator.Collection<T>AbstractMitabSource. getInteractions()getInteractions.Collection<Interaction>DefaultMitabSource. getInteractions()getInteractions.Iterator<T>AbstractMitabSource. getInteractionsIterator()getInteractionsIterator.Iterator<Interaction>DefaultMitabStreamSource. getInteractionsIterator()getInteractionsIterator.protected voidLightMitabBinaryStreamSource. initialiseMitabLineParser(File file)initialiseMitabLineParser.protected voidLightMitabBinaryStreamSource. initialiseMitabLineParser(URL url)initialiseMitabLineParser.protected voidMitabBinaryEvidenceStreamSource. initialiseMitabLineParser(URL url)initialiseMitabLineParser.protected voidAbstractMitabStreamSource. reInit()reInit.voidAbstractMitabSource. reset()reset.voidAbstractMitabStreamSource. reset()reset.voidDefaultMitabStreamSource. reset()reset.booleanAbstractMitabSource. validateSyntax()validateSyntax.booleanAbstractMitabSource. validateSyntax(MIFileParserListener listener)Validate the syntax of this MIFileDataSource and uses the provided MIFileParserListener to listen to the events.booleanDefaultMitabStreamSource. validateSyntax()validateSyntax.booleanDefaultMitabStreamSource. validateSyntax(MIFileParserListener listener)Validate the syntax of this MIFileDataSource and uses the provided MIFileParserListener to listen to the events. - 
Uses of MIIOException in psidev.psi.mi.jami.tab.io.iterator
Methods in psidev.psi.mi.jami.tab.io.iterator that throw MIIOException Modifier and Type Method Description TAbstractMitabIterator. next()next. - 
Uses of MIIOException in psidev.psi.mi.jami.tab.io.writer
Methods in psidev.psi.mi.jami.tab.io.writer that throw MIIOException Modifier and Type Method Description voidAbstractMitab25BinaryWriter. close()close.voidAbstractMitabWriter. close()close.voidDefaultMitabWriter. close()close.voidMitab25BinaryWriter. close()close.voidMitab25Writer. close()close.voidMitab26BinaryWriter. close()close.voidMitab27BinaryWriter. close()close.voidMitab28BinaryWriter. close()close.voidAbstractMitab25BinaryWriter. end()end.voidAbstractMitabWriter. end()end.voidDefaultMitabWriter. end()end.voidAbstractMitab25BinaryWriter. flush()flush.voidAbstractMitabWriter. flush()flush.voidDefaultMitabWriter. flush()flush.voidAbstractMitab25BinaryWriter. reset()reset.voidAbstractMitabWriter. reset()reset.voidDefaultMitabWriter. reset()reset.voidMitab25BinaryWriter. reset()reset.voidMitab25Writer. reset()reset.voidMitab26BinaryWriter. reset()reset.voidMitab27BinaryWriter. reset()reset.voidMitab28BinaryWriter. reset()reset.voidAbstractMitab25BinaryWriter. start()start.voidAbstractMitabWriter. start()start.voidDefaultMitabWriter. start()start.voidMitab25BinaryWriter. start()start.voidMitab25Writer. start()start.voidMitab26BinaryWriter. start()start.voidMitab27BinaryWriter. start()start.voidMitab28BinaryWriter. start()start.voidAbstractMitab25BinaryWriter. write(Collection<? extends T> interactions)Writes a collection of binary interactions.voidAbstractMitab25BinaryWriter. write(Iterator<? extends T> interactions)Writes Interaction objects using iteratorvoidAbstractMitab25BinaryWriter. write(T interaction)Writes a binary interaction.voidAbstractMitabWriter. write(Collection<? extends T> interactions)write.voidAbstractMitabWriter. write(Iterator<? extends T> interactions)Writes Interaction objects using iteratorvoidAbstractMitabWriter. write(T interaction)write.voidDefaultMitabWriter. write(Collection interactions)write.voidDefaultMitabWriter. write(Iterator interactions)Writes Interaction objects using iteratorvoidDefaultMitabWriter. write(Interaction interaction)write.voidMitab25BinaryWriter. write(BinaryInteraction interaction)Writes a binary interaction.voidMitab25Writer. write(Interaction interaction)write.voidMitab26BinaryWriter. write(BinaryInteraction interaction)Writes a binary interaction.voidMitab27BinaryWriter. write(BinaryInteraction interaction)Writes a binary interaction.voidMitab28BinaryWriter. write(BinaryInteraction interaction)Writes a binary interaction. - 
Uses of MIIOException in psidev.psi.mi.jami.tab.io.writer.extended
Methods in psidev.psi.mi.jami.tab.io.writer.extended that throw MIIOException Modifier and Type Method Description voidMitab25Writer. close()close.voidMitab25Writer. reset()reset.voidMitab25Writer. start()start.voidMitab25Writer. write(Interaction interaction)write. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.iterator
Methods in psidev.psi.mi.jami.xml.io.iterator that throw MIIOException Modifier and Type Method Description TAbstractXmlIterator. next()next.Constructors in psidev.psi.mi.jami.xml.io.iterator that throw MIIOException Constructor Description AbstractXmlIterator(PsiXmlParser<T> lineParser)Constructor for AbstractXmlIterator.XmlBinaryInteractionEvidenceIterator(PsiXmlParser<BinaryInteractionEvidence> lineParser)Constructor for XmlBinaryInteractionEvidenceIterator.XmlBinaryInteractionIterator(PsiXmlParser<BinaryInteraction> lineParser)Constructor for XmlBinaryInteractionIterator.XmlComplexIterator(PsiXmlParser<Complex> lineParser)Constructor for XmlComplexIterator.XmlInteractionEvidenceIterator(PsiXmlParser<InteractionEvidence> lineParser)Constructor for XmlInteractionEvidenceIterator.XmlInteractionIterator(PsiXmlParser<Interaction> lineParser)Constructor for XmlInteractionIterator.XmlModelledBinaryInteractionIterator(PsiXmlParser<ModelledBinaryInteraction> lineParser)Constructor for XmlModelledBinaryInteractionIterator.XmlModelledInteractionIterator(PsiXmlParser<ModelledInteraction> lineParser)Constructor for XmlModelledInteractionIterator. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.parser
Methods in psidev.psi.mi.jami.xml.io.parser that throw MIIOException Modifier and Type Method Description voidAbstractFullPsiXmlParser. close()close.voidAbstractPsiXmlParser. close()close.voidFullPsiXmlParser. close()close.voidPsiXmlParser. close()close.voidAbstractFullPsiXmlParser. reInit()reInit.voidAbstractPsixmlBinaryParser. reInit()reInit.voidAbstractPsiXmlParser. reInit()reInit.voidFullPsiXmlParser. reInit()reInit.voidPsiXmlParser. reInit()reInit. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer
Methods in psidev.psi.mi.jami.xml.io.writer that throw MIIOException Modifier and Type Method Description voidAbstractXmlWriter. close()close.voidDefaultXmlWriter. close()close.voidAbstractXmlWriter. end()Method to call when we reach the endvoidDefaultXmlWriter. end()end.voidAbstractXmlWriter. flush()Flushes the writer (commit or write on disk)voidDefaultXmlWriter. flush()flush.voidAbstractXmlWriter. reset()reset.voidDefaultXmlWriter. reset()reset.voidAbstractXmlWriter. start()Method to call before starting to write but after initialising the contextvoidDefaultXmlWriter. start()start.voidAbstractXmlWriter. write(Collection<? extends T> interactions)Writes a collection of Interaction objectsvoidAbstractXmlWriter. write(Iterator<? extends T> interactions)Writes Interaction objects using iteratorvoidAbstractXmlWriter. write(T interaction)Writes an interactionvoidDefaultXmlWriter. write(Collection interactions)write.voidDefaultXmlWriter. write(Iterator interactions)Writes Interaction objects using iteratorvoidDefaultXmlWriter. write(Interaction interaction)write. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.compact
Methods in psidev.psi.mi.jami.xml.io.writer.compact that throw MIIOException Modifier and Type Method Description voidAbstractCompactXmlMixWriter. close()close.voidAbstractCompactXmlWriter. close()close.voidAbstractCompactXmlMixWriter. flush()Flushes the writer (commit or write on disk)voidAbstractCompactXmlMixWriter. reset()reset.voidAbstractCompactXmlWriter. reset()reset.voidAbstractCompactXmlMixWriter. write(I interaction)Writes an interactionvoidAbstractCompactXmlMixWriter. write(Collection<? extends I> interactions)Writes a collection of Interaction objectsvoidAbstractCompactXmlMixWriter. write(Iterator<? extends I> interactions)Writes Interaction objects using iterator - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.elements
Methods in psidev.psi.mi.jami.xml.io.writer.elements that throw MIIOException Modifier and Type Method Description voidPsiXmlCausalRelationshipWriter. write(CausalRelationship object, Participant source)write.voidPsiXmlElementWriter. write(T object)write.voidPsiXmlVariableNameWriter. write(T object, String nodeName)write.CvTermPsiXmlExperimentWriter. writeExperiment(Experiment exp)writeExperiment.voidPsiXmlParticipantWriter. writeParticipant(T participant, CvTerm generalParticipantDetectionMethod)writeParticipant. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.elements.impl
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl that throw MIIOException Modifier and Type Method Description voidAbstractXmlSourceWriter. write(Source object)write.voidXmlAliasWriter. write(Alias object)write.voidXmlAnnotationWriter. write(Annotation object)write.voidXmlAvailabilityWriter. write(String object)write.voidXmlChecksumWriter. write(Checksum object)write.voidXmlConfidenceWriter. write(Confidence object)write.voidXmlCvTermWriter. write(CvTerm object, String name)write.voidXmlDbXrefWriter. write(Xref object, String nodeName)write.voidXmlInferredInteractionWriter. write(Set<Feature> object)write.voidXmlInteractorWriter. write(Interactor object)write. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts that throw MIIOException Modifier and Type Method Description voidAbstractXmlExperimentalInteractorWriter. write(AbstractExperimentalInteractor object)write.voidAbstractXmlExperimentWriter. write(Experiment object)write.voidAbstractXmlFeatureWriter. write(F object)write.voidAbstractXmlInteractionWriter. write(T object)write.voidAbstractXmlOrganismWriter. write(Organism object)write.voidAbstractXmlParameterWriter. write(Parameter object)write.voidAbstractXmlParticipantWriter. write(P object)write.voidAbstractXmlPositionWriter. write(Position object)write.voidAbstractXmlPublicationWriter. write(Publication object)write.voidAbstractXmlRangeWriter. write(Range object)write.CvTermAbstractXmlExperimentWriter. writeExperiment(Experiment object)writeExperiment.voidAbstractXmlParticipantWriter. writeParticipant(P object, CvTerm detectionMethod)writeParticipant. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts.xml30 that throw MIIOException Modifier and Type Method Description voidAbstractXmlCooperativeEffectWriter. write(C object)write.voidAbstractXmlParticipantCandidateWriter. write(P object)write. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended that throw MIIOException Modifier and Type Method Description voidXmlInferredInteractionWriter. write(AbstractInferredInteraction object)write. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml253
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml253 that throw MIIOException Modifier and Type Method Description voidXmlConfidenceWriter. write(Confidence object)write. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml254
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml25.xml254 that throw MIIOException Modifier and Type Method Description voidXmlConfidenceWriter. write(Confidence object)write. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended.xml30 that throw MIIOException Modifier and Type Method Description voidXmlConfidenceWriter. write(Confidence object)write. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml25
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml25 that throw MIIOException Modifier and Type Method Description protected voidXmlPublicationWriter. writeBibrefContent(Publication object)writeBibrefContent. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.xml30 that throw MIIOException Modifier and Type Method Description voidXmlBindingFeaturesWriter. write(Set<Feature> object)write.voidXmlCausalRelationshipWriter. write(CausalRelationship object, Participant source)write.voidXmlCooperativityEvidenceWriter. write(CooperativityEvidence object)write.voidXmlModelledConfidenceWriter. write(Confidence object)write.voidXmlResultingSequenceWriter. write(ResultingSequence object)write.voidXmlStoichiometryWriter. write(Stoichiometry object)write.voidXmlVariableParameterValueSetWriter. write(VariableParameterValueSet object)write.voidXmlVariableParameterValueWriter. write(VariableParameterValue object)write.voidXmlVariableParameterWriter. write(VariableParameter object)write.protected voidXmlPublicationWriter. writeBibrefContent(Publication object)writeBibrefContent. - 
Uses of MIIOException in psidev.psi.mi.jami.xml.io.writer.expanded
Methods in psidev.psi.mi.jami.xml.io.writer.expanded that throw MIIOException Modifier and Type Method Description voidAbstractExpandedXmlMixWriter. close()close.voidAbstractExpandedXmlMixWriter. flush()Flushes the writer (commit or write on disk)voidAbstractExpandedXmlMixWriter. reset()reset.voidAbstractExpandedXmlMixWriter. write(I interaction)Writes an interactionvoidAbstractExpandedXmlMixWriter. write(Collection<? extends I> interactions)Writes a collection of Interaction objectsvoidAbstractExpandedXmlMixWriter. write(Iterator<? extends I> interactions)Writes Interaction objects using iterator - 
Uses of MIIOException in psidev.psi.mi.jami.xml.model.extension.datasource
Methods in psidev.psi.mi.jami.xml.model.extension.datasource that throw MIIOException Modifier and Type Method Description voidAbstractPsiXmlSource. close()This method close the file data source and all opened streams and readersvoidAbstractPsiXmlStream. close()This method close the file data source and all opened streams and readersvoidDefaultPsiXmlStreamSource. close()close.Collection<T>AbstractPsiXmlSource. getInteractions()The collection of Interactions for this datasourceCollection<Interaction>DefaultPsiXmlSource. getInteractions()getInteractions.Iterator<T>AbstractPsiXmlSource. getInteractionsIterator()The iterator of Interactions for this datasourceIterator<T>AbstractPsiXmlStream. getInteractionsIterator()The iterator of Interactions for this datasourceIterator<Interaction>DefaultPsiXmlStreamSource. getInteractionsIterator()getInteractionsIterator.Iterator<Complex>XmlComplexStreamSource. getInteractorsIterator()The interactors iterator for this datasource.protected voidAbstractPsiXmlStream. reInit()reInit.voidAbstractPsiXmlSource. reset()This method will reset the data sources from all loaded options.voidAbstractPsiXmlStream. reset()This method will reset the data sources from all loaded options.voidDefaultPsiXmlStreamSource. reset()reset.booleanAbstractPsiXmlStream. validateSyntax()Validate the syntax of this MIFileDataSource.booleanAbstractPsiXmlStream. validateSyntax(MIFileParserListener listener)Validate the syntax of this MIFileDataSource and uses the provided MIFileParserListener to listen to the events.booleanDefaultPsiXmlStreamSource. validateSyntax()validateSyntax.booleanDefaultPsiXmlStreamSource. validateSyntax(MIFileParserListener listener)Validate the syntax of this MIFileDataSource and uses the provided MIFileParserListener to listen to the events. 
 -