C# 클래스 SimpleFramework.Xml.Stream.StreamReader.Start

The Start object is used to represent the start of an XML element. This will hold the attributes associated with the element and will provide the name, the namespace reference and the namespace prefix. For debugging purposes the source XML element is provided for this start event.
상속: EventElement
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
Start ( XmlReader reader ) : System.Collections.Generic

Constructor for the Start object. This will wrap the provided node and expose the required details such as the name, namespace prefix and namespace reference. The provided element node can be acquired for debugging purposes.

메소드 상세

Start() 공개 메소드

Constructor for the Start object. This will wrap the provided node and expose the required details such as the name, namespace prefix and namespace reference. The provided element node can be acquired for debugging purposes.
public Start ( XmlReader reader ) : System.Collections.Generic
reader System.Xml.XmlReader
리턴 System.Collections.Generic