Class QNameCache
java.lang.Object
org.dom4j.tree.QNameCache
QNameCache
caches instances of QName
for reuse
both across documents and within documents.
- Version:
- $Revision: 1.16 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DocumentFactory
The document factory associated with new QNames instances in this cache or null if no instances should be associated by defaultCache ofQName
instances with no namespace -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA factory methodprotected QName
createQName
(String name) Factory method to create a new QName object which can be overloaded to create derived QName instancesprotected QName
createQName
(String name, Namespace namespace) Factory method to create a new QName object which can be overloaded to create derived QName instancesprotected QName
createQName
(String name, Namespace namespace, String qualifiedName) Factory method to create a new QName object which can be overloaded to create derived QName instancesDOCUMENT ME!DOCUMENT ME!DOCUMENT ME!getNamespaceCache
(Namespace namespace) DOCUMENT ME!Returns a list of all the QName instances currently usedDOCUMENT ME!
-
Field Details
-
noNamespaceCache
-
namespaceCache
-
documentFactory
The document factory associated with new QNames instances in this cache or null if no instances should be associated by default
-
-
Constructor Details
-
QNameCache
public QNameCache() -
QNameCache
-
-
Method Details
-
getQNames
-
get
-
get
-
get
-
get
-
intern
-
getNamespaceCache
-
createMap
-
createQName
-
createQName
-
createQName
-