Namespace net.xmlcatalog
Classes
StringMatchUrlResolver
URI resolver class that uses string matching. The match can be against the whole string, a suffix or a prefix.
XmlBaseStack
Stack used for tracking xml:base paths while parsing XML Catalogs.
XmlCatalogResolver
Replacement for the built-in .NET "XmlUrlResolver" class. Implements OASIS XML Catalogs mechanism for resolving URIs, etc.
Interfaces
SimpleUrlResolver
API for simple URI resolver classes that try a single resolution strategy, e.g. a "string match and replace" strategy.
Enums
StringMatchUrlResolver.StringMatchType
Enumeration of the different types of string match.
XmlCatalogResolver.PreferType
Enumeration of the different types of resolver preference.