òÕYf' ã @ si d Z d d d d g Z d d l Z e f Z Gd d „ d e ƒ Z Gd d „ d e ƒ Z d d „ Z d S) z¡Python version compatibility support for minidom. This module contains internal implementation details and should not be imported; use xml.dom.minidom instead. ÚNodeListÚ EmptyNodeListÚStringTypesÚdefpropertyé Nc @ s[ e Z d Z f Z d d „ Z d d „ Z d d „ Z e e e d d ƒZ d d „ Z d S)r c C s. d | k o t | ƒ k n r* | | Sd S)Nr )Úlen)ÚselfÚindex© r ú7/opt/alt/python35/lib64/python3.5/xml/dom/minicompat.pyÚitem5 s "z NodeList.itemc C s t | ƒ S)N)r )r r r r Ú_get_length9 s zNodeList._get_lengthc C s t j j d ƒ ‚ d S)Nz.attempt to modify read-only attribute 'length')ÚxmlÚdomÚNoModificationAllowedErr)r Úvaluer r r Ú_set_length<