src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/XMLSchemaFactory.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
child 48577 8dff65f1d611
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    62 import org.xml.sax.SAXParseException;
    62 import org.xml.sax.SAXParseException;
    63 
    63 
    64 /**
    64 /**
    65  * {@link SchemaFactory} for XML Schema.
    65  * {@link SchemaFactory} for XML Schema.
    66  *
    66  *
    67  * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    67  * @author Kohsuke Kawaguchi
    68  */
    68  */
    69 public final class XMLSchemaFactory extends SchemaFactory {
    69 public final class XMLSchemaFactory extends SchemaFactory {
    70 
    70 
    71     // feature identifiers
    71     // feature identifiers
    72 
    72