6 private string publicId;
8 private string systemId;
14 public override string Name => name;
39 public override string OuterXml =>
string.Empty;
60 this.publicId = publicId;
61 this.systemId = systemId;
override string InnerXml
Gets the markup representing the children of this node.
Represents an XML document. You can use this class to load, validate, edit, add, and position XML in ...
override bool IsReadOnly
Gets a value indicating whether the node is read-only.
XmlNameTable NameTable
Gets the T:System.Xml.XmlNameTable associated with this implementation.
override void WriteTo(XmlWriter w)
Saves the node to the specified T:System.Xml.XmlWriter. This method has no effect on XmlNotation node...
string SystemId
Gets the value of the system identifier on the notation declaration.
override XmlNode CloneNode(bool deep)
Creates a duplicate of this node. Notation nodes cannot be cloned. Calling this method on an T:System...
XmlNodeType
Specifies the type of node.
Represents a writer that provides a fast, non-cached, forward-only way to generate streams or files t...
override string OuterXml
Gets the markup representing this node and all its children.
override string Name
Gets the name of the current node.
override XmlNodeType NodeType
Gets the type of the current node.
string PublicId
Gets the value of the public identifier on the notation declaration.
abstract string Add(char[] array, int offset, int length)
When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.
Represents a notation declaration, such as <!NOTATION... >.
The exception that is thrown when a method call is invalid for the object's current state.
override string LocalName
Gets the name of the current node without the namespace prefix.
Represents a single node in the XML document.
override void WriteContentTo(XmlWriter w)
Saves the children of the node to the specified T:System.Xml.XmlWriter. This method has no effect on ...