Package org.eclipse.wst.xsl.ui.internal.contentassist
public class XSLTemplateContentAssistProcessor extends org.eclipse.wst.xsl.ui.provisional.contentassist.AbstractXSLContentAssistProcessor
Constructor Summary |
XSLTemplateContentAssistProcessor() |
Method Summary | |
public ICompletionProposal[] | computeCompletionProposals(ITextViewer viewer
,
int offset) |
public IContextInformation[] | computeContextInformation(ITextViewer viewer
,
int offset) |
public char[] | getContextInformationAutoActivationCharacters() |
public IContextInformationValidator | getContextInformationValidator() |
public java.lang.String | getMaximumVersion() |
public java.lang.String | getMinimumVersion() |
public java.util.ArrayList | getNamespaces() |
Constructor Detail |
public XSLTemplateContentAssistProcessor()
Methods Detail |
public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer
,
int offset)
viewer
offset
ICompletionProposal[]
public IContextInformation[] computeContextInformation(ITextViewer viewer
,
int offset)
viewer
offset
IContextInformation[]
public char[] getContextInformationAutoActivationCharacters()
char[]
public IContextInformationValidator getContextInformationValidator()
IContextInformationValidator
public java.lang.String getMaximumVersion()
java.lang.String
public java.lang.String getMinimumVersion()
java.lang.String
public java.util.ArrayList getNamespaces()
java.util.ArrayList