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.
|
java.lang.String |
getPackageName()
Gets the package name.
|
java.lang.String |
getVersion()
Gets the version.
|
void |
setLocalFile(java.io.File f)
Sets the local file.
|
void |
setPackageName(java.lang.String name)
Sets the package name.
|
void |
setVersion(java.lang.String version)
Sets the version.
|
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)
setLocalFile
in interface XBRLSourceCatalogInterface
f
- the new local filepublic java.io.File getLocalFile()
getLocalFile
in interface XBRLSourceCatalogInterface
public void setPackageName(java.lang.String name)
setPackageName
in interface XBRLSourceCatalogInterface
name
- the new package namepublic java.lang.String getPackageName()
getPackageName
in interface XBRLSourceCatalogInterface
public void setVersion(java.lang.String version)
setVersion
in interface XBRLSourceCatalogInterface
version
- the new versionpublic java.lang.String getVersion()
getVersion
in interface XBRLSourceCatalogInterface
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa