TypeInfo
interfacein packageorg.w3c.dom
public interface TypeInfo:
TypeInfo

Schema type metadata associated with DOM nodes.

import org.w3c.dom

info as TypeInfo = element.schemaTypeInfo
Fields
Modifier and Type Member Description
public static readonly DERIVATION_EXTENSION
DERIVATION_EXTENSION as Int = 2
No summary.
public static readonly DERIVATION_LIST
DERIVATION_LIST as Int = 8
No summary.
public static readonly DERIVATION_RESTRICTION
DERIVATION_RESTRICTION as Int = 1
Type derivation method constants.
public static readonly DERIVATION_UNION
DERIVATION_UNION as Int = 4
No summary.
Properties
Modifier and Type Member Description
public readonly property typeName
typeName as String
Schema type name.
public readonly property typeNamespace
typeNamespace as String
Schema type namespace URI.
Methods
Modifier and Type Member Description
public isDerivedFrom
isDerivedFrom(typeNamespaceArg as String, typeNameArg as String, derivationMethod as Int) as Boolean
Indicates whether this type derives from another schema type.