Package | Description |
---|---|
org.eclipse.lemminx.extensions.xsd.utils |
Modifier and Type | Method and Description |
---|---|
static XSDUtils.BindingType |
XSDUtils.getBindingType(DOMAttr originAttr)
Returns the binding type of the origin attribute which bounds an another
target attribute.
|
static XSDUtils.BindingType |
XSDUtils.BindingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XSDUtils.BindingType[] |
XSDUtils.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 |
XSDUtils.searchXSTargetAttributes(DOMAttr originAttr,
XSDUtils.BindingType bindingType,
boolean matchAttr,
boolean searchInExternalSchema,
BiConsumer<String,DOMAttr> collector)
Collect XSD target attributes declared in the XML Schema according the given
attribute and binding type.
|
Copyright © 2020. All rights reserved.