Java Doc for UnconstructedElement.java in » XML » saxonb » net » sf » saxon » pull » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Get name code. The name code is a coded form of the node name: two nodes
with the same name code have the same namespace URI, the same local name,
and the same prefix. By masking the name code with &0xfffff, you get a
fingerprint: two nodes with the same fingerprint have the same local name
and namespace URI.
an integer name code, which may be used to obtain the actual nodename from the name pool See Also:net.sf.saxon.om.NamePool.allocate See Also: allocate See Also:net.sf.saxon.om.NamePool.getFingerprint See Also: getFingerprint