public class XBRLCatalogSAXSource extends javax.xml.transform.sax.SAXSource implements XBRLSourceCatalogInterface, NoReusableSource
| Constructor and Description |
|---|
XBRLCatalogSAXSource()
Creates a new empty XBRLCatalogueSaxSource.
|
XBRLCatalogSAXSource(javax.xml.transform.sax.SAXSource other)
Creates a new XBRLCatalogueSaxSource by wrapping an existing SAXSource.
|
| 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 XBRLCatalogSAXSource()
public XBRLCatalogSAXSource(javax.xml.transform.sax.SAXSource other)
other - the otherpublic 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