Examples of requiresPerElementState()


Examples of com.volantis.mcs.xml.schema.impl.validation.ContentValidator.requiresPerElementState()

            // unlimited

            // If the elementValidator requires per element state then we need
            // to wrap it in a repeating validator but otherwise we can just
            // return it as is.
            if (nestedValidator.requiresPerElementState()) {
                contentValidator =
                        prototypeFactory.createBoundedContentValidator(
                                nestedValidator, minimum, maximum);
            } else {
                contentValidator =
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.