Saxon API for .NET

Processor.Implementation Property

The underlying Configuration object in the Saxon implementation

public net.sf.saxon.Configuration Implementation {get;}

Remarks

This property provides access to internal methods in the Saxon engine that are not specifically exposed in the .NET API. In general these methods should be considered to be less stable than the classes in the Saxon.Api namespace.

The internal methods follow Java naming conventions rather than .NET conventions.

Information about the returned object (and the objects it provides access to) is included in the Saxon JavaDoc docmentation, available online.

See Also

Processor Class | Saxon.Api Namespace