The members of System.Xml.XmlNotation are listed below.
See Also: Inherited members from System.Xml.XmlNode
override | InnerXml | string.
Gets the markup representing the children of this node. |
[read-only] override | IsReadOnly | bool.
Gets a value indicating whether the node is read-only. |
[read-only] override | LocalName | string.
Gets the name of the current node without the namespace prefix. |
[read-only] override | Name | string.
Gets the name of the current node. |
[read-only] override | NodeType | XmlNodeType.
Gets the type of the current node. |
[read-only] override | OuterXml | string.
Gets the markup representing this node and all its children. |
[read-only] | PublicId | string.
Gets the value of the public identifier on the notation declaration. |
[read-only] | SystemId | string.
Gets the value of the system identifier on the notation declaration. |
override | CloneNode(bool)
| |
override | WriteContentTo(XmlWriter)
| |
override | WriteTo(XmlWriter)
|