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!

XmlDocumentType Properties

The properties of the XmlDocumentType class are listed below. For a complete list of XmlDocumentType class members, see the XmlDocumentType Members topic.

Public:

Attributes (inherited from XmlNode) Gets an XmlAttributeCollection containing the attributes of this node.
ChildNodes (inherited from XmlNode) Gets all children of this node.
Entities Gets the collection of XmlEntity nodes declared in the document type declaration.
FirstChild (inherited from XmlNode) Gets the first child of this node.
HasChildNodes (inherited from XmlNode) Gets a value indicating whether this node has any child nodes.
InnerText (inherited from XmlNode) Gets or sets the concatenated values of the node and all its children.
InnerXml (inherited from XmlNode) Gets or sets the markup representing just the children of this node.
InternalSubset Gets the entire value of the DTD internal subset on the DOCTYPE declaration.
IsReadOnly Gets a value indicating whether the node is read-only.
Item (inherited from XmlNode) Overloaded. [To be supplied.]

In C#, this member is the indexer for the XmlDocumentType class.

LastChild (inherited from XmlNode) Gets the last child of this node.
LocalName Gets the name of the current node without the namespace prefix.
Name Gets the name of the node.
NamespaceURI (inherited from XmlNode) Gets the namespace URI of this node.
NextSibling (inherited from XmlLinkedNode) [To be supplied.]
NodeType Gets the type of the current node.
Notations Gets the collection of XmlNotation nodes present in the document type declaration.
OuterXml (inherited from XmlNode) Gets the markup representing this node and all its children.
OwnerDocument (inherited from XmlNode) Gets the XmlDocument that contains this node.
ParentNode (inherited from XmlNode) Gets the parent of this node (for nodes that can have parents).
Prefix (inherited from XmlNode) Gets or sets the namespace prefix of this node.
PreviousSibling (inherited from XmlLinkedNode) [To be supplied.]
PublicId Gets the value of the public identifier on the DOCTYPE declaration.
SystemId Gets the value of the system identifier on the DOCTYPE declaration.
Value Gets or sets the value of the node.

See Also

XmlDocumentType Class | System.NewXml Namespace