Package com.volantis.mcs.xml.schema.compiler

Examples of com.volantis.mcs.xml.schema.compiler.CompiledSchema


public class XDIME2CompiledSchemaTestCase
        extends TestCaseAbstract {

    public void testElements() {
        CompiledSchema schema = XDIME2CompiledSchema.getCompiledSchema();

        checkContainsElement(schema, XHTML2Elements.A);
        checkContainsElement(schema, WidgetElements.AUTOCOMPLETE);
        checkContainsElement(schema, ResponseElements.AUTOCOMPLETE);
        checkContainsElement(schema, TickerElements.CHANNELS_COUNT);
View Full Code Here

TOP

Related Classes of com.volantis.mcs.xml.schema.compiler.CompiledSchema

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.