generate.utility
index
/home/groups/p/py/pywebsvcs/src/ZSI/generate/utility.py

############################################################################
# Monte M. Goode, LBNL
# See LBNLCopyright for copyright notice!
###########################################################################

 
Modules
       
re

 
Classes
       
MessageContainer
NamespaceAliasDict
StringWriter

 
class MessageContainer
    generator util - used by address.py
 
 

 
class NamespaceAliasDict
    a lookup table to store relevant namespaces and their aliases
 
  Class methods defined here:
add(cls, ns) from __builtin__.classobj
getAlias(cls, ns) from __builtin__.classobj
getModuleName(cls, ns) from __builtin__.classobj
getNSList(cls) from __builtin__.classobj

Data and other attributes defined here:
alias_dict = {}
alias_list = []

 
class StringWriter
    generator util
 
  Methods defined here:
__iadd__(self, val)
__init__(self, val=None)
__str__(self)
getvalue(self)
set(self, val)
write(self, val)