Class SchematronExtensionsBundle

  • All Implemented Interfaces:
    Extension

    @API(type=INTERNAL,
         src=PUBLIC)
    public class SchematronExtensionsBundle
    extends ExtensionsBundle
    The Schematron framework extensions bundle.
    • Constructor Detail

      • SchematronExtensionsBundle

        public SchematronExtensionsBundle()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Returns:
        The description of the extension.
        See Also:
        Extension.getDescription()
      • getHelpPageID

        public java.lang.String getHelpPageID​(java.lang.String currentEditorPage)
        Description copied from class: ExtensionsBundle
        Get the help page ID for this particular framework extensions bundle. If the returned help page ID is an URL, a web browser will be opened pointing to that URL when the user presses F1 in the dialog or when using the Help button. If the returned help page ID is an identifier, when help is invoked, the application will open the Oxygen User's Manual and locate this identifier inside it.
        Overrides:
        getHelpPageID in class ExtensionsBundle
        Parameters:
        currentEditorPage - The current editor page mode (Text/Grid/Author/Schema), one of the constants in the "ro.sync.exml.editor.EditorPageConstants" interface.
        Returns:
        The help page ID, by default no help page ID is returned.
        See Also:
        ExtensionsBundle.getHelpPageID(java.lang.String)