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 QNameCache
DocumentFactory. cache
Fields in org.dom4j with type parameters of type QNameCache Modifier and Type Field Description private static SingletonStrategy<QNameCache>
QName. singleton
The Singleton instanceMethods in org.dom4j that return QNameCache Modifier and Type Method Description protected QNameCache
DocumentFactory. createQNameCache()
Factory method to create the QNameCache.private static QNameCache
QName. getCache()
-