OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DTMStringPool
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMStringPool.java
19
* $Id:
DTMStringPool
.java 468653 2006-10-28 07:07:05Z minchau $
28
/** <p>
DTMStringPool
is an "interning" mechanism for strings. It will
57
public class
DTMStringPool
66
* Create a
DTMStringPool
using the given chain size
70
public
DTMStringPool
(int chainSize)
80
public
DTMStringPool
()
154
DTMStringPool
pool=new
DTMStringPool
();
DTMDocumentImpl.java
135
private
DTMStringPool
m_localNames = new
DTMStringPool
();
136
private
DTMStringPool
m_nsNames = new
DTMStringPool
();
137
private
DTMStringPool
m_prefixNames = new
DTMStringPool
();
238
* @param poolRef
DTMStringPool
reference to an instance of table.
240
public void setLocalNameTable(
DTMStringPool
poolRef) {
247
* @return
DTMStringPool
reference to an instance of table.
249
public
DTMStringPool
getLocalNameTable()
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java
132
protected
DTMStringPool
m_valuesOrPrefixes;
262
m_valuesOrPrefixes = new
DTMStringPool
(16);
271
m_valuesOrPrefixes = new
DTMStringPool
();
[
all
...]
Completed in 35 milliseconds