C# Class Hyperlinq.HLiteral

Inheritance: HNode
Show file Open project: hyperlinq/hyperlinq

Public Properties

Property Type Description
Text string

Public Methods

Method Description
HLiteral ( string text ) : System
ToXml ( ) : XObject

Method Details

HLiteral() public method

public HLiteral ( string text ) : System
text string
return System

ToXml() public method

public ToXml ( ) : XObject
return XObject

Property Details

Text public property

public string Text
return string