com.atlassian.core.xml
Class InterningDocumentFactory

java.lang.Object
  extended by org.dom4j.DocumentFactory
      extended by 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:
Serialized Form

Field Summary
 
Fields inherited from class org.dom4j.DocumentFactory
cache
 
Constructor Summary
InterningDocumentFactory()
           
 
Method Summary
 org.dom4j.Text createText(String 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 Detail

InterningDocumentFactory

public InterningDocumentFactory()
Method Detail

createText

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.