public class ExcludeNamespaceFilter extends Object implements RelationalObject.Filter
Constructor and Description |
---|
ExcludeNamespaceFilter(String namespacePrefix,
String namespaceUri) |
Modifier and Type | Method and Description |
---|---|
boolean |
rejectDescriptor(String descriptorName) |
boolean |
rejectProperty(String propName) |
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.