public interface CswRecordMap
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String propertyName)
Gets the catalog taxonomy attribute name for the property name, or returns the property name if
not mapped.
|
String |
getProperty(String propertyName,
org.xml.sax.helpers.NamespaceSupport context)
Gets the catalog taxonomy attribute name for the property name, or returns the property name if
not mapped.
|
boolean |
hasProperty(String propertyName)
Returns true if the property name has a corresponding catalog taxonomy attribute.
|
boolean |
hasProperty(String propertyName,
org.xml.sax.helpers.NamespaceSupport context)
Returns true if the property name has a corresponding catalog taxonomy attribute.
|
String getProperty(String propertyName, org.xml.sax.helpers.NamespaceSupport context)
NamespaceSupport will be used to resolve namespaces. If NamespaceSupport is null, then getProperty(String) should be used.propertyName - CSW query property name. Can be prefixed.context - Namespace context from the CSW queryString getProperty(String propertyName)
propertyName - CSW query property name. Can be prefixed.boolean hasProperty(String propertyName, org.xml.sax.helpers.NamespaceSupport context)
NamespaceSupport will be used to resolve namespaces. If NamespaceSupport is null, then
hasProperty(String) should be used.propertyName - CSW query property name. Can be prefixed.context - Namespace context from the CSW queryboolean hasProperty(String propertyName)
propertyName - CSW query property name. Can be prefixed.This work is licensed under a Creative Commons Attribution 4.0 International License.