-í
:c       sI     d  Z    d k l Z  d k l Z  d e f d     YZ d S(   sū   
Implementation of DOM Level 2 CDATASection interface
WWW: http://4suite.com/4DOM         e-mail: support@4suite.com

Copyright (c) 2000 Fourthought Inc, USA.   All Rights Reserved.
See  http://4suite.com/COPYRIGHT  for license and copyright information
(   s   Node(   s   Texts   CDATASectionc      s     e  i Z  d   Z RS(   Nc    s-     t  i |  | |   d |  i d <d  S(   Ns   #cdata-sections
   __nodeName(   s   Texts   __init__s   selfs   ownerDocuments   datas   __dict__(   s   selfs   ownerDocuments   data(    (    sG   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/CDATASection.pys   __init__ s   (   s   Nodes   CDATA_SECTION_NODEs   nodeTypes   __init__(    (    (    sG   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/CDATASection.pys   CDATASection s   N(   s   __doc__s   xml.doms   Nodes   Texts   CDATASection(   s   Nodes   Texts   CDATASection(    (    sG   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/CDATASection.pys   ? s   