You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/02/04 22:11:56 UTC

cvs commit: xml-xerces/c/src/xercesc/idom IDOM_Attr.hpp IDOM_Document.hpp IDOM_DocumentType.hpp IDOM_NamedNodeMap.hpp IDOM_NodeFilter.hpp IDOM_Text.hpp

tng         02/02/04 13:11:56

  Modified:    c/src/xercesc/idom IDOM_Attr.hpp IDOM_Document.hpp
                        IDOM_DocumentType.hpp IDOM_NamedNodeMap.hpp
                        IDOM_NodeFilter.hpp IDOM_Text.hpp
  Log:
  Remove the phrase "Experimental".
  
  Revision  Changes    Path
  1.2       +4 -3      xml-xerces/c/src/xercesc/idom/IDOM_Attr.hpp
  
  Index: IDOM_Attr.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/idom/IDOM_Attr.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOM_Attr.hpp	1 Feb 2002 22:21:55 -0000	1.1
  +++ IDOM_Attr.hpp	4 Feb 2002 21:11:55 -0000	1.2
  @@ -4,7 +4,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -59,8 +59,11 @@
   
   /*
    * $Log: IDOM_Attr.hpp,v $
  - * Revision 1.1  2002/02/01 22:21:55  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/02/04 21:11:55  tng
  + * Remove the phrase "Experimental".
  + *
  + * Revision 1.1.1.1  2002/02/01 22:21:55  peiyongz
  + * sane_include
    *
    * Revision 1.2  2001/05/11 13:25:48  tng
    * Copyright update.
  @@ -161,8 +164,6 @@
       /**
        * The <code>DOM_Element</code> node this attribute is attached to or
        * <code>null</code> if this attribute is not in use.
  -     *
  -     * <p><b>"Experimental - subject to change"</b></p>
        *
        */
       virtual IDOM_Element     *getOwnerElement() const = 0;
  
  
  
  1.2       +2 -16     xml-xerces/c/src/xercesc/idom/IDOM_Document.hpp
  
  Index: IDOM_Document.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/idom/IDOM_Document.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOM_Document.hpp	1 Feb 2002 22:21:55 -0000	1.1
  +++ IDOM_Document.hpp	4 Feb 2002 21:11:55 -0000	1.2
  @@ -4,7 +4,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -58,7 +58,7 @@
    */
   
   /*
  - * $Id: IDOM_Document.hpp,v 1.1 2002/02/01 22:21:55 peiyongz Exp $
  + * $Id: IDOM_Document.hpp,v 1.2 2002/02/04 21:11:55 tng Exp $
   */
   
   #include <xercesc/util/XercesDefs.hpp>
  @@ -288,8 +288,6 @@
        * use the <code>whatToShow</code> flags to show the entity reference node and set
        * expandEntityReferences to false.
        *
  -     * <p><b>"Experimental - subject to change"</b></p>
  -     *
        * @param root The root node of the IDOM tree
        * @param whatToShow This attribute determines which node types are presented via the iterator.
        * @param filter The filter used to screen nodes
  @@ -323,8 +321,6 @@
        * <code>whatToShow</code> flags to show the entity reference node and set
        * <code>expandEntityReferences</code> to false
        *
  -     * <p><b>"Experimental - subject to change"</b></p>
  -     *
        * @param root The root node of the IDOM tree
        * @param whatToShow This attribute determines which node types are presented via the tree-walker.
        * @param filter The filter used to screen nodes
  @@ -406,8 +402,6 @@
        * node's <CODE>nodeName</CODE> and <CODE>nodeType</CODE>, plus the
        * attributes related to namespaces (prefix and namespaces URI).
        *
  -     * <p><b>"Experimental - subject to change"</b></p>
  -     *
        * @param importedNode The node to import.
        * @param deep If <CODE>true</CODE>, recursively import the subtree under the
        *      specified node; if <CODE>false</CODE>, import only the node itself,
  @@ -424,8 +418,6 @@
        * Creates an element of the given qualified name and
        * namespace URI.
        *
  -     * <p><b>"Experimental - subject to change"</b></p>
  -     *
        * @param namespaceURI The <em>namespace URI</em> of
        *   the element to create.
        * @param qualifiedName The <em>qualified name</em>
  @@ -449,8 +441,6 @@
        * Creates an attribute of the given qualified name and namespace
        * URI.
        *
  -     * <p><b>"Experimental - subject to change"</b></p>
  -     *
        * @param namespaceURI The <em>namespace URI</em> of
        *   the attribute to create.
        * @param qualifiedName The <em>qualified name</em>
  @@ -482,8 +472,6 @@
        * namespace URI in the order in which they would be encountered in a
        * preorder traversal of the <code>IDOM_Document</code> tree.
        *
  -     * <p><b>"Experimental - subject to change"</b></p>
  -     *
        * @param namespaceURI The <em>namespace URI</em> of
        *   the elements to match on. The special value "*" matches all
        *   namespaces.
  @@ -504,8 +492,6 @@
        * type ID unless so defined. Implementations that do not know whether
        * attributes are of type ID or not are expected to return
        * <CODE>null</CODE>.</P>
  -     *
  -     * <p><b>"Experimental - subject to change"</b></p>
        *
        * @param elementId The unique <code>id</code> value for an element.
        * @return The matching element.
  
  
  
  1.2       +4 -7      xml-xerces/c/src/xercesc/idom/IDOM_DocumentType.hpp
  
  Index: IDOM_DocumentType.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/idom/IDOM_DocumentType.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOM_DocumentType.hpp	1 Feb 2002 22:21:55 -0000	1.1
  +++ IDOM_DocumentType.hpp	4 Feb 2002 21:11:55 -0000	1.2
  @@ -5,7 +5,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -60,8 +60,11 @@
   
   /*
    * $Log: IDOM_DocumentType.hpp,v $
  - * Revision 1.1  2002/02/01 22:21:55  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/02/04 21:11:55  tng
  + * Remove the phrase "Experimental".
  + *
  + * Revision 1.1.1.1  2002/02/01 22:21:55  peiyongz
  + * sane_include
    *
    * Revision 1.2  2001/05/11 13:25:51  tng
    * Copyright update.
  @@ -131,8 +134,6 @@
       /**
        * Get the public identifier of the external subset.
        *
  -     * <p><b>"Experimental - subject to change"</b></p>
  -     *
        * @return The public identifier of the external subset.
        */
       virtual const XMLCh *     getPublicId() const = 0;
  @@ -140,16 +141,12 @@
       /**
        * Get the system identifier of the external subset.
        *
  -     * <p><b>"Experimental - subject to change"</b></p>
  -     *
        * @return The system identifier of the external subset.
        */
       virtual const XMLCh *     getSystemId() const = 0;
   
       /**
        * Get the internal subset as a string.
  -     *
  -     * <p><b>"Experimental - subject to change"</b></p>
        *
        * @return The internal subset as a string.
        */
  
  
  
  1.2       +4 -7      xml-xerces/c/src/xercesc/idom/IDOM_NamedNodeMap.hpp
  
  Index: IDOM_NamedNodeMap.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/idom/IDOM_NamedNodeMap.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOM_NamedNodeMap.hpp	1 Feb 2002 22:21:56 -0000	1.1
  +++ IDOM_NamedNodeMap.hpp	4 Feb 2002 21:11:55 -0000	1.2
  @@ -5,7 +5,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -60,8 +60,11 @@
   
   /*
    * $Log: IDOM_NamedNodeMap.hpp,v $
  - * Revision 1.1  2002/02/01 22:21:56  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/02/04 21:11:55  tng
  + * Remove the phrase "Experimental".
  + *
  + * Revision 1.1.1.1  2002/02/01 22:21:56  peiyongz
  + * sane_include
    *
    * Revision 1.2  2001/05/11 13:25:53  tng
    * Copyright update.
  @@ -194,8 +197,6 @@
       /**
        * Retrieves a node specified by local name and namespace URI.
        *
  -     * <p><b>"Experimental - subject to change"</b></p>
  -     *
        * @param namespaceURI The <em>namespace URI</em> of
        *    the node to retrieve.
        * @param localName The <em>local name</em> of the node to retrieve.
  @@ -209,8 +210,6 @@
       /**
        * Adds a node using its <CODE>namespaceURI</CODE> and <CODE>localName</CODE>.
        *
  -     * <p><b>"Experimental - subject to change"</b></p>
  -     *
        * @param arg A node to store in a named node map. The node will later be
        *       accessible using the value of the <CODE>namespaceURI</CODE> and
        *       <CODE>localName</CODE> attribute of the node. If a node with those
  @@ -234,8 +233,6 @@
   
       /**
        * Removes a node specified by local name and namespace URI.
  -     *
  -     * <p><b>"Experimental - subject to change"</b></p>
        *
        * @param namespaceURI The <em>namespace URI</em> of
        *    the node to remove.
  
  
  
  1.2       +4 -5      xml-xerces/c/src/xercesc/idom/IDOM_NodeFilter.hpp
  
  Index: IDOM_NodeFilter.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/idom/IDOM_NodeFilter.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOM_NodeFilter.hpp	1 Feb 2002 22:21:56 -0000	1.1
  +++ IDOM_NodeFilter.hpp	4 Feb 2002 21:11:55 -0000	1.2
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -56,8 +56,11 @@
   
   /*
    * $Log: IDOM_NodeFilter.hpp,v $
  - * Revision 1.1  2002/02/01 22:21:56  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/02/04 21:11:55  tng
  + * Remove the phrase "Experimental".
  + *
  + * Revision 1.1.1.1  2002/02/01 22:21:56  peiyongz
  + * sane_include
    *
    * Revision 1.3  2001/06/04 20:11:53  tng
    * IDOM: Complete IDNodeIterator, IDTreeWalker, IDNodeFilter.
  @@ -100,8 +103,6 @@
    *  One filter may be used with a number of different kinds of iterators, encouraging
    *  code reuse.
    *
  - * <p><b>"Experimental - subject to change"</b></p>
  - *
    */
   class CDOM_EXPORT IDOM_NodeFilter
   {
  @@ -163,8 +164,6 @@
            * or IDOM_NodeIterator. This function will be called by the implementation of
            * IDOM_TreeWalker and IDOM_NodeIterator; it is not intended to be called directly from user
            * code.
  -         *
  -         * <p><b>"Experimental - subject to change"</b></p>
            *
            * @param node The node to check to see if it passes the filter or not.
            * @return A constant to determine whether the node is accepted, rejected, or skipped.
  
  
  
  1.2       +4 -3      xml-xerces/c/src/xercesc/idom/IDOM_Text.hpp
  
  Index: IDOM_Text.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/idom/IDOM_Text.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IDOM_Text.hpp	1 Feb 2002 22:21:56 -0000	1.1
  +++ IDOM_Text.hpp	4 Feb 2002 21:11:55 -0000	1.2
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -56,8 +56,11 @@
   
   /*
    * $Log: IDOM_Text.hpp,v $
  - * Revision 1.1  2002/02/01 22:21:56  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/02/04 21:11:55  tng
  + * Remove the phrase "Experimental".
  + *
  + * Revision 1.1.1.1  2002/02/01 22:21:56  peiyongz
  + * sane_include
    *
    * Revision 1.2  2001/05/11 13:25:55  tng
    * Copyright update.
  @@ -146,8 +149,6 @@
       //@{
   
       /**
  -     *
  -     * <p><b>"Experimental - subject to change"</b></p>
        *
        * Return true if this node contains ignorable whitespaces only.
        * @return True if this node contains ignorable whitespaces only.
  
  
  

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