C# Class Uiml.Content

Represents the content element: <!ELEMENT content (constant*)> <!ATTLIST content id NMTOKEN #IMPLIED source CDATA #IMPLIED how (union|cascade|replace) "replace" export (hidden|optional|required) "optional">
Inheritance: UimlAttributes, IUimlElement
Mostra file Open project: jozilla/Uiml.net Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Content ( ) : System
Content ( XmlNode n ) : System
Process ( XmlNode n ) : void
Query ( String constantName ) : Constant
Serialize ( XmlDocument doc ) : XmlNode

Method Details

Clone() public method

public Clone ( ) : object
return object

Content() public method

public Content ( ) : System
return System

Content() public method

public Content ( XmlNode n ) : System
n System.Xml.XmlNode
return System

Process() public method

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

Query() public method

public Query ( String constantName ) : Constant
constantName String
return Constant

Serialize() public method

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