You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2003/01/07 23:46:55 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/dtd XMLDTDDescription.java

sandygao    2003/01/07 14:46:54

  Modified:    java/src/org/apache/xerces/impl/dtd XMLDTDDescription.java
  Log:
  Implement the new grammar description interface for DTD grammars.
  
  Revision  Changes    Path
  1.7       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLDTDDescription.java
  
  Index: XMLDTDDescription.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/XMLDTDDescription.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLDTDDescription.java	13 Jun 2002 23:04:14 -0000	1.6
  +++ XMLDTDDescription.java	7 Jan 2003 22:46:53 -0000	1.7
  @@ -72,7 +72,7 @@
    */
   
   public class XMLDTDDescription extends XMLResourceIdentifierImpl
  -        implements XMLGrammarDescription {
  +        implements org.apache.xerces.xni.grammars.XMLDTDDescription {
   
       // Data
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org