Enum XmlCatalogResolver.PreferType
Enumeration of the different types of resolver preference.
Namespace: net.xmlcatalog
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum XmlCatalogResolver.PreferType
Fields
Name | Description |
---|---|
Catalog | Use preferences as defined in catalogs. |
Public | Always prefer public IDs to system IDs (override settings in catalogs). |
System | Always prefer system IDs to public IDs (override settings in catalogs). |