C# Class IronRuby.Hpricot.Element

Inheritance: BaseElement
显示文件 Open project: nrk/ironruby-hpricot Class Usage Examples

Public Methods

Method Description
Element ( RubyContext context ) : System
Element ( ScannerState state ) : System

Private Methods

Method Description
Allocator ( RubyClass self ) : Element
ClearRaw ( Element self ) : bool
GetChildren ( Element self ) : IList
GetEtag ( Element self ) : IHpricotDataContainer
GetName ( Element self ) : MutableString
GetRawAttributes ( Element self ) : Object
GetRawString ( Element self ) : MutableString
SetChildren ( Element self, IList children ) : void
SetEtag ( Element self, IHpricotDataContainer etag ) : void
SetName ( Element self, MutableString name ) : void
SetRawAttributes ( Element self, Object rawAttributes ) : void

Method Details

Element() public method

public Element ( RubyContext context ) : System
context RubyContext
return System

Element() public method

public Element ( ScannerState state ) : System
state ScannerState
return System