| Package | Description |
|---|---|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| Modifier and Type | Method and 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.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.