Esempio n. 1
0
 public XmlTreeEditor(IXmlTreeView view, XmlCompletionDataProvider completionDataProvider)
 {
     this.view = view;
     this.completionDataProvider = completionDataProvider;
 }
Esempio n. 2
0
 public XmlTreeEditor(IXmlTreeView view, XmlSchemaCompletionCollection schemas, XmlSchemaCompletion defaultSchema)
 {
     this.view = view;
     this.schemas = schemas;
     this.defaultSchema = defaultSchema;
 }
Esempio n. 3
0
 public XmlTreeEditor(IXmlTreeView view, XmlSchemaCompletionCollection schemas, XmlSchemaCompletion defaultSchema)
 {
     this.view          = view;
     this.schemas       = schemas;
     this.defaultSchema = defaultSchema;
 }
Esempio n. 4
0
 public XmlTreeEditor(IXmlTreeView view, XmlCompletionDataProvider completionDataProvider)
 {
     this.view = view;
     this.completionDataProvider = completionDataProvider;
 }