com.jclark.xsl.om
public class NameTableImpl extends Object implements NameTable
| Constructor Summary | |
|---|---|
| NameTableImpl()
Empty constructor initializes prefix map | |
| Method Summary | |
|---|---|
| Name | createName(String qName, String namespace)
construct (or find) a Name for the given qName in the
given Namespace |
| Name | createName(String nonQName)
create a name in the document's (null) namespace
for a non-qualified name |
| NamespacePrefixMap | getEmptyNamespacePrefixMap() |
| NamespacePrefixMap | intern(NamespacePrefixMap prefixMap) |