TypeInfoProvider


TypeInfoProvider javax.xml.validation

Java 5.0

A TypeInfoProvider provides information about the type of the element or attribute currently being processed by a ValidatorHandler . This type information is obtained by validating document content against a schema and may be useful to the ContentHandler to which the ValidatorHandler dispatches its method calls.

 public abstract class  TypeInfoProvider  {  // Protected Constructors  protected  TypeInfoProvider  ( );  // Public Instance Methods  public abstract org.w3c.dom.TypeInfo  getAttributeTypeInfo  (int  index  );        public abstract org.w3c.dom.TypeInfo  getElementTypeInfo  ( );        public abstract boolean  isIdAttribute  (int  index  );        public abstract boolean  isSpecified  (int  index  );   } 

Returned By

ValidatorHandler.getTypeInfoProvider( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net