C# Class Uiml.Peers.DComponent

This class represents a <d-component> element in the vocabulary, specified by the following DTD: <!ELEMENT d-component (d-method)*> <!ATTLIST d-component id NMTOKEN #REQUIRED source CDATA #IMPLIED how (append|cascade|replace) "replace" export (hidden|optional|required) "optional" maps-to CDATA #IMPLIED location CDATA #IMPLIED>
Inheritance: UimlAttributes, IUimlElement
Mostra file Open project: jozilla/Uiml.net Class Usage Examples

Protected Properties

Property Type Description
m_children System.Collections.ArrayList
m_location Location
m_mapsTo string

Public Methods

Method Description
AddChild ( object o ) : void
Clone ( ) : object
DComponent ( ) : System
DComponent ( XmlNode n ) : System
GetEnumerator ( ) : IEnumerator
Process ( XmlNode n ) : void
Search ( Type t ) : ArrayList
Serialize ( XmlDocument doc ) : XmlNode

Protected Methods

Method Description
ProcessChildren ( XmlNodeList l ) : void

Method Details

AddChild() public method

public AddChild ( object o ) : void
o object
return void

Clone() public method

public Clone ( ) : object
return object

DComponent() public method

public DComponent ( ) : System
return System

DComponent() public method

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

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Process() public method

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

ProcessChildren() protected method

protected ProcessChildren ( XmlNodeList l ) : void
l System.Xml.XmlNodeList
return void

Search() public method

public Search ( Type t ) : ArrayList
t System.Type
return System.Collections.ArrayList

Serialize() public method

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

Property Details

m_children protected_oe property

protected ArrayList,System.Collections m_children
return System.Collections.ArrayList

m_location protected_oe property

protected Location,Uiml.Peers m_location
return Location

m_mapsTo protected_oe property

protected string m_mapsTo
return string