Project

Profile

Help

Configuration Features, why the URI?

Added by Jason Callister over 7 years ago

Can someone please explain why a Processor properties are targeted with a URI?

Processor.SetProperty(Uri, bool)


Replies (1)

RE: Configuration Features, why the URI? - Added by Michael Kay over 7 years ago

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.

    (1-1/1)

    Please register to reply