Uses of Class
org.apache.xml.dtm.ref.DTMStringPool

Packages that use DTMStringPool
org.apache.xml.dtm.ref   
org.apache.xml.dtm.ref.sax2dtm   
 

Uses of DTMStringPool in org.apache.xml.dtm.ref
 

Subclasses of DTMStringPool in org.apache.xml.dtm.ref
 class CustomStringPool
          CustomStringPool is an example of appliction provided data structure for a DTM implementation to hold symbol references, e.g.
 class DTMSafeStringPool
          Like DTMStringPool, but threadsafe.
 

Fields in org.apache.xml.dtm.ref declared as DTMStringPool
private  DTMStringPool DTMDocumentImpl.m_localNames
           
private  DTMStringPool DTMDocumentImpl.m_nsNames
           
private  DTMStringPool DTMDocumentImpl.m_prefixNames
           
 

Methods in org.apache.xml.dtm.ref that return DTMStringPool
 DTMStringPool DTMDocumentImpl.getLocalNameTable()
          Get a reference pointer to the element name symbol table.
 DTMStringPool DTMDocumentImpl.getNsNameTable()
          Get a reference pointer to the namespace URI symbol table.
 DTMStringPool DTMDocumentImpl.getPrefixNameTable()
          Get a reference pointer to the prefix name symbol table.
 

Methods in org.apache.xml.dtm.ref with parameters of type DTMStringPool
 void DTMDocumentImpl.setLocalNameTable(DTMStringPool poolRef)
          Set a reference pointer to the element name symbol table.
 void DTMDocumentImpl.setNsNameTable(DTMStringPool poolRef)
          Set a reference pointer to the namespace URI symbol table.
 void DTMDocumentImpl.setPrefixNameTable(DTMStringPool poolRef)
          Set a reference pointer to the prefix name symbol table.
 

Uses of DTMStringPool in org.apache.xml.dtm.ref.sax2dtm
 

Fields in org.apache.xml.dtm.ref.sax2dtm declared as DTMStringPool
protected  DTMStringPool SAX2DTM.m_valuesOrPrefixes
          pool of string values that come as strings.