C# 클래스 Felinesoft.UmbracoCodeFirst.DataTypes.XPathItem

파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

보호된 메소드들

메소드 설명
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