Interface MetadataNodeProcessor
- All Known Implementing Classes:
EntitiesDescriptorNameProcessor
public interface MetadataNodeProcessor
A processor of element nodes within a metadata tree. A particular implementation may process or
handle more than one type of node.
-
Method Summary
-
Method Details
-
process
Process a metadata document node.- Parameters:
metadataNode
- the metadata node to process- Throws:
FilterException
- if a fatal error is encountered while processing the node
-