Uses of Class
org.apache.xml.dtm.ref.DTMStringPool
| Package | Description |
|---|---|
| org.apache.xml.dtm.ref | |
| org.apache.xml.dtm.ref.sax2dtm |
-
Uses of DTMStringPool in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that return DTMStringPool Modifier and Type Method Description DTMStringPoolDTMDocumentImpl. getLocalNameTable()Get a reference pointer to the element name symbol table.DTMStringPoolDTMDocumentImpl. getNsNameTable()Get a reference pointer to the namespace URI symbol table.DTMStringPoolDTMDocumentImpl. getPrefixNameTable()Get a reference pointer to the prefix name symbol table.Methods in org.apache.xml.dtm.ref with parameters of type DTMStringPool Modifier and Type Method Description voidDTMDocumentImpl. 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. -
Uses of DTMStringPool in org.apache.xml.dtm.ref.sax2dtm
Fields in org.apache.xml.dtm.ref.sax2dtm declared as DTMStringPool Modifier and Type Field Description protected DTMStringPoolSAX2DTM. m_valuesOrPrefixespool of string values that come as strings.