Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Version: Available or changed with runtime version 1.0.
Represents an XML document type.
The following methods are available on the XmlDocumentType data type.
Method name | Description |
---|---|
Create(Text) | Creates an XmlDocumentType node. |
Create(Text, Text) | Creates an XmlDocumentType node. |
Create(Text, Text, Text) | Creates an XmlDocumentType node. |
Create(Text, Text, Text, Text) | Creates an XmlDocumentType node. |
The following methods are available on instances of the XmlDocumentType data type.
Method name | Description |
---|---|
AddAfterSelf(Any,...) | Adds the specified content immediately after this node. |
AddBeforeSelf(Any,...) | Adds the specified content immediately before this node. |
AsXmlNode() | Converts the node to an XmlNode. |
GetDocument(var XmlDocument) | Gets the XmlDocument for this node. |
GetInternalSubset(var Text) | Gets the internal subset for this Document Type Definition (DTD). |
GetName(var Text) | Gets the name for this Document Type Definition (DTD). |
GetParent(var XmlElement) | Gets the parent XmlElement of this node. |
GetPublicId(var Text) | Gets the public identifier for this Document Type Definition (DTD). |
GetSystemId(var Text) | Gets the system identifier for this Document Type Definition (DTD). |
Remove() | Removes this node from its parent element. |
ReplaceWith(Any,...) | Replaces this node with the specified content. |
SelectNodes(Text, var XmlNodeList) | Selects a list of nodes matching the XPath expression. |
SelectNodes(Text, XmlNamespaceManager, var XmlNodeList) | Selects a list of nodes matching the XPath expression. |
SelectSingleNode(Text, var XmlNode) | Selects the first XmlNode that matches the XPath expression. |
SelectSingleNode(Text, XmlNamespaceManager, var XmlNode) | Selects the first XmlNode that matches the XPath expression. |
SetInternalSubset(Text) | Sets the internal subset for this Document Type Definition (DTD). |
SetName(Text) | Sets the name for this Document Type Definition (DTD). |
SetPublicId(Text) | Sets the public identifier for this Document Type Definition (DTD). |
SetSystemId(Text) | Sets the system identifier for this Document Type Definition (DTD). |
WriteTo(OutStream) | Serializes and saves the current node to the given variable. |
WriteTo(XmlWriteOptions, OutStream) | Serializes and saves the current node to the given variable. |
WriteTo(var Text) | Serializes and saves the current node to the given variable. |
WriteTo(XmlWriteOptions, var Text) | Serializes and saves the current node to the given variable. |
Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn more