C# Class Uiml.Peers.Script

This class represents a <script> element in the vocabulary, specified by the following DTD: <!ELEMENT d-param (#PCDATA)> <ATTLIST d-param id NMTOKEN #IMPLIED type CDATA #IMPLIED>
Inheritance: Uiml.UimlAttributes, IUimlElement
Mostrar archivo Open project: jozilla/Uiml.net

Public Methods

Method Description
Clone ( ) : object
Execute ( ) : Object
Execute ( Object parameters ) : Object
Execute ( String name, Object parameters ) : Object
Execute ( Uiml renderer ) : Object
GetEvents ( ArrayList al ) : void
Process ( XmlNode n ) : void
Script ( ) : Uiml
Script ( String scriptType, String scriptSource ) : Uiml
Script ( XmlNode n ) : Uiml
Script ( XmlNode xmlNode, Part partTop ) : Uiml
Serialize ( XmlDocument doc ) : XmlNode

Protected Methods

Method Description
PreCompile ( ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

Execute() public method

public Execute ( ) : Object
return Object

Execute() public method

public Execute ( Object parameters ) : Object
parameters Object
return Object

Execute() public method

public Execute ( String name, Object parameters ) : Object
name String
parameters Object
return Object

Execute() public method

public Execute ( Uiml renderer ) : Object
renderer Uiml
return Object

GetEvents() public method

public GetEvents ( ArrayList al ) : void
al System.Collections.ArrayList
return void

PreCompile() protected method

protected PreCompile ( ) : void
return void

Process() public method

public Process ( XmlNode n ) : void
n System.Xml.XmlNode
return void

Script() public method

public Script ( ) : Uiml
return Uiml

Script() public method

public Script ( String scriptType, String scriptSource ) : Uiml
scriptType String
scriptSource String
return Uiml

Script() public method

public Script ( XmlNode n ) : Uiml
n System.Xml.XmlNode
return Uiml

Script() public method

public Script ( XmlNode xmlNode, Part partTop ) : Uiml
xmlNode System.Xml.XmlNode
partTop Part
return Uiml

Serialize() public method

public Serialize ( XmlDocument doc ) : XmlNode
doc System.Xml.XmlDocument
return System.Xml.XmlNode