Package | Description |
---|---|
org.dom4j.util |
A collection of utility classes for the dom4j API.
|
Class and 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 methods getData() and
setData() will get and set the values of a user data object. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.