Uses of Class
xal.model.xml.ParsingException
Packages that use ParsingException
-
Uses of ParsingException in xal.model.xml
Methods in xal.model.xml that throw ParsingExceptionModifier and TypeMethodDescriptionstatic Lattice
Parses the XML file specified by the supplied URI.static Probe<?>
Parse the XML file specified by the supplied URI.LatticeXmlParser.parseAdaptor
(DataAdaptor adaptor) Parses the given data source for modeling lattice information and creates the corresponding lattice.Probe<?>
ProbeXmlParser.parseAdaptor
(DataAdaptor adaptor) Parse the given data source and build a probe object according to that described.static Lattice
LatticeXmlParser.parseDataAdaptor
(DataAdaptor adaptor) Parses the supplied DataAdaptor and return aLattice
object configured according to the Adaptor.static Probe<?>
ProbeXmlParser.parseDataAdaptor
(DataAdaptor adaptor) Parse the given data source and build a probe object according to that described.Probe<?>
ProbeXmlParser.parseProbeFile
(String fileUri) Parse the XML file specified by the supplied URI.Parse an XAL Model lattice file and build the corresponding Lattice object.