Uses of Class
com.opengamma.strata.collect.io.XmlFile
-
Packages that use XmlFile Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output.com.opengamma.strata.loader.fpml Loader that can convert files to financial instruments. -
-
Uses of XmlFile in com.opengamma.strata.collect.io
Methods in com.opengamma.strata.collect.io that return XmlFile Modifier and Type Method Description static XmlFile
XmlFile. of(ByteSource source)
Parses the specified source as an XML file to an in-memory DOM-like structure.static XmlFile
XmlFile. of(ByteSource source, String refAttrName)
Parses the specified source as an XML file to an in-memory DOM-like structure. -
Uses of XmlFile in com.opengamma.strata.loader.fpml
Methods in com.opengamma.strata.loader.fpml with parameters of type XmlFile Modifier and Type Method Description List<Trade>
FpmlDocumentParser. parseTrades(XmlFile xmlFile)
Parses FpML from the specified XML document, extracting the trades.
-