You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/06/21 17:53:38 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/jaxp TeeXMLDocumentFilterImpl.java JAXPValidatorComponent.java UnparsedEntityHandler.java

mrglavas    2005/06/21 08:53:38

  Modified:    java/src/org/apache/xerces/jaxp
                        TeeXMLDocumentFilterImpl.java
                        JAXPValidatorComponent.java
                        UnparsedEntityHandler.java
  Log:
  Adding a version tag to several classes.
  
  Revision  Changes    Path
  1.2       +1 -0      xml-xerces/java/src/org/apache/xerces/jaxp/TeeXMLDocumentFilterImpl.java
  
  Index: TeeXMLDocumentFilterImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/TeeXMLDocumentFilterImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TeeXMLDocumentFilterImpl.java	20 Jun 2005 19:01:38 -0000	1.1
  +++ TeeXMLDocumentFilterImpl.java	21 Jun 2005 15:53:38 -0000	1.2
  @@ -32,6 +32,7 @@
    * <p>XMLDocumentHandler which forks the pipeline to two other components.</p>
    * 
    * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
  + * @version $Id$
    */
   class TeeXMLDocumentFilterImpl implements XMLDocumentFilter {
       
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java
  
  Index: JAXPValidatorComponent.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/JAXPValidatorComponent.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JAXPValidatorComponent.java	20 Jun 2005 21:13:59 -0000	1.2
  +++ JAXPValidatorComponent.java	21 Jun 2005 15:53:38 -0000	1.3
  @@ -78,6 +78,7 @@
    * and other events go the 2nd direct route.
    * 
    * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
  + * @version $Id$
    */
   class JAXPValidatorComponent 
       extends TeeXMLDocumentFilterImpl implements XMLComponent {
  
  
  
  1.2       +1 -0      xml-xerces/java/src/org/apache/xerces/jaxp/UnparsedEntityHandler.java
  
  Index: UnparsedEntityHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/jaxp/UnparsedEntityHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UnparsedEntityHandler.java	21 Jun 2005 15:51:46 -0000	1.1
  +++ UnparsedEntityHandler.java	21 Jun 2005 15:53:38 -0000	1.2
  @@ -35,6 +35,7 @@
    * Events are forwarded to the registered XMLDTDHandler without modification.</p>
    * 
    * @author Michael Glavassevich, IBM
  + * @version $Id$
    */
   class UnparsedEntityHandler implements XMLDTDFilter, EntityState {
   
  
  
  

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