Uses of Class
org.dom4j.tree.BackedList
-
Packages that use BackedList Package Description org.dom4j.tree Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model. -
-
Uses of BackedList in org.dom4j.tree
Methods in org.dom4j.tree that return BackedList Modifier and Type Method Description protected BackedList
AbstractBranch. createResultList()
A Factory Method pattern which creates a BackedList implementation used to store results of a filtered content query.
-