C# Класс Terradue.OpenSearch.RdfEO.Result.RdfXmlDocument

Rdf xml document.
Наследование: IOpenSearchResultCollection
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
rdfns XNamespace

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

Метод Описание
Clone ( ) : object
CreateFromOpenSearchResultCollection ( IOpenSearchResultCollection results ) : IOpenSearchResultCollection
DeserializeFromStream ( System stream ) : IOpenSearchResultCollection
GetDescription ( ) : XElement
Load ( XmlReader reader ) : RdfXmlDocument

Load the specified reader.

PrepareDocument ( ) : XDocument
RdfXmlDocument ( IOpenSearchResultCollection results ) : System
SerializeToStream ( System stream ) : void
SerializeToString ( ) : string
XElementsToElementExtensions ( IEnumerable elements ) : SyndicationElementExtensionCollection

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

Метод Описание
AlignNameSpaces ( System.Xml.Linq.XElement rdf ) : void
LoadDescription ( XElement description ) : void
LoadItems ( IEnumerable datasets ) : List
RdfXmlDocument ( XDocument doc ) : System

Initializes a new instance of the Terradue.OpenSearch.Result.RdfXmlDocument class.

SyndicationLinkFromXElement ( XElement elem ) : SyndicationLink

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

Clone() публичный Метод

public Clone ( ) : object
Результат object

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

public static CreateFromOpenSearchResultCollection ( IOpenSearchResultCollection results ) : IOpenSearchResultCollection
results IOpenSearchResultCollection
Результат IOpenSearchResultCollection

DeserializeFromStream() публичный Метод

public DeserializeFromStream ( System stream ) : IOpenSearchResultCollection
stream System
Результат IOpenSearchResultCollection

GetDescription() публичный Метод

public GetDescription ( ) : XElement
Результат XElement

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

Load the specified reader.
public static Load ( XmlReader reader ) : RdfXmlDocument
reader XmlReader Reader.
Результат RdfXmlDocument

PrepareDocument() публичный Метод

public PrepareDocument ( ) : XDocument
Результат XDocument

RdfXmlDocument() публичный Метод

public RdfXmlDocument ( IOpenSearchResultCollection results ) : System
results IOpenSearchResultCollection
Результат System

SerializeToStream() публичный Метод

public SerializeToStream ( System stream ) : void
stream System
Результат void

SerializeToString() публичный Метод

public SerializeToString ( ) : string
Результат string

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

public static XElementsToElementExtensions ( IEnumerable elements ) : SyndicationElementExtensionCollection
elements IEnumerable
Результат SyndicationElementExtensionCollection

Описание свойств

rdfns публичное статическое свойство

public static XNamespace rdfns
Результат XNamespace