Revision 1510
Added by Jing Tao over 21 years ago
src/edu/ucsb/nceas/metacat/DBSAXHandler.java | ||
---|---|---|
51 | 51 |
implements LexicalHandler, DeclHandler, Runnable { |
52 | 52 |
|
53 | 53 |
protected boolean atFirstElement; |
54 |
private boolean processingDTD;
|
|
54 |
protected boolean processingDTD;
|
|
55 | 55 |
protected String docname = null; |
56 | 56 |
protected String doctype; |
57 | 57 |
protected String systemid; |
Also available in: Unified diff
Change processDTD to protected.