The members of System.Xml.XmlEntity are listed below.
See Also: Inherited members from System.Xml.XmlNode
[read-only] override | BaseURI | string.
Gets the base Uniform Resource Identifier (URI) of the current node. |
override | InnerText | string.
Gets the concatenated values of the entity node and all its children. |
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 node without the namespace prefix. |
[read-only] override | Name | string.
Gets the name of the node. |
[read-only] override | NodeType | XmlNodeType.
Gets the type of the node. |
[read-only] | NotationName | string.
Gets the name of the optional NDATA attribute on the entity declaration. |
[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 entity declaration. |
[read-only] | SystemId | string.
Gets the value of the system identifier on the entity declaration. |
override | CloneNode(bool)
| |
override | WriteContentTo(XmlWriter)
| |
override | WriteTo(XmlWriter)
|
System.Xml.IHasXmlChildNode.LastLinkedChild | XmlLinkedNode. Documentation for this section has not yet been entered. |