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

Examples of com.volantis.styling.impl.engine.matchers.composites.CompositeMatcher


    public Matcher createCompositeMatcher(
            Matcher context, Matcher subject,
            Operator operator,
            MatcherBuilderContext builderContext) {

        return new CompositeMatcher(context, subject, operator,
                                    builderContext);
    }
View Full Code Here

TOP

Related Classes of com.volantis.styling.impl.engine.matchers.composites.CompositeMatcher

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.