C# Class SimpleFramework.Xml.Stream.StreamReader.Entry

The Entry object is used to represent an attribute within a start element. This holds the name and value of the attribute as well as the namespace prefix and reference. These details can be used to represent the attribute so that should the core reader require these details they can be acquired.
Inheritance: EventAttribute
Afficher le fichier Open project: ngallagher/simplexml

Méthodes publiques

Méthode Description
Entry ( XmlReader reader ) : System.Collections.Generic

Constructor for the Entry object. This creates an attribute object that is used to extract the name, value namespace prefix, and namespace reference from the provided node. This is used to populate any start events created.

IsReserved ( ) : bool

Method Details

Entry() public méthode

Constructor for the Entry object. This creates an attribute object that is used to extract the name, value namespace prefix, and namespace reference from the provided node. This is used to populate any start events created.
public Entry ( XmlReader reader ) : System.Collections.Generic
reader System.Xml.XmlReader
Résultat System.Collections.Generic

IsReserved() public méthode

public IsReserved ( ) : bool
Résultat bool