This class implements generic NodeSet ordered lists
used with proxied instances of PSML Folders to create a
logical view of site content.
author: Randy Watler version: $Id: NodeSetImpl.java 552972 2007-07-03 20:42:07Z taylor $
exclusiveSubset - construct new NodeSet containing Node
proxies whose name or path does not match
the specified regex pattern
Parameters: regex - proxy Node name/path match pattern proxy NodeSet list
inclusiveSubset - construct new NodeSet containing Node
proxies whose name or path matches
the specified regex pattern
Parameters: regex - proxy Node name/path match pattern proxy NodeSet list