C# Class IronRuby.Hpricot.Element

Inheritance: BaseElement
Afficher le fichier Open project: nrk/ironruby-hpricot Class Usage Examples

Méthodes publiques

Méthode Description
Element ( RubyContext context ) : System
Element ( ScannerState state ) : System

Private Methods

Méthode 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 méthode

public Element ( RubyContext context ) : System
context RubyContext
Résultat System

Element() public méthode

public Element ( ScannerState state ) : System
state ScannerState
Résultat System