Package EaseXML :: Module utils
[show private | hide private]
[frames | no frames]

Module EaseXML.utils

Function Summary
  contains(list1, list2)
Check if some elements of list1 appear in list2
  customUnicode(data, encoding)
  getDirectChildrenWithName(parent, name)
Fetch direct sub-nodes of a parent DOM tree.
  lowWord(word)
FoObar -> foObar
  replaceAll(initialString, translationHash)
for each (toReplace, replacement) in translationHash applying the query-replace operation to initialString
  titleWord(word)
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 parent DOM tree. These nodes must have a name matching name.

Return a list of DOM Nodes.

lowWord(word)

FoObar -> foObar

replaceAll(initialString, translationHash)

for each (toReplace, replacement) in translationHash applying the query-replace operation to initialString

titleWord(word)

foObar -> FoObar

Generated by Epydoc 2.1 on Sun Dec 12 17:20:24 2004 http://epydoc.sf.net