C# Class Nustache.Core.XmlNodeValueGetter

Inheritance: ValueGetter
显示文件 Open project: jdiamond/Nustache Class Usage Examples

Public Methods

Method Description
GetValue ( ) : object

Private Methods

Method Description
HasChildNodeList ( ) : bool
TryGetNodeValueAsText ( XmlNode node ) : bool
TryGetSingleTextNodeValue ( ) : bool
TryGetStringByAttributeName ( string attributeName ) : bool
XmlNodeValueGetter ( XmlNode target, string name ) : System

Method Details

GetValue() public method

public GetValue ( ) : object
return object