Normal implementation of children for source element nodes.
Ordering and filtering of the children can be customized
using
SourceElementFilter .
FilterCookie is implemented to provide a means
for user customization of the filter.
The child list listens to changes in the source element, as well as the filter, and
automatically updates itself as appropriate.
A child factory can be used to cause the children list to create
non-
DefaultFactory default child nodes, if desired, both at the time of the creation
of the children list, and when new children are added.
The children list may be unattached to any source element temporarily,
in which case it will have no children (except possibly an error indicator).
author: Dafe Simonek, Jan Jancura |