org.w3c.dom
Interface TypeInfo


public interface TypeInfo


Field Summary
static int DERIVATION_EXTENSION
           
static int DERIVATION_LIST
           
static int DERIVATION_RESTRICTION
           
static int DERIVATION_UNION
           
 
Method Summary
 java.lang.String getTypeName()
           
 java.lang.String getTypeNamespace()
           
 boolean isDerivedFrom(java.lang.String typeNamespaceArg, java.lang.String typeNameArg, int derivationMethod)
           
 

Field Detail

DERIVATION_EXTENSION

public static final int DERIVATION_EXTENSION
See Also:
Constant Field Values

DERIVATION_LIST

public static final int DERIVATION_LIST
See Also:
Constant Field Values

DERIVATION_RESTRICTION

public static final int DERIVATION_RESTRICTION
See Also:
Constant Field Values

DERIVATION_UNION

public static final int DERIVATION_UNION
See Also:
Constant Field Values
Method Detail

getTypeName

public java.lang.String getTypeName()

getTypeNamespace

public java.lang.String getTypeNamespace()

isDerivedFrom

public boolean isDerivedFrom(java.lang.String typeNamespaceArg,
                             java.lang.String typeNameArg,
                             int derivationMethod)


<oXygen/> XML Editor uses Saxon from Saxonica for providing XSLT transformation and debugging support. See the sections XSLT Editor and XSLT Debugger for more info.