public class XBRLCatalogStreamSource extends javax.xml.transform.stream.StreamSource implements XBRLSourceCatalogInterface, NoReusableSource
| Constructor and Description |
|---|
XBRLCatalogStreamSource()
Instantiates a new XBRL catalog stream source.
|
XBRLCatalogStreamSource(javax.xml.transform.stream.StreamSource ss)
Instantiates a new XBRL catalog stream 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 XBRLCatalogStreamSource()
public XBRLCatalogStreamSource(javax.xml.transform.stream.StreamSource 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