if (pathPattern != null)
{
// copy children matching remaining path pattern as
// page, folder, or link proxies if viewable/visible or
// visibilty not required
children = children.inclusiveSubset(pathPattern);
if ((children != null) && !children.isEmpty())
{
List proxies = null;
Iterator childrenIter = children.iterator();
while (childrenIter.hasNext())