public class ExcludeQNamesFilter extends Object implements RelationalObject.Filter
QName
s.Constructor and Description |
---|
ExcludeQNamesFilter(String... namesToExclude)
Constructs a filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
rejectDescriptor(String descriptorName) |
boolean |
rejectProperty(String propName) |
public ExcludeQNamesFilter(String... namesToExclude)
namesToExclude
- a collection of names being excluded (cannot be null
or empty)public boolean rejectDescriptor(String descriptorName)
rejectDescriptor
in interface RelationalObject.Filter
descriptorName
- the name of the descriptor being checked (cannot be empty)true
if the descriptor should be rejectRelationalObject.Filter.rejectDescriptor(java.lang.String)
public boolean rejectProperty(String propName)
rejectProperty
in interface RelationalObject.Filter
propName
- the name of the property being checked (cannot be empty)true
if this property should be rejectedRelationalObject.Filter.rejectProperty(java.lang.String)
Copyright © 2013–2019. All rights reserved.