java.lang.Object
javax.xml.validation.TypeInfoProvider
- See Also:
- Top Examples, Source Code,
ValidatorHandler.getTypeInfoProvider()
, TypeInfo
public abstract TypeInfo getAttributeTypeInfo(int index)
- See Also:
ContentHandler
, IllegalStateException, IndexOutOfBoundsException, Attributes
, ValidatorHandler
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract TypeInfo getElementTypeInfo()
- See Also:
ContentHandler
, IllegalStateException, ValidatorHandler
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract boolean isIdAttribute(int index)
- See Also:
ContentHandler
, IllegalStateException, IndexOutOfBoundsException, Attributes
, ValidatorHandler
, Attr.isId()
, DocumentBuilder
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract boolean isSpecified(int index)
- See Also:
ContentHandler
, IllegalStateException, IndexOutOfBoundsException, Attributes
, ValidatorHandler
, Attr.getSpecified()
, DocumentBuilder
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected TypeInfoProvider()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples