Bamboo.Prevalence.XPath.XPathObjectNavigator.MoveToAttribute C# (CSharp) Method

MoveToAttribute() public method

See System.Xml.XPath.XPathNavigator.MoveToAttribute for details.
public MoveToAttribute ( string localName, string namespaceURI ) : bool
localName string
namespaceURI string
return bool
		public override bool MoveToAttribute(string localName, string namespaceURI)
		{
			Trace("MoveToAttribute");
			return false;
		}