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
Afficher le fichier Open project: jozilla/Uiml.net

Méthodes publiques

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

Méthodes protégées

Méthode Description
PreCompile ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Execute() public méthode

public Execute ( ) : Object
Résultat Object

Execute() public méthode

public Execute ( Object parameters ) : Object
parameters Object
Résultat Object

Execute() public méthode

public Execute ( String name, Object parameters ) : Object
name String
parameters Object
Résultat Object

Execute() public méthode

public Execute ( Uiml renderer ) : Object
renderer Uiml
Résultat Object

GetEvents() public méthode

public GetEvents ( ArrayList al ) : void
al System.Collections.ArrayList
Résultat void

PreCompile() protected méthode

protected PreCompile ( ) : void
Résultat void

Process() public méthode

public Process ( XmlNode n ) : void
n System.Xml.XmlNode
Résultat void

Script() public méthode

public Script ( ) : Uiml
Résultat Uiml

Script() public méthode

public Script ( String scriptType, String scriptSource ) : Uiml
scriptType String
scriptSource String
Résultat Uiml

Script() public méthode

public Script ( XmlNode n ) : Uiml
n System.Xml.XmlNode
Résultat Uiml

Script() public méthode

public Script ( XmlNode xmlNode, Part partTop ) : Uiml
xmlNode System.Xml.XmlNode
partTop Part
Résultat Uiml

Serialize() public méthode

public Serialize ( XmlDocument doc ) : XmlNode
doc System.Xml.XmlDocument
Résultat System.Xml.XmlNode