Revision 16170 trunk/applications/appCatalogAndGazetteerClient/src/es/gva/cit/catalog/schemas/IdecISO19115Record.java

View differences:

IdecISO19115Record.java
116 116
	 * @see es.gva.cit.catalogClient.schemas.discoverer.Record#accept(java.net.URI, es.gva.cit.catalogClient.metadataxml.XMLNode)
117 117
	 */
118 118
	public boolean accept(URI uri, XMLNode node) {
119
		if (node.getName().endsWith("MD_Metadata")){
120
			if (node.searchNode("identificationInfo->MD_DataIdentification->citation->title")!=null){
121
				return true;
122
			}
123
		}
119 124
		return false;
120 125
	} 
121 126
}

Also available in: Unified diff