com.esri.gpt.control.webharvest.client.atom
Class AGPEntryProcessor2
java.lang.Object
com.esri.gpt.control.webharvest.client.atom.AGPEntryProcessor
com.esri.gpt.control.webharvest.client.atom.AGPEntryProcessor2
- All Implemented Interfaces:
- IEntryProcessor
public class AGPEntryProcessor2
- extends AGPEntryProcessor
Implements IEntryProcessor.extractMetadata() to process entry node
and extract metadata xml.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AGPEntryProcessor2
public AGPEntryProcessor2(IterationContext context)
extractMetadata
public String extractMetadata(BaseAtomInfo info,
Node entry)
- Extract xml of entry node and returns xml string.
- Specified by:
extractMetadata
in interface IEntryProcessor
- Overrides:
extractMetadata
in class AGPEntryProcessor
- Parameters:
info
- the BaseAtomInfo objectentry
- the entry node
- Returns:
- the metadata xml string
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.