DtdEntity
DtdEntity
DtdEntity
DtdEntity
DtdEntity
Class
Definition
Represents a parsed or unparsed entity in the XML document.
public : sealed class DtdEntity : IDtdEntity, IXmlNode, IXmlNodeSelector, IXmlNodeSerializer
struct winrt::Windows::Data::Xml::Dom::DtdEntity : IDtdEntity, IXmlNode, IXmlNodeSelector, IXmlNodeSerializer
public sealed class DtdEntity : IDtdEntity, IXmlNode, IXmlNodeSelector, IXmlNodeSerializer
Public NotInheritable Class DtdEntity Implements IDtdEntity, IXmlNode, IXmlNodeSelector, IXmlNodeSerializer
// This class does not provide a public constructor.
- Attributes
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Attributes Attributes Attributes Attributes Attributes |
Gets the list of attributes of this node. |
ChildNodes ChildNodes ChildNodes ChildNodes ChildNodes |
Gets a list of children in the current node. |
FirstChild FirstChild FirstChild FirstChild FirstChild |
Gets the first child node. |
InnerText InnerText InnerText InnerText InnerText |
Gets the text from inside the XML. |
LastChild LastChild LastChild LastChild LastChild |
Gets the last child node. |
LocalName LocalName LocalName LocalName LocalName |
Gets the local name, which is the local part of a qualified name. This is called the local part in Namespaces in XML. |
NamespaceUri NamespaceUri NamespaceUri NamespaceUri NamespaceUri |
Returns the Uniform Resource Identifier (URI) for the namespace. |
NextSibling NextSibling NextSibling NextSibling NextSibling |
Gets the next sibling of the node in the parent's child list. |
NodeName NodeName NodeName NodeName NodeName |
Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types. |
NodeType NodeType NodeType NodeType NodeType |
Gets the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes. |
NodeValue NodeValue NodeValue NodeValue NodeValue |
Gets or sets the text associated with the node. This value is always NULL. |
NotationName NotationName NotationName NotationName NotationName |
Gets the notation name. |
OwnerDocument OwnerDocument OwnerDocument OwnerDocument OwnerDocument |
Returns the root of the document that contains the node. |
ParentNode ParentNode ParentNode ParentNode ParentNode |
Gets the parent node of the node instance. |
Prefix Prefix Prefix Prefix Prefix |
Returns the namespace prefix. |
PreviousSibling PreviousSibling PreviousSibling PreviousSibling PreviousSibling |
Gets the previous sibling of the node in the parent's child list. |
PublicId PublicId PublicId PublicId PublicId |
Gets the public identifier associated with the entity. |
SystemId SystemId SystemId SystemId SystemId |
Gets the system identifier associated with the entity. |