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
Mostrar archivo Open project: ngallagher/simplexml

Public Methods

Method 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 method

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
return System.Collections.Generic

IsReserved() public method

public IsReserved ( ) : bool
return bool