< prev index next >

src/java.xml/share/classes/javax/xml/validation/TypeInfoProvider.java

Print this page

        

*** 39,49 **** * * <p> * Implementation of this "interface" can be obtained through the * {@link ValidatorHandler#getTypeInfoProvider()} method. * ! * @author <a href="mailto:Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a> * @see org.w3c.dom.TypeInfo * @since 1.5 */ public abstract class TypeInfoProvider { --- 39,49 ---- * * <p> * Implementation of this "interface" can be obtained through the * {@link ValidatorHandler#getTypeInfoProvider()} method. * ! * @author Kohsuke Kawaguchi * @see org.w3c.dom.TypeInfo * @since 1.5 */ public abstract class TypeInfoProvider {
< prev index next >