示例#1
0
			public void AddFunction(XPathFunctionAttribute attribute)
			{
				throw Error.NotSupported();
			}
 public void AddFunction(XPathFunctionAttribute attribute)
 {
     AddFunction(attribute.Name, attribute);
 }
示例#3
0
		public void AddFunction(XPathFunctionAttribute attribute)
		{
			AddFunction(attribute.Name, attribute);
		}
示例#4
0
 public void AddFunction(XPathFunctionAttribute attribute)
 {
     throw Error.NotSupported();
 }
 public void Configure(XPathFunctionAttribute attribute)
 {
     CloneContext().AddFunction(attribute);
 }