Class XmlLanguage

java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.XmlLanguage

public class XmlLanguage extends ScriptLanguage
Class for representing XML in QuPath.
Since:
v0.4.0
  • Method Details

    • getInstance

      public static XmlLanguage getInstance()
      Get the static instance of this class.
      Returns:
      instance
    • getAutoCompletor

      public ScriptAutoCompletor getAutoCompletor()
      Description copied from class: ScriptLanguage
      Get the ScriptAutoCompletor object that takes care of this language's auto-completion.

      Can return null if the script editor should not handle auto-completion for this language.

      Overrides:
      getAutoCompletor in class ScriptLanguage
      Returns:
      auto-completor