Package mf.javax.xml.validation

Examples of mf.javax.xml.validation.TypeInfoProvider


    /**
     * @param validatorHandler may not be null.
     */
    public JAXPValidatorComponent( ValidatorHandler validatorHandler ) {
        this.validator = validatorHandler;
        TypeInfoProvider tip = validatorHandler.getTypeInfoProvider();
        if(tip==null)   tip = noInfoProvider;
        this.typeInfoProvider = tip;
       
        // configure wiring between internal components.
        xni2sax.setContentHandler(validator);
View Full Code Here

TOP

Related Classes of mf.javax.xml.validation.TypeInfoProvider

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.