public class ItemTypeFilter extends java.lang.Object implements Filter<Node>
Node
:s whose
Node.getItemType()
method matches the given item
type.Constructor and Description |
---|
ItemTypeFilter(Item itemType)
Create a filter that finds nodes that has an attached item of the
given item type.
|