Class InterningDocumentFactory

java.lang.Object
org.dom4j.DocumentFactory
com.atlassian.core.xml.InterningDocumentFactory
All Implemented Interfaces:
Serializable

public class InterningDocumentFactory extends org.dom4j.DocumentFactory
Interns all strings rather than just QNames
Since:
v6.1
See Also:
  • Field Summary

    Fields inherited from class org.dom4j.DocumentFactory

    cache
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.dom4j.Text
     

    Methods inherited from class org.dom4j.DocumentFactory

    createAttribute, createAttribute, createCDATA, createComment, createDocType, createDocument, createDocument, createDocument, createElement, createElement, createElement, createEntity, createNamespace, createPattern, createProcessingInstruction, createProcessingInstruction, createQName, createQName, createQName, createQName, createQNameCache, createSingleton, createXPath, createXPath, createXPathFilter, createXPathFilter, getInstance, getQNames, getXPathNamespaceURIs, init, intern, setXPathNamespaceURIs

    Methods inherited from class java.lang.Object

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

    • InterningDocumentFactory

      public InterningDocumentFactory()
  • Method Details

    • createText

      public org.dom4j.Text createText(@Nonnull String text)
      Overrides:
      createText in class org.dom4j.DocumentFactory