DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION| Constructor and Description |
|---|
TypeInfoImpl() |
TypeInfoImpl(String typeNamespace,
String typeName) |
TypeInfoImpl(XSTypeDefinition t) |
| Modifier and Type | Method and Description |
|---|---|
static TypeInfo |
getDTDTypeInfo(String name)
Obtains a
TypeInfo object from the DTD type name. |
String |
getTypeName() |
String |
getTypeNamespace() |
boolean |
isDerivedFrom(String typeNamespaceArg,
String typeNameArg,
int derivationMethod)
Always returns false.
|
public TypeInfoImpl()
public TypeInfoImpl(XSTypeDefinition t)
public String getTypeName()
getTypeName in interface TypeInfopublic String getTypeNamespace()
getTypeNamespace in interface TypeInfopublic boolean isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod)
isDerivedFrom in interface TypeInfoCopyright © 2018–2021 mhoffrogge. All rights reserved.