Package org.eclipse.wst.xsl.ui.internal.editor
public class XSLHyperlinkDetector extends AbstractHyperlinkDetectorA hyperlink detector for XSL files. The detector makes use of the model built by SSE validation (found in
XSLCore
).
Currently supports hyperlinking for includes, imports or called templates.Constructor Summary |
XSLHyperlinkDetector() |
Method Summary | |
public IHyperlink[] | detectHyperlinks(ITextViewer textViewer
,
IRegion region
,
boolean canShowMultipleHyperlinks) Try to create hyperlinks for viewer and region |
public IHyperlink[] | detectHyperlinks(IDocument document
,
IRegion region
,
boolean canShowMultipleHyperlinks) Try to create hyperlinks for document and region |
Constructor Detail |
public XSLHyperlinkDetector()
Methods Detail |
public IHyperlink[] detectHyperlinks(ITextViewer textViewer
,
IRegion region
,
boolean canShowMultipleHyperlinks)
Try to create hyperlinks for viewer and region
textViewer
region
canShowMultipleHyperlinks
IHyperlink[]
- array of hyperlinks for current region
public IHyperlink[] detectHyperlinks(IDocument document
,
IRegion region
,
boolean canShowMultipleHyperlinks)
Try to create hyperlinks for document and region
document
region
canShowMultipleHyperlinks
IHyperlink[]
- array of hyperlinks for current region