Frames | No Frames |
Classes derived from org.apache.xml.dtm.ref.DTMStringPool | |
class | CustomStringPool is an example of appliction provided data structure
for a DTM implementation to hold symbol references, e.g. elelment names.
|
class | Like DTMStringPool, but threadsafe. |
Methods with parameter type org.apache.xml.dtm.ref.DTMStringPool | |
void | Set a reference pointer to the element name symbol table.
|
void | Set a reference pointer to the namespace URI symbol table.
|
void | Set a reference pointer to the prefix name symbol table.
|
Methods with return type org.apache.xml.dtm.ref.DTMStringPool | |
DTMStringPool | Get a reference pointer to the element name symbol table.
|
DTMStringPool | Get a reference pointer to the namespace URI symbol table.
|
DTMStringPool | Get a reference pointer to the prefix name symbol table.
|