Interface TypeInfo

All Known Implementing Classes:
AttributeTypeInfo, DOM2DTMdefaultNamespaceDeclarationNode

public interface TypeInfo
  • Method Details Link icon

    • getTypeName Link icon

      String getTypeName()

      getTypeName.

      Returns:
      a String object.
    • getTypeNamespace Link icon

      String getTypeNamespace()

      getTypeNamespace.

      Returns:
      a String object.
    • isDerivedFrom Link icon

      boolean isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod)

      isDerivedFrom.

      Returns:
      a Boolean object.