コード例 #1
0
		public XMLTagCompletionData(CompletableXMLTag tag, XMLCodeCompleter completer)
		{
			_tag = tag;
			_completer = completer;
		}
コード例 #2
0
 public XMLTagCompletionData(CompletableXMLTag tag, XMLCodeCompleter completer)
 {
     _tag       = tag;
     _completer = completer;
 }
コード例 #3
0
		public XMLAttributeCompletionData(CompletableXMLAttribute attribute, XMLCodeCompleter completer)
		{
			_attribute = attribute;
			_completer = completer;
		}
コード例 #4
0
 public XMLAttributeCompletionData(CompletableXMLAttribute attribute, XMLCodeCompleter completer)
 {
     _attribute = attribute;
     _completer = completer;
 }