xmlclass/__init__.py
changeset 1329 9d0cb01312f0
parent 1290 13ee5f4ab612
child 1571 486f94a8032c
equal deleted inserted replaced
1288:adc79fc44079 1329:9d0cb01312f0
    22 #License along with this library; if not, write to the Free Software
    22 #License along with this library; if not, write to the Free Software
    23 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    23 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24 
    24 
    25 # Package initialisation
    25 # Package initialisation
    26 
    26 
    27 from xmlclass import ClassFactory, GenerateClasses, GetAttributeValue, time_model, CreateNode, NodeSetAttr, NodeRenameAttr, UpdateXMLClassGlobals
    27 from xmlclass import ClassFactory, GenerateParser, DefaultElementClass, GetAttributeValue, time_model, CreateNode, NodeSetAttr, NodeRenameAttr
    28 from xsdschema import XSDClassFactory, GenerateClassesFromXSD, GenerateClassesFromXSDstring
    28 from xsdschema import XSDClassFactory, GenerateParserFromXSD, GenerateParserFromXSDstring