Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.embl.ebi.escience.scufl.parser.XScuflFormatException

Uses of XScuflFormatException in org.embl.ebi.escience.scufl.parser
 

Methods in org.embl.ebi.escience.scufl.parser that throw XScuflFormatException
static void XScuflParser.populate(java.lang.String input, org.embl.ebi.escience.scufl.ScuflModel model, java.lang.String prefix)
          Read from the given String containing an XScufl document and populate the given ScuflModel with data from the definition.
static void XScuflParser.populate(java.io.InputStream is, org.embl.ebi.escience.scufl.ScuflModel model, java.lang.String prefix)
          Read from the given InputStream and populate the given ScuflModel with data from the definition.
static void XScuflParser.populate(org.jdom.Document document, org.embl.ebi.escience.scufl.ScuflModel model, java.lang.String prefix)
          Read from the given JDOM Document and populate the given ScuflModel with data from the definition.