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
Methods in org.dom4j that return QNameCache Modifier and Type Method Description protected QNameCache
DocumentFactory. createQNameCache()
Factory method to create the QNameCache.
-