C# Class Terradue.OpenSearch.RdfEO.Result.RdfXmlDocument

Rdf xml document.
Inheritance: IOpenSearchResultCollection
Afficher le fichier Open project: Terradue/DotNetOpenSearchRdfEO Class Usage Examples

Méthodes publiques

Свойство Type Description
rdfns XNamespace

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

CreateFromOpenSearchResultCollection() public static méthode

public static CreateFromOpenSearchResultCollection ( IOpenSearchResultCollection results ) : IOpenSearchResultCollection
results IOpenSearchResultCollection
Résultat IOpenSearchResultCollection

DeserializeFromStream() public méthode

public DeserializeFromStream ( System stream ) : IOpenSearchResultCollection
stream System
Résultat IOpenSearchResultCollection

GetDescription() public méthode

public GetDescription ( ) : XElement
Résultat XElement

Load() public static méthode

Load the specified reader.
public static Load ( XmlReader reader ) : RdfXmlDocument
reader XmlReader Reader.
Résultat RdfXmlDocument

PrepareDocument() public méthode

public PrepareDocument ( ) : XDocument
Résultat XDocument

RdfXmlDocument() public méthode

public RdfXmlDocument ( IOpenSearchResultCollection results ) : System
results IOpenSearchResultCollection
Résultat System

SerializeToStream() public méthode

public SerializeToStream ( System stream ) : void
stream System
Résultat void

SerializeToString() public méthode

public SerializeToString ( ) : string
Résultat string

XElementsToElementExtensions() public static méthode

public static XElementsToElementExtensions ( IEnumerable elements ) : SyndicationElementExtensionCollection
elements IEnumerable
Résultat SyndicationElementExtensionCollection

Property Details

rdfns public_oe static_oe property

public static XNamespace rdfns
Résultat XNamespace