C# Класс 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.
Наследование: EventAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Entry() публичный Метод

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
Результат System.Collections.Generic

IsReserved() публичный Метод

public IsReserved ( ) : bool
Результат bool