Example usage for javax.xml.validation Validator interface-usage

List of usage examples for javax.xml.validation Validator interface-usage

Introduction

In this page you can find the example usage for javax.xml.validation Validator interface-usage.

Usage

From source file com.amalto.core.schema.validation.XmlSchemaValidator.java

public class XmlSchemaValidator implements Validator {

    private static final SchemaFactory schemaFactory = SchemaFactory
            .newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);

    private static final Map<String, Schema> schemaCache = new HashMap<String, Schema>();