/[classpath]/classpath/gnu/xml/dom/ls/SAXEventSink.java
ViewVC logotype

Diff of /classpath/gnu/xml/dom/ls/SAXEventSink.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mark, Thu Dec 23 22:38:43 2004 UTC revision 1.2 by dog, Thu Mar 10 19:21:50 2005 UTC
# Line 486  class SAXEventSink Line 486  class SAXEventSink
486        {        {
487          return;          return;
488        }        }
489        // Ignore fake element declarations generated by ValidationConsumer.
490        // If an element is not really declared in the DTD it will not be
491        // declared in the document model.
492        if (!(ctx instanceof DomDoctype))
493          {
494            return;
495          }
496      DomDoctype doctype = (DomDoctype) ctx;      DomDoctype doctype = (DomDoctype) ctx;
497      doctype.elementDecl(name, model);      doctype.elementDecl(name, model);
498    }    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26