Java Doc for StandardNames.java in » XML » XPath-Saxon » net » sf » saxon » style » Java Source Code / Java DocumentationJava Source Code and Java Documentation
getClarkName(int fingerprint) Get the Clark form of a name, given its name code or fingerprint
the local name if the name is in the null namespace, or "{uri}local"otherwise.
public static String getClarkName(int fingerprint)(Code)
Get the Clark form of a name, given its name code or fingerprint
the local name if the name is in the null namespace, or "{uri}local"otherwise. The name is always interned.
getDisplayName
public static String getDisplayName(int fingerprint)(Code)