Uses of Package
org.dom4j.util
-
Packages that use org.dom4j.util Package Description org.dom4j.util A collection of utility classes for the dom4j API. -
Classes in org.dom4j.util used by org.dom4j.util Class Description IndexedDocumentFactory IndexedDocumentFactory
is 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 NonLazyDocumentFactory
is a factory of XML objects which avoid using the lazy creation pattern.SingletonStrategy SingletonStrategy
is an interface used to provide common factory access for the same object based on an implementation strategy for singleton.UserDataDocumentFactory UserDataDocumentFactory
is 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.