Class CompletionResult

  • All Implemented Interfaces:
    java.lang.Comparable<CompletionResult>

    public class CompletionResult
    extends java.lang.Object
    implements java.lang.Comparable<CompletionResult>
    XPath suggestion result.
    Since:
    7.0.0
    Author:
    Clément Fournier
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(CompletionResult o)  
      java.lang.String getNodeName()
      Suggested node name.
      javafx.scene.text.TextFlow getTextFlow()
      Formatted TextFlow with the match regions highlighted.
      • Methods inherited from class java.lang.Object

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

      • getNodeName

        public java.lang.String getNodeName()
        Suggested node name.
      • getTextFlow

        public javafx.scene.text.TextFlow getTextFlow()
        Formatted TextFlow with the match regions highlighted.