ro.sync.ecss.extensions.xslt
Class XSLTNodeRendererCustomizer
java.lang.Object
ro.sync.exml.workspace.api.node.customizer.XMLNodeRendererCustomizer
ro.sync.ecss.extensions.xslt.XSLTNodeRendererCustomizer
- All Implemented Interfaces:
- ro.sync.ecss.extensions.api.Extension
@API(type=INTERNAL,
src=PUBLIC)
public class XSLTNodeRendererCustomizer
- extends XMLNodeRendererCustomizer
Class used to customize the way an XSLT node is rendered in the UI.
A node represents an entry from Author outline, Author bread crumb,
Text page outline, content completion proposals window or Elements view.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTNodeRendererCustomizer
public XSLTNodeRendererCustomizer()
getRenderingInformation
public BasicRenderingInformation getRenderingInformation(NodeRendererCustomizerContext context)
- Description copied from class:
XMLNodeRendererCustomizer
- 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.
- Specified by:
getRenderingInformation
in class XMLNodeRendererCustomizer
- 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. - See Also:
XMLNodeRendererCustomizer.getRenderingInformation(ro.sync.exml.workspace.api.node.customizer.NodeRendererCustomizerContext)
getDescription
public java.lang.String getDescription()
- See Also:
Extension.getDescription()
© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.