ReasonCodeExample.XPathInformation.Writers.SimplifiedXPathWriter.WriteAttributeNameWithPrefix C# (CSharp) Method

WriteAttributeNameWithPrefix() protected method

protected WriteAttributeNameWithPrefix ( string namespacePrefix, string localName ) : void
namespacePrefix string
localName string
return void
        protected override void WriteAttributeNameWithPrefix(string namespacePrefix, string localName)
        {
            XPath.Append(localName);
        }