-í
?1í;c       s&     d  Z    d f  d „  ƒ  YZ d S(   s  
A Parsed Token that represents a absolute location path in the parsed tree.
WWW: http://4suite.org/XPATH        e-mail: support@4suite.org

Copyright (c) 2000-2001 Fourthought Inc, USA.   All Rights Reserved.
See  http://4suite.org/COPYRIGHT  for license and copyright information
s   ParsedAbsoluteLocationPathc      sM     d „  Z   d „  Z  e Z ! d d „ Z & d „  Z , d „  Z RS(   Nc    s     | |  _ d  S(   N(   s   childs   selfs   _child(   s   selfs   child(    (    sW   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/xpath/ParsedAbsoluteLocationPath.pys   __init__ s   c    s•     | i i p | i }  |  i t j o  | g Sn  | i ƒ  }  | i	 | d d f ƒ  |  i i
 | ƒ }  | i	 | ƒ  | Sd  S(   Ni   (   s   contexts   nodes   ownerDocuments   roots   selfs   _childs   Nones   copyNodePosSizes	   origStates   setNodePosSizes   selects   rt(   s   selfs   contexts   rts   roots	   origState(    (    sW   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/xpath/ParsedAbsoluteLocationPath.pys   evaluate s   s    c    s:   ! " | t |  ƒ GH# |  i o |  i i | d ƒ d  S(   Ns     (   s   indents   strs   selfs   _childs   pprint(   s   selfs   indent(    (    sW   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/xpath/ParsedAbsoluteLocationPath.pys   pprint! s   c    s$   & ' d t  |  ƒ t |  ƒ f Sd  S(   Ns    <AbsoluteLocationPath at %x: %s>(   s   ids   selfs   repr(   s   self(    (    sW   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/xpath/ParsedAbsoluteLocationPath.pys   __str__& s   c    s,   , - d |  i o t |  i ƒ p d Sd  S(   Ns   /s    (   s   selfs   _childs   repr(   s   self(    (    sW   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/xpath/ParsedAbsoluteLocationPath.pys   __repr__, s   (   s   __init__s   evaluates   selects   pprints   __str__s   __repr__(    (    (    sW   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/xpath/ParsedAbsoluteLocationPath.pys   ParsedAbsoluteLocationPath s   	N(   s   __doc__s   ParsedAbsoluteLocationPath(   s   ParsedAbsoluteLocationPath(    (    sW   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/xpath/ParsedAbsoluteLocationPath.pys   ? s   