Linux Mac OSX Windows

  
[scriptable, uuid(2a1088c7-499a-49a7-9d3b-1970d21532ab)]
interface nsIDOM3TypeInfo : nsISupports

Constants


        
const unsigned long DERIVATION_RESTRICTION = 1

        
const unsigned long DERIVATION_EXTENSION = 2

        
const unsigned long DERIVATION_UNION = 4

        
const unsigned long DERIVATION_LIST = 8

Attributes


        
readonly attribute DOMString typeName

        
readonly attribute DOMString typeNamespace

Methods


        
boolean isDerivedFrom(in DOMString typeNamespaceArg, in DOMString typeNameArg, in unsigned long derivationMethod)