Revision 1895
Added by Jing Tao about 21 years ago
src/edu/ucsb/nceas/metacat/DBEntityResolver.java | ||
---|---|---|
187 | 187 |
* Look at db XML Catalog to get System ID (if any) for @doctype. |
188 | 188 |
* Return null if there are no System ID found for @doctype |
189 | 189 |
*/ |
190 |
private String getDTDSystemID( String doctype )
|
|
190 |
public static String getDTDSystemID( String doctype )
|
|
191 | 191 |
throws SAXException |
192 | 192 |
{ |
193 | 193 |
String systemid = null; |
Also available in: Unified diff
Modified a method and can be reused.