C# Class IronRuby.Hpricot.ProcedureInstruction

Inheritance: BaseElement
Exibir arquivo Open project: nrk/ironruby-hpricot Class Usage Examples

Public Methods

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

Private Methods

Method Description
Allocator ( RubyClass self ) : ProcedureInstruction
GetContent ( ProcedureInstruction self ) : MutableString
GetTarget ( ProcedureInstruction self ) : MutableString
SetContent ( ProcedureInstruction self, MutableString content ) : void
SetTarget ( ProcedureInstruction self, MutableString target ) : void

Method Details

ProcedureInstruction() public method

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

ProcedureInstruction() public method

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