Uses of Enum Class
org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils.BindingType
Packages that use RelaxNGUtils.BindingType
-
Uses of RelaxNGUtils.BindingType in org.eclipse.lemminx.extensions.relaxng.utils
Methods in org.eclipse.lemminx.extensions.relaxng.utils that return RelaxNGUtils.BindingTypeModifier and TypeMethodDescriptionstatic RelaxNGUtils.BindingTypeRelaxNGUtils.getBindingType(DOMAttr originAttr) Returns the binding type of the origin attribute (ex : ref/@name) which bounds an another target attribute (ex : define/@name).static RelaxNGUtils.BindingTypeReturns the enum constant of this class with the specified name.static RelaxNGUtils.BindingType[]RelaxNGUtils.BindingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lemminx.extensions.relaxng.utils with parameters of type RelaxNGUtils.BindingTypeModifier and TypeMethodDescriptionstatic voidRelaxNGUtils.searchRNGTargetAttributes(DOMAttr originAttr, RelaxNGUtils.BindingType bindingType, boolean matchAttr, boolean searchInExternalSchema, BiConsumer<String, DOMAttr> collector) Collect RNG target attributes declared in the RNG grammar according the given attribute and binding type.