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/11/30 01:22:48 UTC

cvs commit: xml-xerces/java/samples/ui DOMParserSaveEncoding.java DOMTree.java DOMTreeFull.java DefaultImages.java TreeView.java TreeViewer.java

jeffreyr    00/11/29 16:22:45

  Modified:    java/samples/dom Tag: xerces_j_2 DOMAddLines.java
                        DOMCount.java DOMParserWrapper.java
               java/samples/dom/traversal Tag: xerces_j_2 IteratorView.java
                        NameNodeFilter.java TreeWalkerView.java
               java/samples/dom/wrappers Tag: xerces_j_2 DOMParser.java
                        NonValidatingDOMParser.java
               java/samples/sax Tag: xerces_j_2 SAX2Writer.java
                        SAXCount.java SAXWriter.java
               java/samples/sax/helpers Tag: xerces_j_2
                        AttributeListImpl.java AttributesImpl.java
               java/samples/ui Tag: xerces_j_2 DOMParserSaveEncoding.java
                        DOMTree.java DOMTreeFull.java DefaultImages.java
                        TreeView.java TreeViewer.java
  Log:
  Updated license information to include 2000
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.2   +2 -2      xml-xerces/java/samples/dom/DOMAddLines.java
  
  Index: DOMAddLines.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/DOMAddLines.java,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- DOMAddLines.java	2000/10/12 22:07:20	1.3.2.1
  +++ DOMAddLines.java	2000/11/30 00:21:56	1.3.2.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -85,7 +85,7 @@
    * - How to attach user defined Objects to Nodes using method setUserData
    * This example relies on the following:
    * - Turning off the "fast" DOM so we can use set expansion to FULL 
  - * @version $Id: DOMAddLines.java,v 1.3.2.1 2000/10/12 22:07:20 andyc Exp $
  + * @version $Id: DOMAddLines.java,v 1.3.2.2 2000/11/30 00:21:56 jeffreyr Exp $
    */
   
   public class DOMAddLines extends DOMParser  {
  
  
  
  1.1.1.1.4.2 +1 -1      xml-xerces/java/samples/dom/DOMCount.java
  
  Index: DOMCount.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/DOMCount.java,v
  retrieving revision 1.1.1.1.4.1
  retrieving revision 1.1.1.1.4.2
  diff -u -r1.1.1.1.4.1 -r1.1.1.1.4.2
  --- DOMCount.java	2000/11/21 00:25:26	1.1.1.1.4.1
  +++ DOMCount.java	2000/11/30 00:22:01	1.1.1.1.4.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.1.1.4.2 +1 -1      xml-xerces/java/samples/dom/DOMParserWrapper.java
  
  Index: DOMParserWrapper.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/DOMParserWrapper.java,v
  retrieving revision 1.1.1.1.4.1
  retrieving revision 1.1.1.1.4.2
  diff -u -r1.1.1.1.4.1 -r1.1.1.1.4.2
  --- DOMParserWrapper.java	2000/11/21 00:25:26	1.1.1.1.4.1
  +++ DOMParserWrapper.java	2000/11/30 00:22:01	1.1.1.1.4.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.4.1   +1 -1      xml-xerces/java/samples/dom/traversal/IteratorView.java
  
  Index: IteratorView.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/traversal/IteratorView.java,v
  retrieving revision 1.4
  retrieving revision 1.4.4.1
  diff -u -r1.4 -r1.4.4.1
  --- IteratorView.java	2000/02/11 04:02:16	1.4
  +++ IteratorView.java	2000/11/30 00:22:06	1.4.4.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.4.1   +1 -1      xml-xerces/java/samples/dom/traversal/NameNodeFilter.java
  
  Index: NameNodeFilter.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/traversal/NameNodeFilter.java,v
  retrieving revision 1.2
  retrieving revision 1.2.4.1
  diff -u -r1.2 -r1.2.4.1
  --- NameNodeFilter.java	2000/01/07 00:02:28	1.2
  +++ NameNodeFilter.java	2000/11/30 00:22:08	1.2.4.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.4.1   +1 -1      xml-xerces/java/samples/dom/traversal/TreeWalkerView.java
  
  Index: TreeWalkerView.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/traversal/TreeWalkerView.java,v
  retrieving revision 1.4
  retrieving revision 1.4.4.1
  diff -u -r1.4 -r1.4.4.1
  --- TreeWalkerView.java	2000/02/11 04:02:16	1.4
  +++ TreeWalkerView.java	2000/11/30 00:22:08	1.4.4.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.4.1 +1 -1      xml-xerces/java/samples/dom/wrappers/DOMParser.java
  
  Index: DOMParser.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/wrappers/DOMParser.java,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.4.1
  diff -u -r1.1.1.1 -r1.1.1.1.4.1
  --- DOMParser.java	1999/11/09 01:13:59	1.1.1.1
  +++ DOMParser.java	2000/11/30 00:22:14	1.1.1.1.4.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.1.1.4.2 +1 -1      xml-xerces/java/samples/dom/wrappers/Attic/NonValidatingDOMParser.java
  
  Index: NonValidatingDOMParser.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/wrappers/Attic/NonValidatingDOMParser.java,v
  retrieving revision 1.1.1.1.4.1
  retrieving revision 1.1.1.1.4.2
  diff -u -r1.1.1.1.4.1 -r1.1.1.1.4.2
  --- NonValidatingDOMParser.java	2000/11/21 00:25:27	1.1.1.1.4.1
  +++ NonValidatingDOMParser.java	2000/11/30 00:22:16	1.1.1.1.4.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +2 -2      xml-xerces/java/samples/sax/SAX2Writer.java
  
  Index: SAX2Writer.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/sax/SAX2Writer.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- SAX2Writer.java	2000/11/21 00:25:29	1.2.2.1
  +++ SAX2Writer.java	2000/11/30 00:22:21	1.2.2.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -75,7 +75,7 @@
    * register a SAX2 ContentHandler and receive the callbacks in
    * order to print a document that is parsed.
    *
  - * @version $Id: SAX2Writer.java,v 1.2.2.1 2000/11/21 00:25:29 jeffreyr Exp $
  + * @version $Id: SAX2Writer.java,v 1.2.2.2 2000/11/30 00:22:21 jeffreyr Exp $
    */
   public class SAX2Writer 
       extends DefaultHandler {
  
  
  
  1.2.4.2   +1 -1      xml-xerces/java/samples/sax/SAXCount.java
  
  Index: SAXCount.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/sax/SAXCount.java,v
  retrieving revision 1.2.4.1
  retrieving revision 1.2.4.2
  diff -u -r1.2.4.1 -r1.2.4.2
  --- SAXCount.java	2000/11/21 00:25:29	1.2.4.1
  +++ SAXCount.java	2000/11/30 00:22:22	1.2.4.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.1.1.4.2 +1 -1      xml-xerces/java/samples/sax/SAXWriter.java
  
  Index: SAXWriter.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/sax/SAXWriter.java,v
  retrieving revision 1.1.1.1.4.1
  retrieving revision 1.1.1.1.4.2
  diff -u -r1.1.1.1.4.1 -r1.1.1.1.4.2
  --- SAXWriter.java	2000/11/21 00:25:29	1.1.1.1.4.1
  +++ SAXWriter.java	2000/11/30 00:22:22	1.1.1.1.4.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.4.1 +1 -1      xml-xerces/java/samples/sax/helpers/AttributeListImpl.java
  
  Index: AttributeListImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/sax/helpers/AttributeListImpl.java,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.4.1
  diff -u -r1.1.1.1 -r1.1.1.1.4.1
  --- AttributeListImpl.java	1999/11/09 01:13:51	1.1.1.1
  +++ AttributeListImpl.java	2000/11/30 00:22:26	1.1.1.1.4.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +1 -1      xml-xerces/java/samples/sax/helpers/AttributesImpl.java
  
  Index: AttributesImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/sax/helpers/AttributesImpl.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- AttributesImpl.java	2000/05/10 00:35:02	1.2
  +++ AttributesImpl.java	2000/11/30 00:22:28	1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.4.2   +1 -1      xml-xerces/java/samples/ui/DOMParserSaveEncoding.java
  
  Index: DOMParserSaveEncoding.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/ui/DOMParserSaveEncoding.java,v
  retrieving revision 1.2.4.1
  retrieving revision 1.2.4.2
  diff -u -r1.2.4.1 -r1.2.4.2
  --- DOMParserSaveEncoding.java	2000/11/21 00:25:31	1.2.4.1
  +++ DOMParserSaveEncoding.java	2000/11/30 00:22:35	1.2.4.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.1.1.4.1 +1 -1      xml-xerces/java/samples/ui/DOMTree.java
  
  Index: DOMTree.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/ui/DOMTree.java,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.4.1
  diff -u -r1.1.1.1 -r1.1.1.1.4.1
  --- DOMTree.java	1999/11/09 01:13:42	1.1.1.1
  +++ DOMTree.java	2000/11/30 00:22:36	1.1.1.1.4.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.1.1.4.1 +1 -1      xml-xerces/java/samples/ui/DOMTreeFull.java
  
  Index: DOMTreeFull.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/ui/DOMTreeFull.java,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.4.1
  diff -u -r1.1.1.1 -r1.1.1.1.4.1
  --- DOMTreeFull.java	1999/11/09 01:13:42	1.1.1.1
  +++ DOMTreeFull.java	2000/11/30 00:22:36	1.1.1.1.4.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.1.1.4.1 +1 -1      xml-xerces/java/samples/ui/DefaultImages.java
  
  Index: DefaultImages.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/ui/DefaultImages.java,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.4.1
  diff -u -r1.1.1.1 -r1.1.1.1.4.1
  --- DefaultImages.java	1999/11/09 01:13:40	1.1.1.1
  +++ DefaultImages.java	2000/11/30 00:22:36	1.1.1.1.4.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.1.1.4.1 +1 -1      xml-xerces/java/samples/ui/TreeView.java
  
  Index: TreeView.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/ui/TreeView.java,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.4.1
  diff -u -r1.1.1.1 -r1.1.1.1.4.1
  --- TreeView.java	1999/11/09 01:13:43	1.1.1.1
  +++ TreeView.java	2000/11/30 00:22:37	1.1.1.1.4.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.1.1.4.1 +1 -1      xml-xerces/java/samples/ui/TreeViewer.java
  
  Index: TreeViewer.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/ui/TreeViewer.java,v
  retrieving revision 1.1.1.1
  retrieving revision 1.1.1.1.4.1
  diff -u -r1.1.1.1 -r1.1.1.1.4.1
  --- TreeViewer.java	1999/11/09 01:13:44	1.1.1.1
  +++ TreeViewer.java	2000/11/30 00:22:41	1.1.1.1.4.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999,2000 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without