equal
deleted
inserted
replaced
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 |