Project

General

Profile

« Previous | Next » 

Revision 1895

Added by Jing Tao over 20 years ago

Modified a method and can be reused.

View differences:

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