Class NodeProcessingMetadataFilter

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, MetadataFilter

public class NodeProcessingMetadataFilter extends AbstractMetadataFilter
An implementation of MetadataFilter which applies a MetadataNodeProcessor to each element node in the metadata document tree. The node processors will be applied in the order of List provided by setNodeProcessors(List). The metadata document tree is traversed depth-first.
  • Field Details

  • Constructor Details

    • NodeProcessingMetadataFilter

      public NodeProcessingMetadataFilter()
      Constructor.
  • Method Details