Uses of Class
org.eclipse.lemminx.extensions.contentmodel.settings.XMLFileAssociation
-
-
Uses of XMLFileAssociation in org.eclipse.lemminx.extensions.contentmodel.model
Methods in org.eclipse.lemminx.extensions.contentmodel.model with parameters of type XMLFileAssociation Modifier and Type Method Description booleanContentModelManager. setFileAssociations(XMLFileAssociation[] fileAssociations)Set file associations. -
Uses of XMLFileAssociation in org.eclipse.lemminx.extensions.contentmodel.settings
Methods in org.eclipse.lemminx.extensions.contentmodel.settings that return XMLFileAssociation Modifier and Type Method Description XMLFileAssociation[]ContentModelSettings. getFileAssociations()Returns file associations list between a file name pattern (glob) and an XML Schema file, DTD (system Id).Methods in org.eclipse.lemminx.extensions.contentmodel.settings with parameters of type XMLFileAssociation Modifier and Type Method Description voidContentModelSettings. setFileAssociations(XMLFileAssociation[] fileAssociations) -
Uses of XMLFileAssociation in org.eclipse.lemminx.extensions.contentmodel.uriresolver
Methods in org.eclipse.lemminx.extensions.contentmodel.uriresolver with parameters of type XMLFileAssociation Modifier and Type Method Description booleanXMLFileAssociationResolverExtension. setFileAssociations(XMLFileAssociation[] fileAssociations)
-