| Classes in org.dom4j.util used by org.dom4j.util | 
| IndexedDocumentFactory 
 IndexedDocumentFactoryis a factory of XML objects which
 create indexed Element implementations to allow quicker lookup via name of
 Element and Attributes though at the expense of more memory used to create
 the name indexes. | 
| NonLazyDocumentFactory 
 NonLazyDocumentFactoryis a factory of XML objects which avoid
 using the lazy creation pattern. | 
| SingletonStrategy 
 SingletonStrategyis an interface used to provide common
 factory access for the same object based on an implementation strategy for
 singleton. | 
| UserDataDocumentFactory 
 UserDataDocumentFactoryis a factory of XML objects which
 support the adornment of a user data object on an Element or Attribute
 instance such that the methodsgetData()andsetData()will get and set the values of a user data object. |