C# Class Hyperlinq.HElement

Inheritance: HNode
Mostra file Open project: hyperlinq/hyperlinq

Public Properties

Property Type Description
Attributes IEnumerable
Name string

Public Methods

Method Description
HElement ( string name, IChain attributes, IEnumerable children ) : System
ToString ( ) : string
ToXml ( ) : XObject

Private Methods

Method Description
Validate ( ) : void

Method Details

HElement() public method

public HElement ( string name, IChain attributes, IEnumerable children ) : System
name string
attributes IChain
children IEnumerable
return System

ToString() public method

public ToString ( ) : string
return string

ToXml() public method

public ToXml ( ) : XObject
return XObject

Property Details

Attributes public_oe property

public IEnumerable Attributes
return IEnumerable

Name public_oe property

public string Name
return string