Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Uiml
Head
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
ファイルを表示
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