Class QNameCache

Object
org.dom4j.tree.QNameCache
com.liferay.portal.xml.QNameCache

public class QNameCache extends org.dom4j.tree.QNameCache
Author:
Jorge Díaz
  • Field Summary

    Fields inherited from class org.dom4j.tree.QNameCache

    namespaceCache, noNamespaceCache
  • Constructor Summary

    Constructors
    Constructor
    Description
    QNameCache(org.dom4j.DocumentFactory documentFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,org.dom4j.QName>
     

    Methods inherited from class org.dom4j.tree.QNameCache

    createQName, createQName, createQName, get, get, get, get, getNamespaceCache, getQNames, intern

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QNameCache

      public QNameCache(org.dom4j.DocumentFactory documentFactory)
  • Method Details

    • createMap

      protected Map<String,org.dom4j.QName> createMap()
      Overrides:
      createMap in class org.dom4j.tree.QNameCache