Constructor and Description |
---|
WildcardFilter(INodeReadTrx rtx,
String mKnownPart,
boolean mIsName)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
filter()
Filter on the current node
|
addAtomicToItemList, close, getItemList, getNode, getStartKey, isSelfIncluded, iterator, moveTo, next, remove, reset, resetToLastKey, resetToStartKey
public WildcardFilter(INodeReadTrx rtx, String mKnownPart, boolean mIsName)
rtx
- Transaction to operate onmKnownPart
- part of the qualified name that is specified. This can be
either the namespace prefix, or the local namemIsName
- defines, if the specified part is the prefix, or the local
name (true, if it is the local name)Copyright © 2013. All Rights Reserved.