Package | Description |
---|---|
org.eclipse.lemminx.extensions.relaxng.utils |
Modifier and Type | Method and Description |
---|---|
static RelaxNGUtils.BindingType |
RelaxNGUtils.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.BindingType |
RelaxNGUtils.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.
|
Modifier and Type | Method and Description |
---|---|
static void |
RelaxNGUtils.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.
|
Copyright © 2022. All rights reserved.