Uses of Enum Class
org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
Packages that use XSDUtils.BindingType
-
Uses of XSDUtils.BindingType in org.eclipse.lemminx.extensions.xsd.utils
Methods in org.eclipse.lemminx.extensions.xsd.utils that return XSDUtils.BindingTypeModifier and TypeMethodDescriptionstatic XSDUtils.BindingTypeXSDUtils.getBindingType(DOMAttr originAttr) Returns the binding type of the origin attribute which bounds an another target attribute.static XSDUtils.BindingTypeReturns the enum constant of this class with the specified name.static XSDUtils.BindingType[]XSDUtils.BindingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lemminx.extensions.xsd.utils with parameters of type XSDUtils.BindingTypeModifier and TypeMethodDescriptionstatic voidXSDUtils.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.