Esempio n. 1
0
			public void AddFunction(XPathFunctionAttribute attribute)
			{
				throw Error.NotSupported();
			}
Esempio n. 2
0
 public void AddFunction(XPathFunctionAttribute attribute)
 {
     AddFunction(attribute.Name, attribute);
 }
Esempio n. 3
0
		public void AddFunction(XPathFunctionAttribute attribute)
		{
			AddFunction(attribute.Name, attribute);
		}
Esempio n. 4
0
 public void AddFunction(XPathFunctionAttribute attribute)
 {
     throw Error.NotSupported();
 }
 public void Configure(XPathFunctionAttribute attribute)
 {
     CloneContext().AddFunction(attribute);
 }