-í
qy®:c       sU     d  Z    d k Z  d k l Z  d k l Z  d e f d „  ƒ  YZ d S(   sÉ   
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
N(   s   Node(   s   HTMLElements   HTMLOptGroupElementc      sÔ     d d „ Z   d „  Z   d „  Z & d „  Z ) d „  Z . e i i ƒ  Z / e i h  e d <e d <ƒ 4 e i	 i ƒ  Z	 5 e	 i h  e d <e d <ƒ : e
 e	 d	 „ ; e i e i ƒ  ƒ Z RS(
   Ns   OPTGROUPc    s     t  i |  | | ƒ d  S(   N(   s   HTMLElements   __init__s   selfs   ownerDocuments   nodeName(   s   selfs   ownerDocuments   nodeName(    (    sS   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/html/HTMLOptGroupElement.pys   __init__ s   c    s     |  i d ƒ Sd  S(   Ns   DISABLED(   s   selfs   hasAttribute(   s   self(    (    sS   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/html/HTMLOptGroupElement.pys   _get_disabled s   c    s8     ! | o " |  i d d ƒ n $ |  i d ƒ d  S(   Ns   DISABLED(   s   values   selfs   setAttributes   removeAttribute(   s   selfs   value(    (    sS   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/html/HTMLOptGroupElement.pys   _set_disabled  s   
c    s   & ' |  i d ƒ Sd  S(   Ns   LABEL(   s   selfs   getAttribute(   s   self(    (    sS   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/html/HTMLOptGroupElement.pys
   _get_label& s   c    s   ) * |  i d | ƒ d  S(   Ns   LABEL(   s   selfs   setAttributes   value(   s   selfs   value(    (    sS   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/html/HTMLOptGroupElement.pys
   _set_label) s   s   disableds   labelc    s   : | i |  ƒ S(   N(   s   ms   has_keys   k(   s   ks   m(    (    sS   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/html/HTMLOptGroupElement.pys   <lambda>: s    (   s   __init__s   _get_disableds   _set_disableds
   _get_labels
   _set_labels   HTMLElements   _readComputedAttrss   copys   updates   _writeComputedAttrss   filters   _readOnlyAttrss   keys(    (    (    sS   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/html/HTMLOptGroupElement.pys   HTMLOptGroupElement s   ""(   s   __doc__s   strings   xml.doms   Nodes   xml.dom.html.HTMLElements   HTMLElements   HTMLOptGroupElement(   s   Nodes   HTMLOptGroupElements   strings   HTMLElement(    (    sS   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/dom/html/HTMLOptGroupElement.pys   ? s   