Saxon.Api

 

 

Saxon.Api

Interface IResourceFactory


public interface IResourceFactory

A ResourceFactory is used for constructing a particular type of resource

Method Summary

 IResource MakeResource(Processor proc)

Create a Resource with given content

 

Method Detail

MakeResource

public IResource MakeResource(Processor proc)

Create a Resource with given content

Parameters:

proc - the Saxon Processor

Returns:

the resource