System.Xml.XmlEntity: Property Members

The properties of System.Xml.XmlEntity are listed below. For a list of all members, see the XmlEntity Members list.

See Also: Inherited members from System.Xml.XmlNode

Public Properties

[read-only]
override
BaseURIstring.

Gets the base Uniform Resource Identifier (URI) of the current node.

override
InnerTextstring.

Gets the concatenated values of the entity node and all its children.

override
InnerXmlstring.

Gets the markup representing the children of this node.

[read-only]
override
IsReadOnlybool.

Gets a value indicating whether the node is read-only.

[read-only]
override
LocalNamestring.

Gets the name of the node without the namespace prefix.

[read-only]
override
Namestring.

Gets the name of the node.

[read-only]
override
NodeTypeXmlNodeType.

Gets the type of the node.

[read-only]
NotationNamestring.

Gets the name of the optional NDATA attribute on the entity declaration.

[read-only]
override
OuterXmlstring.

Gets the markup representing this node and all its children.

[read-only]
PublicIdstring.

Gets the value of the public identifier on the entity declaration.

[read-only]
SystemIdstring.

Gets the value of the system identifier on the entity declaration.