Class XMLRule<C extends XMLContext>

java.lang.Object
eu.dnetlib.validator2.engine.builtins.XMLRule<C>
All Implemented Interfaces:
Rule<Document>
Direct Known Subclasses:
XMLCardinalityRule, XMLCrisClassVocabularyRule, XMLFieldExistsRule, XMLRegularExpressionRule, XMLValidURLRule, XMLVocabularyRule

public class XMLRule<C extends XMLContext> extends Object implements Rule<Document>
An XML rule that evaluates an xpath in an XMLContext and then injects a custom nodelist predicate to carry out the actual rule application.