Uses of Class
org.dom4j.tree.QNameCache
-
Packages that use QNameCache Package Description org.dom4j Defines the XML Document Object Model in Java interfaces together with some helper classes. -
-
Uses of QNameCache in org.dom4j
Fields in org.dom4j declared as QNameCache Modifier and Type Field Description protected QNameCacheDocumentFactory. cacheFields in org.dom4j with type parameters of type QNameCache Modifier and Type Field Description private static SingletonStrategy<QNameCache>QName. singletonThe Singleton instanceMethods in org.dom4j that return QNameCache Modifier and Type Method Description protected QNameCacheDocumentFactory. createQNameCache()Factory method to create the QNameCache.private static QNameCacheQName. getCache()
-