Class XMLNodeRendererCustomizer

    • Constructor Detail

      • XMLNodeRendererCustomizer

        public XMLNodeRendererCustomizer()
    • Method Detail

      • getRenderingInformation

        public abstract BasicRenderingInformation getRenderingInformation​(NodeRendererCustomizerContext context)
        Get the rendering information (text to render, path of the icon to display in outline, bread crumb or content completion proposals window) for given context.
        Parameters:
        context - The node context(contains information like node name, namespace and attributes).
        Returns:
        The rendering information. If the returned value is null then the default node rendering will be used.