C# Класс FatAntelope.XNode

Represents a single XNode within the XTree. Maps to a single XML element, attribute or text node within the underlying XML document.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Build ( XmlNode node, XNode parent ) : XNode
GetDescendantCount ( ) : int
HashEquals ( byte hash2 ) : bool
IsAttribute ( ) : bool
IsElement ( ) : bool
IsText ( ) : bool
XNode ( XmlNode node, XNode parent ) : System.Collections.Generic

Constructor.

Приватные методы

Метод Описание
ConcatAll ( List arrays, int length ) : byte[]

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

Build() публичный статический метод

public static Build ( XmlNode node, XNode parent ) : XNode
node System.Xml.XmlNode
parent XNode
Результат XNode

GetDescendantCount() публичный метод

public GetDescendantCount ( ) : int
Результат int

HashEquals() публичный метод

public HashEquals ( byte hash2 ) : bool
hash2 byte
Результат bool

IsAttribute() публичный метод

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

IsElement() публичный метод

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

IsText() публичный метод

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

XNode() публичный метод

Constructor.
public XNode ( XmlNode node, XNode parent ) : System.Collections.Generic
node System.Xml.XmlNode The respective System.Xml.XmlNode instance that this XNode maps to from the original XmlDocument.
parent XNode The parent XNode of this node in the XML Hierarchy
Результат System.Collections.Generic