Package com.volantis.styling.impl.engine.matchers.constraints

Examples of com.volantis.styling.impl.engine.matchers.constraints.Contains


public class ContainsTestCase
        extends ValueComparatorTestCaseAbstract {

    // Javadoc inherited.
    protected ValueConstraint createConstraint(String value) {
        return new Contains(value);
    }
View Full Code Here


        return new AttributeMatcher(prefix, localName, constraint);
    }

    // Javadoc inherited.
    public ValueConstraint createContainsConstraint(String value) {
        return new Contains(value);
    }
View Full Code Here

TOP

Related Classes of com.volantis.styling.impl.engine.matchers.constraints.Contains

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.