NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlEntity Class

Represents a parsed or unparsed entity in the XML document.

Object
   XmlNode
      XmlEntity

[Visual Basic]
Public Class XmlEntity
   Inherits XmlNode
[C#]
public class XmlEntity : XmlNode
[C++]
public __gc class XmlEntity : public XmlNode
[JScript]
public class XmlEntity extends XmlNode

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlEntity Members | System.NewXml Namespace