XmlEntity Klasse
Definition
Stellt eine Entitätsdeklaration dar, z.B. <!ENTITY...> .Represents an entity declaration, such as <!ENTITY... >.
public ref class XmlEntity : System::Xml::XmlNode
public class XmlEntity : System.Xml.XmlNode
type XmlEntity = class
inherit XmlNode
Public Class XmlEntity
Inherits XmlNode
- Vererbung
Eigenschaften
Attributes |
Ruft eine XmlAttributeCollection ab, die die Attribute dieses Knotens enthält.Gets an XmlAttributeCollection containing the attributes of this node. (Geerbt von XmlNode) |
BaseURI |
Ruft den Basis-URI (Uniform Resource Identifier) des aktuellen Knotens ab.Gets the base Uniform Resource Identifier (URI) of the current node. |
ChildNodes |
Ruft alle untergeordneten Knoten des Knotens ab.Gets all the child nodes of the node. (Geerbt von XmlNode) |
FirstChild |
Ruft das erste untergeordnete Element des Knotens ab.Gets the first child of the node. (Geerbt von XmlNode) |
HasChildNodes |
Ruft einen Wert ab, der angibt, ob dieser Knoten über untergeordnete Knoten verfügt.Gets a value indicating whether this node has any child nodes. (Geerbt von XmlNode) |
InnerText |
Ruft die verketteten Werte des Entitätsknotens und aller untergeordneten Elemente ab.Gets the concatenated values of the entity node and all its children. |
InnerXml |
Ruft das Markup ab, das die untergeordneten Elemente dieses Knotens darstellt.Gets the markup representing the children of this node. |
IsReadOnly |
Ruft einen Wert ab, der angibt, ob der Knoten schreibgeschützt ist.Gets a value indicating whether the node is read-only. |
Item[String, String] |
Ruft das erste untergeordnete Element mit dem angegebenen LocalName und dem NamespaceURI ab.Gets the first child element with the specified LocalName and NamespaceURI. (Geerbt von XmlNode) |
Item[String] |
Ruft das erste untergeordnete Element mit dem angegebenen Name ab.Gets the first child element with the specified Name. (Geerbt von XmlNode) |
LastChild |
Ruft das letzte untergeordnete Element des Knotens ab.Gets the last child of the node. (Geerbt von XmlNode) |
LocalName |
Ruft den Namen des Knotens ohne das Namespacepräfix ab.Gets the name of the node without the namespace prefix. |
Name |
Ruft den Namen des Knotens ab.Gets the name of the node. |
NamespaceURI |
Ruft den Namespace-URI dieses Knotens ab.Gets the namespace URI of this node. (Geerbt von XmlNode) |
NextSibling |
Ruft den Knoten ab, der diesem Knoten unmittelbar folgt.Gets the node immediately following this node. (Geerbt von XmlNode) |
NodeType |
Ruft den Typ des Knotens ab.Gets the type of the node. |
NotationName |
Ruft den Namen des optionalen NDATA-Attributs in der Entitätsdeklaration ab.Gets the name of the optional NDATA attribute on the entity declaration. |
OuterXml |
Ruft das Markup ab, das diesen Knoten und alle untergeordneten Elemente darstellt.Gets the markup representing this node and all its children. |
OwnerDocument |
Ruft das XmlDocument ab, zu dem dieser Knoten gehört.Gets the XmlDocument to which this node belongs. (Geerbt von XmlNode) |
ParentNode |
Ruft das übergeordnete Element dieses Knotens ab (bei Knoten, die über übergeordnete Elemente verfügen können).Gets the parent of this node (for nodes that can have parents). (Geerbt von XmlNode) |
Prefix |
Ruft das Namespacepräfix dieses Knotens ab oder legt dieses fest.Gets or sets the namespace prefix of this node. (Geerbt von XmlNode) |
PreviousSibling |
Ruft den Knoten ab, der diesem Knoten unmittelbar vorausgeht.Gets the node immediately preceding this node. (Geerbt von XmlNode) |
PreviousText |
Ruft den Textknoten ab, der diesem Knoten unmittelbar vorausgeht.Gets the text node that immediately precedes this node. (Geerbt von XmlNode) |
PublicId |
Ruft den Wert des öffentlichen Bezeichners für die Entitätsdeklaration ab.Gets the value of the public identifier on the entity declaration. |
SchemaInfo |
Ruft das Post-Schema-Validation-Infoset ab, das diesem Knoten als Ergebnis der Schemavalidierung zugewiesen wurde.Gets the post schema validation infoset that has been assigned to this node as a result of schema validation. (Geerbt von XmlNode) |
SystemId |
Ruft den Wert des Systembezeichners für die Entitätsdeklaration ab.Gets the value of the system identifier on the entity declaration. |
Value |
Ruft den Wert des Knotens ab oder legt diesen fest.Gets or sets the value of the node. (Geerbt von XmlNode) |
Methoden
AppendChild(XmlNode) |
Fügt den angegebenen Knoten am Ende der Liste der untergeordneten Knoten dieses Knotens hinzu.Adds the specified node to the end of the list of child nodes, of this node. (Geerbt von XmlNode) |
Clone() |
Erstellt ein Duplikat dieses Knotens.Creates a duplicate of this node. (Geerbt von XmlNode) |
CloneNode(Boolean) |
Erstellt ein Duplikat dieses Knotens.Creates a duplicate of this node. Entitätsknoten können nicht geklont werden.Entity nodes cannot be cloned. Das Aufrufen dieser Methode für ein XmlEntity-Objekt löst eine Ausnahme aus.Calling this method on an XmlEntity object throws an exception. |
CreateNavigator() |
Erstellt einen XPathNavigator zum Navigieren in diesem Objekt.Creates an XPathNavigator for navigating this object. (Geerbt von XmlNode) |
Equals(Object) |
Ermittelt, ob das angegebene Objekt und das aktuelle Objekt gleich sind.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetEnumerator() |
Ruft einen Enumerator ab, der die untergeordneten Knoten des aktuellen Knotens durchläuft.Gets an enumerator that iterates through the child nodes in the current node. (Geerbt von XmlNode) |
GetHashCode() |
Dient als die Standard-HashfunktionServes as the default hash function. (Geerbt von Object) |
GetNamespaceOfPrefix(String) |
Sucht im Gültigkeitsbereich des aktuellen Knotens die nächstgelegene xmlns-Deklaration für das angegebene Präfix und gibt den Namespace-URI in der Deklaration zurück.Looks up the closest xmlns declaration for the given prefix that is in scope for the current node and returns the namespace URI in the declaration. (Geerbt von XmlNode) |
GetPrefixOfNamespace(String) |
Sucht im Gültigkeitsbereich des aktuellen Knotens die nächstgelegene xmlns-Deklaration für den angegebenen Namespace-URI und gibt das in dieser Deklaration definierte Präfix zurück.Looks up the closest xmlns declaration for the given namespace URI that is in scope for the current node and returns the prefix defined in that declaration. (Geerbt von XmlNode) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
InsertAfter(XmlNode, XmlNode) |
Fügt den angegebenen Knoten unmittelbar hinter dem angegebenen Verweisknoten ein.Inserts the specified node immediately after the specified reference node. (Geerbt von XmlNode) |
InsertBefore(XmlNode, XmlNode) |
Fügt den angegebenen Knoten direkt vor dem angegebenen Verweisknoten ein.Inserts the specified node immediately before the specified reference node. (Geerbt von XmlNode) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
Normalize() |
Weist allen XmlText-Knoten in der Teilstruktur unterhalb dieses XmlNode eine „normale“ Form zu. In dieser werden XmlText-Knoten nur durch Markup (d. h. Tags, Kommentare, Verarbeitungsanweisungen, CDATA-Abschnitte und Entitätsverweise) getrennt, und es sind somit keine direkt aufeinander folgenden XmlText-Knoten vorhanden.Puts all XmlText nodes in the full depth of the sub-tree underneath this XmlNode into a "normal" form where only markup (that is, tags, comments, processing instructions, CDATA sections, and entity references) separates XmlText nodes, that is, there are no adjacent XmlText nodes. (Geerbt von XmlNode) |
PrependChild(XmlNode) |
Fügt den angegebenen Knoten am Anfang der Liste der untergeordneten Knoten dieses Knotens hinzu.Adds the specified node to the beginning of the list of child nodes for this node. (Geerbt von XmlNode) |
RemoveAll() |
Entfernt alle untergeordneten Knoten bzw. Attribute des aktuellen Knotens.Removes all the child nodes and/or attributes of the current node. (Geerbt von XmlNode) |
RemoveChild(XmlNode) |
Entfernt den angegebenen untergeordneten Knoten.Removes specified child node. (Geerbt von XmlNode) |
ReplaceChild(XmlNode, XmlNode) |
Ersetzt den untergeordneten |
SelectNodes(String) |
Wählt eine Liste von Knoten aus, die mit dem XPath-Ausdruck übereinstimmen.Selects a list of nodes matching the XPath expression. (Geerbt von XmlNode) |
SelectNodes(String, XmlNamespaceManager) |
Wählt eine Liste von Knoten aus, die mit dem XPath-Ausdruck übereinstimmen.Selects a list of nodes matching the XPath expression. Sämtliche im XPath-Ausdruck vorhandenen Präfixe werden mit dem angegebenen XmlNamespaceManager aufgelöst.Any prefixes found in the XPath expression are resolved using the supplied XmlNamespaceManager. (Geerbt von XmlNode) |
SelectSingleNode(String) |
Wählt den ersten |
SelectSingleNode(String, XmlNamespaceManager) |
Wählt den ersten |
Supports(String, String) |
Überprüft, ob die DOM-Implementierung ein bestimmtes Funktion implementiert.Tests if the DOM implementation implements a specific feature. (Geerbt von XmlNode) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |
WriteContentTo(XmlWriter) |
Speichert alle untergeordneten Elemente des Knotens im angegebenen XmlWriter.Saves all the children of the node to the specified XmlWriter. Für |
WriteTo(XmlWriter) |
Speichert den Knoten im angegebenen XmlWriter.Saves the node to the specified XmlWriter. Für |
Explizite Schnittstellenimplementierungen
ICloneable.Clone() |
Eine Beschreibung dieses Elements finden Sie unter Clone().For a description of this member, see Clone(). (Geerbt von XmlNode) |
IEnumerable.GetEnumerator() |
Eine Beschreibung dieses Members finden Sie unter GetEnumerator().For a description of this member, see GetEnumerator(). (Geerbt von XmlNode) |
Erweiterungsmethoden
Cast<TResult>(IEnumerable) |
Wandelt die Elemente eines IEnumerable in den angegebenen Typ umCasts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filtert die Elemente eines IEnumerable anhand eines angegebenen TypsFilters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Ermöglicht die Parallelisierung einer Abfrage.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Konvertiert einen IEnumerable in einen IQueryable.Converts an IEnumerable to an IQueryable. |
CreateNavigator(XmlNode) | |
SelectNodes(XmlNode, String) | |
SelectNodes(XmlNode, String, XmlNamespaceManager) | |
SelectSingleNode(XmlNode, String) | |
SelectSingleNode(XmlNode, String, XmlNamespaceManager) | |
ToXPathNavigable(XmlNode) |