Some schema languages, such as W3C XML Schema, encourages a validator to report the "type" it assigns to each attribute/element. Those applications who wish to access this type information can invoke methods defined on this "interface" to access such type information.
Implementation of this "interface" can be obtained through the {@link ValidatorHandler#getTypeInfoProvider()} method. @author Kohsuke Kawaguchi @version $Revision: 1.6 $, $Date: 2010-11-01 04:36:13 $ @see org.w3c.dom.TypeInfo @since 1.5
|
|