Home
last modified time | relevance | path

Searched refs:QNameCache (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/
H A DQName.java15 import org.dom4j.tree.QNameCache;
48 singleton.setSingletonClassName(QNameCache.class.getName()); in QNameCache.class.getName()
252 private static QNameCache getCache() { in getCache()
253 QNameCache cache = (QNameCache) singleton.instance(); in getCache()
H A DDocumentFactory.java27 import org.dom4j.tree.QNameCache;
50 protected transient QNameCache cache;
406 protected QNameCache createQNameCache() { in createQNameCache()
407 return new QNameCache(this); in createQNameCache()
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/tree/
H A DQNameCache.java34 public class QNameCache { class
52 public QNameCache() { in QNameCache() method in QNameCache
55 public QNameCache(DocumentFactory documentFactory) { in QNameCache() method in QNameCache
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dnamespacemap.hxx65 typedef std::unordered_map < QNamePair, OUString, QNamePairHash > QNameCache; typedef
76 mutable QNameCache aQNameCache;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dnmspmap.hxx65 typedef std::unordered_map < QNamePair, OUString, QNamePairHash > QNameCache; typedef
76 mutable QNameCache aQNameCache;
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A Dnamespacemap.cxx222 QNameCache::const_iterator aQCacheIter; in GetQNameByKey()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A Dnmspmap.cxx222 QNameCache::const_iterator aQCacheIter; in GetQNameByKey()