You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ra...@apache.org on 2002/03/13 08:22:15 UTC

cvs commit: xml-xerces/java/samples/dom Counter.java

rahuls      02/03/12 23:22:15

  Modified:    java/samples/dom Counter.java
  Log:
  Removing -np/NP option from help. Thanks to Stan Hendryx for pointing it out.
  
  Revision  Changes    Path
  1.7       +1 -6      xml-xerces/java/samples/dom/Counter.java
  
  Index: Counter.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/dom/Counter.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Counter.java	29 Jan 2002 01:15:05 -0000	1.6
  +++ Counter.java	13 Mar 2002 07:22:15 -0000	1.7
  @@ -87,7 +87,7 @@
    *
    * @author Andy Clark, IBM
    *
  - * @version $Id: Counter.java,v 1.6 2002/01/29 01:15:05 lehors Exp $
  + * @version $Id: Counter.java,v 1.7 2002/03/13 07:22:15 rahuls Exp $
    */
   public class Counter {
   
  @@ -120,9 +120,6 @@
       /** Default namespaces support (true). */
       protected static final boolean DEFAULT_NAMESPACES = true;
   
  -    /** Default namespace prefixes (false). */
  -    protected static final boolean DEFAULT_NAMESPACE_PREFIXES = false;
  -
       /** Default validation support (false). */
       protected static final boolean DEFAULT_VALIDATION = false;
   
  @@ -438,8 +435,6 @@
           System.err.println("  -p name     Select parser by name.");
           System.err.println("  -x number   Select number of repetitions.");
           System.err.println("  -n  | -N    Turn on/off namespace processing.");
  -        System.err.println("  -np | -NP   Turn on/off namespace prefixes.");
  -        System.err.println("              NOTE: Requires use of -n.");
           System.err.println("  -v  | -V    Turn on/off validation.");
           System.err.println("  -s  | -S    Turn on/off Schema validation support.");
           System.err.println("              NOTE: Not supported by all parsers.");
  
  
  

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