net.sf.saxon.om
Class DiagnosticNamePool
public
class
DiagnosticNamePool
extends NamePool
This class provides a diagnostic wrapper for the real NamePool. There are no formal interfaces
to exploit it, but it can be patched into a system by use of setNamePool() on the Configuration,
and its effect is to trace entry to selected methods, notably those that are synchronized, for
diagnostic analysis.
public int allocate(String prefix, String uri, String localName)
public short allocateCodeForURI(String uri)
public int allocateNamespaceCode(String prefix, String uri)