XMLTypeInfo

The TypeInfo interface represents a type referenced from Element or Attr nodes, specified in the schemas associated with the document. The type is a pair of a namespace URI and name properties, and depends on the document's schema.

Members

Functions

isDerivedFrom
bool isDerivedFrom(DOMString typeNamespaceArg, DOMString typeNameArg, DerivationMethod derivationMethod)
Undocumented in source.

Properties

typeName
DOMString typeName [@property getter]
Undocumented in source.
typeNamespace
DOMString typeNamespace [@property getter]
Undocumented in source.

Meta