Uses of Class
org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils.BindingType
-
Packages that use RelaxNGUtils.BindingType Package Description org.eclipse.lemminx.extensions.relaxng.utils -
-
Uses of RelaxNGUtils.BindingType in org.eclipse.lemminx.extensions.relaxng.utils
Methods in org.eclipse.lemminx.extensions.relaxng.utils that return RelaxNGUtils.BindingType Modifier and Type Method Description static 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.BindingTypeRelaxNGUtils.BindingType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelaxNGUtils.BindingType[]RelaxNGUtils.BindingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.lemminx.extensions.relaxng.utils with parameters of type RelaxNGUtils.BindingType Modifier and Type Method Description static 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.
-