src/java.xml/share/classes/javax/xml/validation/TypeInfoProvider.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    39  *
    39  *
    40  * <p>
    40  * <p>
    41  * Implementation of this "interface" can be obtained through the
    41  * Implementation of this "interface" can be obtained through the
    42  * {@link ValidatorHandler#getTypeInfoProvider()} method.
    42  * {@link ValidatorHandler#getTypeInfoProvider()} method.
    43  *
    43  *
    44  * @author  <a href="mailto:Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a>
    44  * @author  Kohsuke Kawaguchi
    45  * @see org.w3c.dom.TypeInfo
    45  * @see org.w3c.dom.TypeInfo
    46  * @since 1.5
    46  * @since 1.5
    47  */
    47  */
    48 public abstract class TypeInfoProvider {
    48 public abstract class TypeInfoProvider {
    49 
    49