Uses of Package
org.dom4j.util

Packages that use org.dom4j.util
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
An implementation of the dom4j API which also supports the W3C object model.
A collection of utility classes for the dom4j API.
  • Classes in org.dom4j.util used by org.dom4j
    Class
    Description
    SingletonStrategy is an interface used to provide common factory access for the same object based on an implementation strategy for singleton.
  • Classes in org.dom4j.util used by org.dom4j.dom
    Class
    Description
    SingletonStrategy is an interface used to provide common factory access for the same object based on an implementation strategy for singleton.
  • Classes in org.dom4j.util used by org.dom4j.util
    Class
    Description
    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 is a factory of XML objects which avoid using the lazy creation pattern.
    SingletonStrategy is an interface used to provide common factory access for the same object based on an implementation strategy for singleton.
    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 methods getData() and setData() will get and set the values of a user data object.