Uses of Class
org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
-
Packages that use XSDUtils.BindingType Package Description org.eclipse.lemminx.extensions.xsd.utils -
-
Uses of XSDUtils.BindingType in org.eclipse.lemminx.extensions.xsd.utils
Methods in org.eclipse.lemminx.extensions.xsd.utils that return XSDUtils.BindingType Modifier and Type Method Description static XSDUtils.BindingTypeXSDUtils. getBindingType(DOMAttr originAttr)Returns the binding type of the origin attribute which bounds an another target attribute.static XSDUtils.BindingTypeXSDUtils.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.Methods in org.eclipse.lemminx.extensions.xsd.utils with parameters of type XSDUtils.BindingType Modifier and Type Method Description static 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.
-