API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.validation. TypeInfoProvider View Source
Author(s)
Kohsuke Kawaguchi
Since
1.5
Version
$Revision: 1.3 $, $Date: 2005/10/12 17:14:21 $
Serial
Hierarchy
 Object
      TypeInfoProvider
Implements
Subclasses
Description
publicabstract abstract class TypeInfoProvider
  This class provides access to the type information determined by ValidatorHandler.
See also:    TypeInfo
Constructors
protected TypeInfoProvider ()
  Constructor for the derived class.
Methods
Hide/Show inherited methods
publicabstract TypeInfo getAttributeTypeInfo (int index)
  Returns the immutable TypeInfo object for the specified attribute of the current element.
publicabstract TypeInfo getElementTypeInfo ()
  Returns the immutable TypeInfo object for the current element.
publicabstract boolean isIdAttribute (int index)
  Returns true if the specified attribute is determined to be ID.
publicabstract boolean isSpecified (int index)
  Returns false if the attribute was added by the validator.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar