Interface ICatalog
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/javax/xml/catalog/Catalog.html
public interface ICatalog
Methods
Catalogs()
Stream<Catalog> Catalogs()
Returns
MatchPublic(String)
String MatchPublic(String arg0)
Parameters
Returns
MatchSystem(String)
String MatchSystem(String arg0)
Parameters
Returns
MatchURI(String)
String MatchURI(String arg0)