C# Class Uiml.Head

Implementation for the head element <!ELEMENT head (meta*)> <!ELEMENT meta EMPTY> <!ATTLIST meta name NMTOKEN #REQUIRED content CDATA #REQUIRED>
Inheritance: IUimlElement, ICloneable
Datei anzeigen Open project: jozilla/Uiml.net Class Usage Examples

Public Methods

Method Description
Clone ( ) : Object
Head ( ) : System
Head ( XmlNode n ) : System
Process ( XmlNode n ) : void
Serialize ( XmlDocument document ) : XmlNode
ToString ( ) : String

Method Details

Clone() public method

public Clone ( ) : Object
return Object

Head() public method

public Head ( ) : System
return System

Head() public method

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

Process() public method

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

Serialize() public method

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

ToString() public method

public ToString ( ) : String
return String