You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by je...@locus.apache.org on 2000/10/06 18:38:18 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/xni XMLDTDHandler.java

jeffreyr    00/10/06 09:38:18

  Modified:    java/src/org/apache/xerces/xni Tag: xerces_j_2
                        XMLDTDHandler.java
  Log:
  Constanst for conditional INCLUDE/EXCLUDE
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +3 -3      xml-xerces/java/src/org/apache/xerces/xni/Attic/XMLDTDHandler.java
  
  Index: XMLDTDHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xni/Attic/XMLDTDHandler.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- XMLDTDHandler.java	2000/10/02 00:40:16	1.1.2.2
  +++ XMLDTDHandler.java	2000/10/06 16:38:18	1.1.2.3
  @@ -64,7 +64,7 @@
   
   /**
    * @author Stubs generated by DesignDoc on Mon Sep 18 18:23:16 PDT 2000
  - * @version $Id: XMLDTDHandler.java,v 1.1.2.2 2000/10/02 00:40:16 lehors Exp $
  + * @version $Id: XMLDTDHandler.java,v 1.1.2.3 2000/10/06 16:38:18 jeffreyr Exp $
    */
   public interface XMLDTDHandler
       extends XMLEntityHandler {
  @@ -74,10 +74,10 @@
       //
   
       /** CONDITIONAL_INCLUDE */
  -    public static final short CONDITIONAL_INCLUDE = -1;
  +    public static final short CONDITIONAL_INCLUDE = 0;
   
       /** CONDITIONAL_IGNORE */
  -    public static final short CONDITIONAL_IGNORE = -1;
  +    public static final short CONDITIONAL_IGNORE = 1;
   
       //
       // Methods