Saxon API for .NET

QName.Register Method 

Register a QName with the Processor. This makes comparison faster when the QName is compared with others that are also registered with the Processor.

public void Register(
   Processor processor
);

Parameters

processor
The Processor in which the name is to be registered.

See Also

QName Class | Saxon.Api Namespace