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 DocumentFactoryThe document factory associated with new QNames instances in this cache or null if no instances should be associated by defaultCache ofQNameinstances with no namespace -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA factory methodprotected QNamecreateQName(String name) Factory method to create a new QName object which can be overloaded to create derived QName instancesprotected QNamecreateQName(String name, Namespace namespace) Factory method to create a new QName object which can be overloaded to create derived QName instancesprotected QNamecreateQName(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
-