Class XmlLanguage
java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.XmlLanguage
Class for representing XML in QuPath.
- Since:
- v0.4.0
- 
Method SummaryModifier and TypeMethodDescriptionGet theScriptAutoCompletorobject that takes care of this language's auto-completion.static XmlLanguageGet the static instance of this class.Methods inherited from class qupath.lib.scripting.languages.ScriptLanguagegetExtensions, getName, toString
- 
Method Details- 
getInstanceGet the static instance of this class.- Returns:
- instance
 
- 
getAutoCompletorDescription copied from class:ScriptLanguageGet theScriptAutoCompletorobject that takes care of this language's auto-completion.Can return nullif the script editor should not handle auto-completion for this language.- Overrides:
- getAutoCompletorin class- ScriptLanguage
- Returns:
- auto-completor
 
 
-