C# 클래스 IronRuby.Hpricot.Element

상속: BaseElement
파일 보기 프로젝트 열기: nrk/ironruby-hpricot 1 사용 예제들

공개 메소드들

메소드 설명
Element ( RubyContext context ) : System
Element ( ScannerState state ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Element() 공개 메소드

public Element ( RubyContext context ) : System
context RubyContext
리턴 System

Element() 공개 메소드

public Element ( ScannerState state ) : System
state ScannerState
리턴 System