C# Класс Entry.Start, simplexml

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
Показать файл Открыть проект

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

Метод Описание
Start ( Node, element ) : System

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 ( Node, element ) : System
element Node, /// this is the element being wrapped by this ///
Результат System