• Tutorials
  • Api Documentation
  • Download
  • Credits
Show / Hide Table of Contents
  • AutoCheck.Core
    • Output
    • Output.Log
    • Output.Style
    • Output.Type
    • Script
    • Script.ExecutionMode
    • Utils
    • Utils.OS
  • AutoCheck.Core.Connectors
    • Atom
    • Base
    • Compressed
    • Css
    • Csv
    • CsvDocument
    • Dmoj
    • GDrive
    • Html
    • Math
    • Odoo
    • Operator
    • PlainText
    • PlainText.PlainTextDocument
    • Postgres
    • Rss
    • Shell
    • TextStream
    • Xml
    • Xml.XmlNodeType
  • AutoCheck.Core.CopyDetectors
    • Base
    • Base.Mode
    • Css
    • Html
    • PlainText
    • PlainText.File
    • SourceCode
    • SqlLog
    • Xml
  • AutoCheck.Core.Events
    • LogUpdateEventArgs
    • StatusUpdateEventArgs
    • StatusUpdateEventArgs.ExecutionEvent
  • AutoCheck.Core.Exceptions
    • ArgumentInvalidException
    • ArgumentNotFoundException
    • ConfigFileMissingException
    • ConnectionInvalidException
    • ConnectorInvalidException
    • ConnectorNotFoundException
    • DocumentInvalidException
    • DownloadFailedException
    • ItemNotFoundException
    • PorpertyNotFoundException
    • QueryInvalidException
    • RegexInvalidException
    • ResultMismatchException
    • ScriptInvalidException
    • ScriptNotFoundException
    • StyleInvalidException
    • StyleNotAppliedException
    • StyleNotFoundException
    • TableInconsistencyException
    • VariableInvalidException
    • VariableNotFoundException
  • Google.DiffMatchPatch
    • Diff
    • DiffMatchPatch
    • Operation
    • Patch

Class Rss

Allows in/out operations and/or data validations with RSS files.

Inheritance
System.Object
Base
Xml
Rss
Atom
Inherited Members
Xml.Comments
Xml.XmlDoc
Xml.Raw
Xml.SelectNodes(String, Xml.XmlNodeType)
Xml.SelectNodes(XmlNode, String, Xml.XmlNodeType)
Xml.CountNodes(String, Xml.XmlNodeType)
Xml.CountNodes(XmlNode, String, Xml.XmlNodeType)
Xml.Equals(XmlDocument, Boolean)
Xml.Equals(Xml, Boolean)
Base.ProcessRemoteFile(Utils.OS, String, String, String, Int32, String, Action<String>)
Namespace: AutoCheck.Core.Connectors
Assembly: AutoCheck.Core.dll
Syntax
public class Rss : Xml

Constructors

| Improve this Doc View Source

Rss(Utils.OS, String, String, String, Int32, String)

Declaration
public Rss(Utils.OS remoteOS, string host, string username, string password, int port, string filePath)
Parameters
Type Name Description
Utils.OS remoteOS
System.String host
System.String username
System.String password
System.Int32 port
System.String filePath
| Improve this Doc View Source

Rss(Utils.OS, String, String, String, String)

Declaration
public Rss(Utils.OS remoteOS, string host, string username, string password, string filePath)
Parameters
Type Name Description
Utils.OS remoteOS
System.String host
System.String username
System.String password
System.String filePath
| Improve this Doc View Source

Rss(String)

Creates a new connector instance.

Declaration
public Rss(string filePath)
Parameters
Type Name Description
System.String filePath

RSS file path.

Methods

| Improve this Doc View Source

Dispose()

Disposes the object releasing its unmanaged properties.

Declaration
public override void Dispose()
Overrides
Xml.Dispose()
| Improve this Doc View Source

ValidateRssAgainstW3C()

Validates the currently loaded RSS document against the W3C public API. Throws an exception if the document is invalid.

Declaration
public void ValidateRssAgainstW3C()

Extension Methods

ObjectExtensions.DeepClone<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX