Package com.salesforce.omakase.plugin.basic

Examples of com.salesforce.omakase.plugin.basic.ConditionalsValidator


            return this;
        }

        /** allowed conditionals (e.g., set of allowed browsers) */
        public ParserConfiguration allowedConditions(Set<String> allowedConditions) {
            plugins.add(new ConditionalsValidator(allowedConditions));
            return this;
        }
View Full Code Here

TOP

Related Classes of com.salesforce.omakase.plugin.basic.ConditionalsValidator

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.