Class XmlMetadataExtracter

java.lang.Object
org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter
org.alfresco.repo.content.metadata.xml.XmlMetadataExtracter
All Implemented Interfaces:
ContentWorker, MetadataEmbedder, MetadataExtracter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware

@Deprecated public class XmlMetadataExtracter extends AbstractMappingMetadataExtracter
Deprecated.
A metadata extractor that selects an appropiate workder for the extraction.

The selectors are used to find an extracter most appropriate of a given XML document. The chosen extracter is then asked to extract the values, passing through the MetadataExtracter.OverwritePolicy as AbstractMappingMetadataExtracter.setOverwritePolicy(org.alfresco.repo.content.metadata.MetadataExtracter.OverwritePolicy) on this instance. The overwrite policy of the embedded extracters is not relevant unless they are used separately in another context.

Since:
2.1
Author:
Derek Hulley
See Also: