Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
RSS_Parser
main
RSS
Category
Channel
Cloud
Enclosure
Guid
Image
Item
Model
RSSParsingError
Source
TextInput
Generated using Crystal 1.10.1
2024-01-29 16:56:29 UTC
struct
RSS::
TextInput
RSS::TextInput
RSS::Model
Struct
Value
Object
Defined in:
rss/models/text_input.cr
Constructors
.from_xml
(node : XML::Node) : TextInput
Instance Method Summary
#description
: String
#link
: String
#name
: String
#title
: String
Instance methods inherited from struct
RSS::Model
initialize
initialize
Constructor methods inherited from struct
RSS::Model
new
new
Class methods inherited from struct
RSS::Model
content_from_xpath(base_query : String, node : XML::Node) : String | Nil
content_from_xpath
,
node_from_xpath(base_query : String, node : XML::Node) : XML::Node | Nil
node_from_xpath
,
nodes_from_xpath(base_query : String, node : XML::Node) : XML::NodeSet
nodes_from_xpath
Constructor Detail
def self.
from_xml
(node : XML::Node) :
TextInput
#
[
View source
]
Instance Method Detail
def
description
: String
#
[
View source
]
def
link
: String
#
[
View source
]
def
name
: String
#
[
View source
]
def
title
: String
#
[
View source
]