-
a<c       s\     d  Z    d k l Z l Z  d k l Z  d k l Z  d f  d     YZ d S(   s  
A structure to hold a node's expanded name.  Internal use only.
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   Nodes   EMPTY_NAMESPACE(   s   NAMESPACE_NODE(   s   NamespaceNodes   ExpandedNameWrapperc      s     d   Z  RS(   Nc    s     t  |  _  d |  _  d |  _  t | d  o  | i t i	 t i
 g j o1  | i |  _  | i |  _  | i |  _ n^  | i t j o  | i |  _ |  _ n1  | i t i j o   | i |  _ |  _ n n d  S(   Ns    s   nodeType(   s   EMPTY_NAMESPACEs   selfs   namespaceURIs	   localNames   qNames   hasattrs   nodes   nodeTypes   Nodes   ELEMENT_NODEs   ATTRIBUTE_NODEs   nodeNames   NAMESPACE_NODEs   PROCESSING_INSTRUCTION_NODEs   target(   s   selfs   node(    (    sP   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/xpath/ExpandedNameWrapper.pys   __init__ s   (   s   __init__(    (    (    sP   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/xpath/ExpandedNameWrapper.pys   ExpandedNameWrapper s   N(   s   __doc__s   xml.doms   Nodes   EMPTY_NAMESPACEs	   xml.xpaths   NAMESPACE_NODEs   NamespaceNodes   ExpandedNameWrapper(   s   Nodes   NamespaceNodes   NAMESPACE_NODEs   EMPTY_NAMESPACEs   ExpandedNameWrapper(    (    sP   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/xpath/ExpandedNameWrapper.pys   ? s   