Exemple #1
0
 public Prolog()
 {
     namespaceDecls = new StringDictionary();
     schemaImports  = new SchemaImportCollection();
     moduleImports  = new ModuleImportCollection();
     variables      = new XQueryVariableTable();
     functions      = new FunctionCollection();
 }
Exemple #2
0
		public Prolog ()
		{
			namespaceDecls = new StringDictionary ();
			schemaImports = new SchemaImportCollection ();
			moduleImports = new ModuleImportCollection ();
			variables = new XQueryVariableTable ();
			functions = new FunctionCollection ();
		}