Products.PloneSMSCommunicator.pyXIAM
Module Products.PloneSMSCommunicator.pyXIAM
pyXIAM is module that defines such classes and functions:
SMSsubmitRequest
, this class define SMSsubmitRepuest type and takes responsibility
for creating instance of this class and converting it to xml format.
Methods:
Functions:
Exception classes:
Classes |
SMSsubmitRequest |
This class define SMSsubmitRepuest type and takes responsibility
for creating instance of this class and converting it to xml format. |
getAllTextFromTag(doc,
tag_name)
- return list of text elements that is nested in 'tag_name'
Parameters:
doc : this parameter must contain xml document
tag_name : this is the name of needed tag
-
|