DOM_CharacterData.hpp
上传用户:zhuqijet
上传日期:2013-06-25
资源大小:10074k
文件大小:11k
源码类别:

词法分析

开发平台:

Visual C++

  1. /*
  2.  * The Apache Software License, Version 1.1
  3.  *
  4.  * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights
  5.  * reserved.
  6.  *
  7.  * Redistribution and use in source and binary forms, with or without
  8.  * modification, are permitted provided that the following conditions
  9.  * are met:
  10.  *
  11.  * 1. Redistributions of source code must retain the above copyright
  12.  *    notice, this list of conditions and the following disclaimer.
  13.  *
  14.  * 2. Redistributions in binary form must reproduce the above copyright
  15.  *    notice, this list of conditions and the following disclaimer in
  16.  *    the documentation and/or other materials provided with the
  17.  *    distribution.
  18.  *
  19.  * 3. The end-user documentation included with the redistribution,
  20.  *    if any, must include the following acknowledgment:
  21.  *       "This product includes software developed by the
  22.  *        Apache Software Foundation (http://www.apache.org/)."
  23.  *    Alternately, this acknowledgment may appear in the software itself,
  24.  *    if and wherever such third-party acknowledgments normally appear.
  25.  *
  26.  * 4. The names "Xerces" and "Apache Software Foundation" must
  27.  *    not be used to endorse or promote products derived from this
  28.  *    software without prior written permission. For written
  29.  *    permission, please contact apache@apache.org.
  30.  *
  31.  * 5. Products derived from this software may not be called "Apache",
  32.  *    nor may "Apache" appear in their name, without prior written
  33.  *    permission of the Apache Software Foundation.
  34.  *
  35.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  36.  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  37.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  38.  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  39.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  40.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  41.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  42.  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  43.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  44.  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  45.  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  46.  * SUCH DAMAGE.
  47.  * ====================================================================
  48.  *
  49.  * This software consists of voluntary contributions made by many
  50.  * individuals on behalf of the Apache Software Foundation, and was
  51.  * originally based on software copyright (c) 1999, International
  52.  * Business Machines, Inc., http://www.ibm.com .  For more information
  53.  * on the Apache Software Foundation, please see
  54.  * <http://www.apache.org/>.
  55.  */
  56. /*
  57.  * $Id: DOM_CharacterData.hpp,v 1.3 2002/11/04 15:04:44 tng Exp $
  58.  */
  59. #ifndef DOM_CharacterData_HEADER_GUARD_
  60. #define DOM_CharacterData_HEADER_GUARD_
  61. #include <xercesc/util/XercesDefs.hpp>
  62. #include "DOM_Node.hpp"
  63. XERCES_CPP_NAMESPACE_BEGIN
  64. class CharacterDataImpl;
  65. /**
  66.  * The <code>DOM_CharacterData</code> interface extends Node with a set  of
  67.  * methods for accessing character data in the DOM.
  68.  *
  69.  * For clarity this set is defined here rather than on each class that uses
  70.  * these methods. No DOM objects correspond directly to
  71.  * <code>CharacterData</code>, though <code>Text</code> and others do inherit
  72.  * the interface from it. All <code>offset</code>s in this interface start
  73.  * from 0, and index in terms of Unicode 16 bit storage units.
  74.  */
  75. class CDOM_EXPORT DOM_CharacterData: public DOM_Node {
  76. private:
  77. public:
  78.   /** @name Constructors and assignment operator */
  79.   //@{
  80.   /**
  81.     * Default constructor for DOM_CharacterData.  While there can be
  82.     * no actual DOM nodes of type CharacterData, the C++ objects
  83.     * function more like reference variables, and instances of
  84.     * <code>DOM_CharacterData</code> can exist.  They will be null when created
  85.     * by this constructor, and can then be assigned to refer to Text
  86.     * or CDATASection nodes.
  87.     */
  88.     DOM_CharacterData();
  89.   /**
  90.     * Copy constructor
  91.     *
  92.     * @param other The object to be copied
  93.     */
  94.     DOM_CharacterData(const DOM_CharacterData &other);
  95.   /**
  96.     * Assignment operator
  97.     *
  98.     * @param other The object to be copied
  99.     */
  100.     DOM_CharacterData & operator = (const DOM_CharacterData &other);
  101.     /**
  102.       * Assignment operator.  This overloaded variant is provided for
  103.       *   the sole purpose of setting a DOM_Node reference variable to
  104.       *   zero.  Nulling out a reference variable in this way will decrement
  105.       *   the reference count on the underlying Node object that the variable
  106.       *   formerly referenced.  This effect is normally obtained when reference
  107.       *   variable goes out of scope, but zeroing them can be useful for
  108.       *   global instances, or for local instances that will remain in scope
  109.       *   for an extended time,  when the storage belonging to the underlying
  110.       *   node needs to be reclaimed.
  111.       *
  112.       * @param val   Only a value of 0, or null, is allowed.
  113.       */
  114.     DOM_CharacterData & operator = (const DOM_NullPtr *val);
  115.     //@}
  116.     /** @name Destructor. */
  117.     //@{
  118.  /**
  119.   * Destructor for DOM_CharacterData.  The object being destroyed
  120.       * is the reference to the Character Data node, not the character
  121.       * data itself.
  122.   */
  123.     ~DOM_CharacterData();
  124.     //@}
  125.     /** @name Getter functions. */
  126.     //@{
  127.   /**
  128.    * Returns the character data of the node that implements this interface.
  129.    *
  130.    * The DOM implementation may not put arbitrary limits on the amount of data that
  131.    * may be stored in a  <code>CharacterData</code> node. However,
  132.    * implementation limits may  mean that the entirety of a node's data may
  133.    * not fit into a single <code>DOMString</code>. In such cases, the user
  134.    * may call <code>substringData</code> to retrieve the data in
  135.    * appropriately sized pieces.
  136.    * @exception DOMException
  137.    *   NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
  138.    * @exception DOMException
  139.    *   DOMSTRING_SIZE_ERR: Raised when it would return more characters than
  140.    *   fit in a <code>DOMString</code> variable on the implementation
  141.    *   platform.
  142.    */
  143.   DOMString          getData() const;
  144.   /**
  145.    * Returns the number of characters that are available through <code>data</code> and
  146.    * the <code>substringData</code> method below.
  147.    *
  148.    * This may have the value
  149.    * zero, i.e., <code>CharacterData</code> nodes may be empty.
  150.    */
  151.   unsigned int       getLength() const;
  152.   /**
  153.    * Extracts a range of data from the node.
  154.    *
  155.    * @param offset Start offset of substring to extract.
  156.    * @param count The number of characters to extract.
  157.    * @return The specified substring. If the sum of <code>offset</code> and
  158.    *   <code>count</code> exceeds the <code>length</code>, then all
  159.    *   characters to the end of the data are returned.
  160.    * @exception DOMException
  161.    *   INDEX_SIZE_ERR: Raised if the specified offset is negative or greater
  162.    *   than the number of characters in <code>data</code>, or if the
  163.    *   specified <code>count</code> is negative.
  164.    *   <br>DOMSTRING_SIZE_ERR: Raised if the specified range of text does not
  165.    *   fit into a <code>DOMString</code>.
  166.    */
  167.   DOMString          substringData(unsigned int offset,
  168.                                    unsigned int count) const;
  169.     //@}
  170.     /** @name Functions that set or change data. */
  171.     //@{
  172.   /**
  173.    * Append the string to the end of the character data of the node.
  174.    *
  175.    * Upon success, <code>data</code> provides access to the concatenation of
  176.    * <code>data</code> and the <code>DOMString</code> specified.
  177.    * @param arg The <code>DOMString</code> to append.
  178.    * @exception DOMException
  179.    *   NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
  180.    */
  181.   void               appendData(const DOMString &arg);
  182.   /**
  183.    * Insert a string at the specified character offset.
  184.    *
  185.    * @param offset The character offset at which to insert.
  186.    * @param arg The <code>DOMString</code> to insert.
  187.    * @exception DOMException
  188.    *   INDEX_SIZE_ERR: Raised if the specified offset is negative or greater
  189.    *   than the number of characters in <code>data</code>.
  190.    *   <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
  191.    */
  192.   void               insertData(unsigned int offset, const  DOMString &arg);
  193.   /**
  194.    * Remove a range of characters from the node.
  195.    *
  196.    * Upon success,
  197.    * <code>data</code> and <code>length</code> reflect the change.
  198.    * @param offset The offset from which to remove characters.
  199.    * @param count The number of characters to delete. If the sum of
  200.    *   <code>offset</code> and <code>count</code> exceeds <code>length</code>
  201.    *   then all characters from <code>offset</code> to the end of the data
  202.    *   are deleted.
  203.    * @exception DOMException
  204.    *   INDEX_SIZE_ERR: Raised if the specified offset is negative or greater
  205.    *   than the number of characters in <code>data</code>, or if the
  206.    *   specified <code>count</code> is negative.
  207.    *   <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
  208.    */
  209.   void               deleteData(unsigned int offset,
  210.                                 unsigned int count);
  211.   /**
  212.    * Replace the characters starting at the specified character offset with
  213.    * the specified string.
  214.    *
  215.    * @param offset The offset from which to start replacing.
  216.    * @param count The number of characters to replace. If the sum of
  217.    *   <code>offset</code> and <code>count</code> exceeds <code>length</code>
  218.    *   , then all characters to the end of the data are replaced (i.e., the
  219.    *   effect is the same as a <code>remove</code> method call with the same
  220.    *   range, followed by an <code>append</code> method invocation).
  221.    * @param arg The <code>DOMString</code> with which the range must be
  222.    *   replaced.
  223.    * @exception DOMException
  224.    *   INDEX_SIZE_ERR: Raised if the specified offset is negative or greater
  225.    *   than the number of characters in <code>data</code>, or if the
  226.    *   specified <code>count</code> is negative.
  227.    *   <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
  228.    */
  229.   void               replaceData(unsigned int offset,
  230.                                  unsigned int count,
  231.                                  const DOMString &arg);
  232.   /**
  233.    * Sets the character data of the node that implements this interface.
  234.    *
  235.    * @param data The <code>DOMString</code> to set.
  236.    */
  237.   void               setData(const DOMString &data);
  238.   //@}
  239. protected:
  240.     DOM_CharacterData(CharacterDataImpl *impl);
  241. };
  242. XERCES_CPP_NAMESPACE_END
  243. #endif