BExIS.Xml.Helpers.XmlWriter.Get C# (CSharp) Method

Get() protected method

protected Get ( string xpath ) : System.Xml.Linq.XElement
xpath string
return System.Xml.Linq.XElement
        protected XElement Get(string xpath)
        {
            return _tempXDoc.XPathSelectElement(xpath);
        }

Same methods

XmlWriter::Get ( string name, System.Xml.Linq.XElement source ) : System.Xml.Linq.XElement
XmlWriter::Get ( string name, int number, System.Xml.Linq.XElement source ) : System.Xml.Linq.XElement
XmlWriter::Get ( string name, int number, long id ) : System.Xml.Linq.XElement
XmlWriter::Get ( string name, long id ) : System.Xml.Linq.XElement