Class XPathSuggestions


  • public class XPathSuggestions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XPathSuggestions​(net.sourceforge.pmd.lang.Language language)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getXPathSuggestions​(java.lang.String input)
      Get Suggestions based on the input by the user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XPathSuggestions

        public XPathSuggestions​(net.sourceforge.pmd.lang.Language language)
    • Method Detail

      • getXPathSuggestions

        public java.util.List<java.lang.String> getXPathSuggestions​(java.lang.String input)
        Get Suggestions based on the input by the user.