Package org.eclipse.wst.xsl.ui.internal.contentassist
public class XSLContentAssistRequestFactory extends java.lang.ObjectA Factory that determines which Content Assist Request class is needed and returns the appropriate class.
Constructor Summary |
XSLContentAssistRequestFactory(ITextViewer textViewer
,
int documentPosition
,
IDOMNode xmlNode
,
IStructuredDocumentRegion sdRegion
,
ITextRegion completionRegion
,
java.lang.String matchString) |
Method Summary | |
public org.eclipse.wst.xsl.ui.provisional.contentassist.IContentAssistProposalRequest | getContentAssistRequest() Get the appropriate content assist request class for the XSL request. |
protected boolean | hasAttributeAtTextRegion(java.lang.String attrName
,
org.w3c.dom.NamedNodeMap nodeMap
,
ITextRegion aRegion) |
Constructor Detail |
public XSLContentAssistRequestFactory(ITextViewer textViewer
,
int documentPosition
,
IDOMNode xmlNode
,
IStructuredDocumentRegion sdRegion
,
ITextRegion completionRegion
,
java.lang.String matchString)
Methods Detail |
public org.eclipse.wst.xsl.ui.provisional.contentassist.IContentAssistProposalRequest getContentAssistRequest()
Get the appropriate content assist request class for the XSL request.
org.eclipse.wst.xsl.ui.provisional.contentassist.IContentAssistProposalRequest
protected boolean hasAttributeAtTextRegion(java.lang.String attrName
,
org.w3c.dom.NamedNodeMap nodeMap
,
ITextRegion aRegion)
attrName
nodeMap
aRegion
boolean