/[classpath]/classpath/javax/xml/stream/XMLStreamConstants.java
ViewVC logotype

Diff of /classpath/javax/xml/stream/XMLStreamConstants.java

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

revision 1.1 by dog, Sat Sep 3 10:04:19 2005 UTC revision 1.2 by dog, Sun Sep 4 09:44:29 2005 UTC
# Line 109  public interface XMLStreamConstants Line 109  public interface XMLStreamConstants
109    static final int NAMESPACE = 13;    static final int NAMESPACE = 13;
110    
111    /**    /**
112       * A start-entity event.
113       */
114      static final int START_ENTITY = 14;
115    
116      /**
117       * An end-entity event.
118       */
119      static final int END_ENTITY = 15;
120      
121      /**
122     * A notation declaration event.     * A notation declaration event.
123     */     */
124    static final int NOTATION_DECLARATION = 14;    static final int NOTATION_DECLARATION = 16;
125    
126    /**    /**
127     * An entity declaration event.     * An entity declaration event.
128     */     */
129    static final int ENTITY_DECLARATION = 15;    static final int ENTITY_DECLARATION = 17;
130        
131  }  }
132    

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