Beispiel #1
0
        /// <summary>
        /// create an configure the <seealso cref="ProcessesXmlParse"/> object.
        /// </summary>
        public override ProcessesXmlParse createParse()
        {
            ProcessesXmlParse processesXmlParse = new ProcessesXmlParse(this);

            processesXmlParse.SchemaResource = ReflectUtil.getResourceUrlAsString(PROCESS_APPLICATION_XSD);
            return(processesXmlParse);
        }
Beispiel #2
0
        /// <summary>
        /// create an configure the <seealso cref="ProcessesXmlParse"/> object.
        /// </summary>
        public override BpmPlatformXmlParse createParse()
        {
            BpmPlatformXmlParse parse = new BpmPlatformXmlParse(this);

            parse.SchemaResource = ReflectUtil.getResourceUrlAsString(BPM_PLATFORM_XSD);
            return(parse);
        }