Uses of Package
org.dom4j.util
Classes in org.dom4j.util used by org.dom4j.util |
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 methods getData() and
setData() will get and set the values of a user data object.
|
Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.