public class XBRLCatalogResourceSource extends javax.xml.transform.stream.StreamSource implements XBRLSourceCatalogInterface, NoReusableSource
| Constructor and Description |
|---|
XBRLCatalogResourceSource(java.io.InputStream iss)
Instantiates a new XBRL catalog resource source.
|
XBRLCatalogResourceSource(javax.xml.transform.Source ss)
Instantiates a new XBRL catalog resource source.
|
XBRLCatalogResourceSource(java.io.StringReader stringReader)
Instantiates a new XBRL catalog resource source.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getLocalFile()
Gets the local file.
|
void |
setLocalFile(java.io.File f)
Sets the local file to the parameter indicated.
|
public XBRLCatalogResourceSource(java.io.StringReader stringReader)
stringReader - the string readerpublic XBRLCatalogResourceSource(java.io.InputStream iss)
iss - the isspublic XBRLCatalogResourceSource(javax.xml.transform.Source ss)
ss - the sspublic void setLocalFile(java.io.File f)
XBRLSourceCatalogInterfacesetLocalFile in interface XBRLSourceCatalogInterfacef - a File representing a local file in the filesystempublic java.io.File getLocalFile()
XBRLSourceCatalogInterfacegetLocalFile in interface XBRLSourceCatalogInterface