| Home | Trees | Index | Help | 
|---|
| Package tlslite :: Package utils :: Module xmltools | 
 | 
Helper functions for XML.
This module has misc. helper functions for working with XML DOM nodes.| Variable Summary | |
|---|---|
| str | base64RegEx='[A-Za-z0-9+/]+={0,4}\\Z'                   | 
| str | booleanRegEx='(true)|(false)'                           | 
| str | certsListRegEx='(0)?(1)?(2)?(3)?(4)?(5)?(6)?(7)?(8)?(9... | 
| str | cryptoIDRegEx='([a-km-z3-9]{5}\\.){3}[a-km-z3-9]{5}\\Z... | 
| str | dateTimeRegEx='\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\... | 
| str | exprRegEx='[a-zA-Z0-9 ,()]{1,200}\\Z'                   | 
| str | keyRegEx='[A-Z]\\Z'                                     | 
| str | keysListRegEx='(A)?(B)?(C)?(D)?(E)?(F)?(G)?(H)?(I)?(J)... | 
| str | nsRegEx='http://trevp.net/cryptoID\\Z'                  | 
| str | sha1Base64RegEx='[A-Za-z0-9+/]{27}=\\Z'                 | 
| str | shortStringRegEx='.{1,100}\\Z'                          | 
| str | urlRegEx='http(s)?://.{1,100}\\Z'                       | 
| Variable Details | 
|---|
| base64RegEx
 | 
| booleanRegEx
 | 
| certsListRegEx
 | 
| cryptoIDRegEx
 | 
| dateTimeRegEx
 | 
| exprRegEx
 | 
| keyRegEx
 | 
| keysListRegEx
 | 
| nsRegEx
 | 
| sha1Base64RegEx
 | 
| shortStringRegEx
 | 
| urlRegEx
 | 
| Home | Trees | Index | Help | 
|---|
| Generated by Epydoc 2.0 on Mon Feb 21 21:56:53 2005 | http://epydoc.sf.net |