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!

XmlNameTable Interface

Provide efficient string interning for the XML parser so that the same string object is used for all repeated element and attribute names in an XML document. This class is abstract.

XmlNameTable

[Visual Basic]
Public Interface XmlNameTable
[C#]
public interface XmlNameTable
[C++]
public __gc __interface XmlNameTable

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

[To be supplied.]

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlNameTable Members | System.NewXml Namespace