Uses of Class
org.apache.xml.dtm.ref.DTMStringPool
Packages that use DTMStringPool
-
Uses of DTMStringPool in org.apache.xml.dtm.ref
Subclasses of DTMStringPool in org.apache.xml.dtm.refModifier and TypeClassDescriptionclassCustomStringPool is an example of appliction provided data structure for a DTM implementation to hold symbol references, e.g. elelment names.classLike DTMStringPool, but threadsafe.Methods in org.apache.xml.dtm.ref that return DTMStringPoolModifier and TypeMethodDescriptionDTMDocumentImpl.getLocalNameTable()Get a reference pointer to the element name symbol table.DTMDocumentImpl.getNsNameTable()Get a reference pointer to the namespace URI symbol table.DTMDocumentImpl.getPrefixNameTable()Get a reference pointer to the prefix name symbol table.Methods in org.apache.xml.dtm.ref with parameters of type DTMStringPoolModifier and TypeMethodDescriptionvoidDTMDocumentImpl.setLocalNameTable(DTMStringPool poolRef) Set a reference pointer to the element name symbol table.voidDTMDocumentImpl.setNsNameTable(DTMStringPool poolRef) Set a reference pointer to the namespace URI symbol table.voidDTMDocumentImpl.setPrefixNameTable(DTMStringPool poolRef) Set a reference pointer to the prefix name symbol table.