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
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
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