Uses of Class
de.fraunhofer.ipsi.xquery.enums.InheritModeEnum

Packages that use InheritModeEnum
de.fraunhofer.ipsi.xquery.context   
de.fraunhofer.ipsi.xquery.enums   
de.fraunhofer.ipsi.xquery.tree.prolog   
 

Uses of InheritModeEnum in de.fraunhofer.ipsi.xquery.context
 

Fields in de.fraunhofer.ipsi.xquery.context declared as InheritModeEnum
 InheritModeEnum StaticContext.inheritMode
           
 

Uses of InheritModeEnum in de.fraunhofer.ipsi.xquery.enums
 

Methods in de.fraunhofer.ipsi.xquery.enums that return InheritModeEnum
static InheritModeEnum InheritModeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InheritModeEnum[] InheritModeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of InheritModeEnum in de.fraunhofer.ipsi.xquery.tree.prolog
 

Methods in de.fraunhofer.ipsi.xquery.tree.prolog that return InheritModeEnum
 InheritModeEnum XQueryCopyNamespacesDecl.getInheritMode()
          Returns InheritMode
 

Constructors in de.fraunhofer.ipsi.xquery.tree.prolog with parameters of type InheritModeEnum
XQueryCopyNamespacesDecl(PositionInfo pos, PreserveModeEnum preserveMode, InheritModeEnum inheritMode)
          Constructor