Configuration Features, why the URI?
Replies (1)
Please register to reply
Added by Jason Callister about 8 years ago
Can someone please explain why a Processor properties are targeted with a URI?
Processor.SetProperty(Uri, bool)
Saxon is following a tradition established by JAXP interfaces such as SAXParserFactory and TransformerFactory.
In fact these configuration properties can be set on interfaces such as TransformerFactory and XQDataSource that are not Saxon-specific, so it is useful to have names that are clearly in the Saxon namespace and cannot be confused with properties defined by someone else for a different implementation.
Please register to reply