public class XmlNameTable
extends java.lang.Object
XmlNameTable is implemented in the NameTable class.
Constructor and Description |
---|
XmlNameTable() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
add(java.lang.String name)
Atomizes the specified string and adds it to the XmlNameTable.
|
java.lang.String |
get(java.lang.String name)
Gets the atomized string containing the same value as the specified string.
|
public java.lang.String add(java.lang.String name)
name
- the element or attribute name to be atomizedpublic java.lang.String get(java.lang.String name)
name
- value for which to return the atomized string containing the same value