14 public override string Name 33 public override string Value 61 if (eventArgs !=
null)
63 BeforeEvent(eventArgs);
66 if (eventArgs !=
null)
68 AfterEvent(eventArgs);
91 internal override string XPLocalName =>
Name;
102 this.target = target;
Represents an XML document. You can use this class to load, validate, edit, add, and position XML in ...
string Data
Gets or sets the content of the processing instruction, excluding the target.
override XmlNodeType NodeType
Gets the type of the current node.
virtual XmlNode ParentNode
Gets the parent of this node (for nodes that can have parents).
internal XmlProcessingInstruction(string target, string data, XmlDocument doc)
Initializes a new instance of the T:System.Xml.XmlProcessingInstruction class.
virtual XmlDocument OwnerDocument
Gets the T:System.Xml.XmlDocument to which this node belongs.
override XmlNode CloneNode(bool deep)
Creates a duplicate of this node.
XmlNodeType
Specifies the type of node.
Represents a processing instruction, which XML defines to keep processor-specific information in the ...
XPathNodeType
Defines the XPath node types that can be returned from the T:System.Xml.XPath.XPathNavigator class.
Represents a writer that provides a fast, non-cached, forward-only way to generate streams or files t...
Provides data for the E:System.Xml.XmlDocument.NodeChanged, E:System.Xml.XmlDocument....
Gets the node immediately preceding or following this node.
override string Name
Gets the qualified name of the node.
XmlNodeChangedAction
Specifies the type of node change.
override string Value
Gets or sets the value of the node.
override string LocalName
Gets the local name of the node.
virtual XmlProcessingInstruction CreateProcessingInstruction(string target, string data)
Creates an T:System.Xml.XmlProcessingInstruction with the specified name and data.
override void WriteTo(XmlWriter w)
Saves the node to the specified T:System.Xml.XmlWriter.
string Target
Gets the target of the processing instruction.
abstract void WriteProcessingInstruction(string name, string text)
When overridden in a derived class, writes out a processing instruction with a space between the name...
override string InnerText
Gets or sets the concatenated values of the node and all its children.
Represents a single node in the XML document.
override void WriteContentTo(XmlWriter w)
Saves all the children of the node to the specified T:System.Xml.XmlWriter. Because ProcessingInstruc...