Correct the DocumentNavigator import to use PMD's instead of Jaxen's.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6535 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -12,13 +12,13 @@ import net.sourceforge.pmd.lang.Parser;
|
||||
import net.sourceforge.pmd.lang.VisitorStarter;
|
||||
import net.sourceforge.pmd.lang.XPathHandler;
|
||||
import net.sourceforge.pmd.lang.ast.Node;
|
||||
import net.sourceforge.pmd.lang.ast.xpath.DocumentNavigator;
|
||||
import net.sourceforge.pmd.lang.rule.RuleViolationFactory;
|
||||
import net.sourceforge.pmd.lang.xml.ast.DumpFacade;
|
||||
import net.sourceforge.pmd.lang.xml.ast.XmlNode;
|
||||
import net.sourceforge.pmd.lang.xml.rule.XmlRuleViolationFactory;
|
||||
|
||||
import org.jaxen.Navigator;
|
||||
import org.jaxen.dom.DocumentNavigator;
|
||||
|
||||
/**
|
||||
* Implementation of LanguageVersionHandler for the XML.
|
||||
|
Reference in New Issue
Block a user