| Home | Trees | Index | Help | 
|---|
| Package EaseXML :: Module utils | 
  | 
| Function Summary | |
|---|---|
Check if some elements of list1 appear in list2  | |
customUnicode(data,
          encoding)
 | |
Fetch direct sub-nodes of a parent DOM tree. | |
FoObar -> foObar  | |
for each (toReplace, replacement) in translationHash
applying the query-replace operation to initialString | |
foObar -> FoObar  | |
| Function Details | 
|---|
  contains(list1, list2)Check if some elements of list1 appear in list2 Return the intersection of the two lists  | 
  getDirectChildrenWithName(parent, name)Fetch direct sub-nodes of a  Return a list of DOM Nodes.  | 
  lowWord(word)FoObar -> foObar | 
  replaceAll(initialString, translationHash)for each (toReplace, replacement) intranslationHash
applying the query-replace operation to initialString   | 
  titleWord(word)foObar -> FoObar | 
| Home | Trees | Index | Help | 
|---|
| Generated by Epydoc 2.1 on Sun Dec 12 17:20:24 2004 | http://epydoc.sf.net |