public XMLTagCompletionData(CompletableXMLTag tag, XMLCodeCompleter completer)
		{
			_tag = tag;
			_completer = completer;
		}
Exemple #2
0
 public XMLTagCompletionData(CompletableXMLTag tag, XMLCodeCompleter completer)
 {
     _tag       = tag;
     _completer = completer;
 }
		public XMLAttributeCompletionData(CompletableXMLAttribute attribute, XMLCodeCompleter completer)
		{
			_attribute = attribute;
			_completer = completer;
		}
 public XMLAttributeCompletionData(CompletableXMLAttribute attribute, XMLCodeCompleter completer)
 {
     _attribute = attribute;
     _completer = completer;
 }