Add ability to load previously found bugs back out of the database.
[cfb.git] / prod / net / jaekl / qd / xml / ParseResult.java
index f653b368c81f17f4dee94e8211410e334050f058..68f14860687d07ef26968a0385409ac2c4c9f1d1 100644 (file)
@@ -125,7 +125,7 @@ public abstract class ParseResult
                }
                
                if (m_tagName.equals(localName)) {
-                       validate();
+                       complete();
                        return true;
                }
                
@@ -197,7 +197,7 @@ public abstract class ParseResult
                return this;
        }
        
-       public void validate() throws XmlParseException
+       public void complete() throws XmlParseException
        {
                // Default implementation is a no-op.
                // Override if you want to validate on endElement()