Uses of Class
neqsim.process.processmodel.DexpiXmlReaderException
Packages that use DexpiXmlReaderException
-
Uses of DexpiXmlReaderException in neqsim.process.processmodel
Methods in neqsim.process.processmodel that throw DexpiXmlReaderExceptionModifier and TypeMethodDescriptionstatic voidDexpiXmlReader.load(File file, ProcessSystem processSystem) Populates an existingProcessSystemwith units parsed from a DEXPI XML file.static voidDexpiXmlReader.load(File file, ProcessSystem processSystem, Stream templateStream) Populates an existingProcessSystemwith units parsed from a DEXPI XML file.static voidDexpiXmlReader.load(InputStream inputStream, ProcessSystem processSystem) Populates an existingProcessSystemwith units parsed from a DEXPI XML stream.static voidDexpiXmlReader.load(InputStream inputStream, ProcessSystem processSystem, Stream templateStream) Populates an existingProcessSystemwith units parsed from a DEXPI XML stream.private static DocumentDexpiXmlReader.parseDocument(InputStream inputStream) static ProcessSystemReads the provided DEXPI XML file and returns a populatedProcessSystem.static ProcessSystemReads the provided DEXPI XML file and returns a populatedProcessSystemusing a templateStreamfor generated piping segments.static ProcessSystemDexpiXmlReader.read(InputStream inputStream) Reads the provided DEXPI XML stream and returns a populatedProcessSystem.static ProcessSystemDexpiXmlReader.read(InputStream inputStream, Stream templateStream) Reads the provided DEXPI XML stream and returns a populatedProcessSystemusing a templateStreamfor any generated piping segments.