Dom.XmlNamespace Class Reference

Detailed Description

Used to indicate which namespace a tag belongs to. Typically placed on some base class of all tags.

Inheritance diagram for Dom.XmlNamespace:
MathML.MathNamespace PowerUI.HtmlNamespace Speech.SpeechNamespace Svg.SVGNamespace

Public Member Functions

 XmlNamespace (string name, string prefix, string mime, Type docType)
 
 XmlNamespace (string name, string prefix, string mime, Type docType, string foreign)
 

Public Attributes

MLNamespace Namespace
 The namespace. One global object per namespace. More...
 

Constructor & Destructor Documentation

Dom.XmlNamespace.XmlNamespace ( string  name,
string  prefix,
string  mime,
Type  docType 
)
inline
Dom.XmlNamespace.XmlNamespace ( string  name,
string  prefix,
string  mime,
Type  docType,
string  foreign 
)
inline

Member Data Documentation

MLNamespace Dom.XmlNamespace.Namespace

The namespace. One global object per namespace.