System.Xml.XmlNotation Members

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

See Also: Inherited members from System.Xml.XmlNode

Public Properties

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 current node without the namespace prefix.

[read-only]
override
Namestring.

Gets the name of the current node.

[read-only]
override
NodeTypeXmlNodeType.

Gets the type of the current node.

[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 notation declaration.

[read-only]
SystemIdstring.

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

Public Methods

override
CloneNode(bool) : XmlNode

Creates a duplicate of this node. Notation nodes cannot be cloned. Calling this method on an System.Xml.XmlNotation object throws an exception.

override
WriteContentTo(XmlWriter)

Saves the children of the node to the specified System.Xml.XmlWriter. This method has no effect on XmlNotation nodes.

override
WriteTo(XmlWriter)

Saves the node to the specified System.Xml.XmlWriter. This method has no effect on XmlNotation nodes.