C# Класс Felinesoft.UmbracoCodeFirst.DataTypes.XPathItem

Показать файл Открыть проект

Защищенные методы

Метод Описание
GetAttribute ( XPathNodeIterator iterator, string attributeName ) : string

Gets an attribute value from an XML node

GetCData ( XPathNodeIterator iterator, string xpath ) : string

Gets a CData value from an XML node as specified by an xpath

Описание методов

GetAttribute() защищенный Метод

Gets an attribute value from an XML node
protected GetAttribute ( XPathNodeIterator iterator, string attributeName ) : string
iterator System.Xml.XPath.XPathNodeIterator The node iterator to get the node from
attributeName string The attribute of the node to get
Результат string

GetCData() защищенный Метод

Gets a CData value from an XML node as specified by an xpath
protected GetCData ( XPathNodeIterator iterator, string xpath ) : string
iterator System.Xml.XPath.XPathNodeIterator The node iterator to get the node from
xpath string The path to the node
Результат string