System.Xml.XmlEntityReference Members

The members of System.Xml.XmlEntityReference are listed below.

See Also: Inherited members from System.Xml.XmlLinkedNode

Protected Constructors

Initializes a new instance of the System.Xml.XmlEntityReference class.

Public Properties

[read-only]
override
BaseURIstring.

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

[read-only]
override
IsReadOnlybool.

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

[read-only]
override
LocalNamestring.

Gets the local name of the node.

[read-only]
override
Namestring.

Gets the name of the node.

[read-only]
override
NodeTypeXmlNodeType.

Gets the type of the node.

override
Valuestring.

Gets or sets the value of the node.

Public Methods

override
CloneNode(bool) : XmlNode

Creates a duplicate of this node.

override
WriteContentTo(XmlWriter)

Saves all the children of the node to the specified System.Xml.XmlWriter.

override
WriteTo(XmlWriter)

Saves the node to the specified System.Xml.XmlWriter.

Explicitly Implemented Interface Members

System.Xml.IHasXmlChildNode.LastLinkedChildXmlLinkedNode. Documentation for this section has not yet been entered.