KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > TypeInfo

org.w3c.dom
Interface TypeInfo

See Also:
Top Examples, Source Code

static final int DERIVATION_EXTENSION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int DERIVATION_LIST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int DERIVATION_RESTRICTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int DERIVATION_UNION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getTypeName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getTypeNamespace()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean isDerivedFrom(String typeNamespaceArg,
                      String typeNameArg,
                      int derivationMethod)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags