Interface MetadataNodeProcessor
-
public interface MetadataNodeProcessorA processor of element nodes within a metadata tree. A particular implementation may process or handle more than one type of node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(XMLObject metadataNode)Process a metadata document node.
-
-
-
Method Detail
-
process
void process(XMLObject metadataNode) throws FilterException
Process a metadata document node.- Parameters:
metadataNode- the metadata node to process- Throws:
FilterException- if a fatal error is encountered while processing the node
-
-