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.
Method Summary
intallocate(String prefix, String uri, String localName)
shortallocateCodeForURI(String uri)
intallocateNamespaceCode(String prefix, String uri)

Method Detail

allocate

public int allocate(String prefix, String uri, String localName)

allocateCodeForURI

public short allocateCodeForURI(String uri)

allocateNamespaceCode

public int allocateNamespaceCode(String prefix, String uri)