This project has retired. For details please refer to its
Attic page.
MissingOpenGraphNamespaceRule (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)
org.apache.any23.validator.rule
Class MissingOpenGraphNamespaceRule
java.lang.Object
org.apache.any23.validator.rule.MissingOpenGraphNamespaceRule
- All Implemented Interfaces:
- Rule
public class MissingOpenGraphNamespaceRule
- extends Object
- implements Rule
This rule detects the issue of missing Open Graph namespace.
- Author:
- Michele Mostarda (mostarda@fbk.eu), Davide Palmisano (palmisano@fbk.eu)
- See Also:
OpenGraphNamespaceFix
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MissingOpenGraphNamespaceRule
public MissingOpenGraphNamespaceRule()
getHRName
public String getHRName()
- Specified by:
getHRName in interface Rule
- Returns:
- returns the human readable name for this rule.
applyOn
public boolean applyOn(DOMDocument document,
RuleContext context,
ValidationReportBuilder validationReportBuilder)
- Description copied from interface:
Rule
- Applies this rule to the given document.
- Specified by:
applyOn in interface Rule
- Parameters:
document - the target document.context - the context used to pass data to an eventual Fix.validationReportBuilder - the report builder used to collect rule reporting.
- Returns:
true if al least an issue is detected, false otherwise.
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.