System.Xml.Xsl.Runtime.XmlQueryOutput.WriteStartElementComputed C# (CSharp) Method

WriteStartElementComputed() public method

Write an element with a name that is copied from the navigator.
public WriteStartElementComputed ( XPathNavigator navigator ) : void
navigator System.Xml.XPath.XPathNavigator
return void
        public void WriteStartElementComputed(XPathNavigator navigator) {
            WriteStartComputed(XPathNodeType.Element, navigator);
        }

Same methods

XmlQueryOutput::WriteStartElementComputed ( XmlQualifiedName name ) : void
XmlQueryOutput::WriteStartElementComputed ( string tagName, int prefixMappingsIndex ) : void
XmlQueryOutput::WriteStartElementComputed ( string tagName, string ns ) : void