If you only want to get an RSS use the folowing:
$x = RSS.getRSS( $url )
for obtaining the xml use the toXML method ( $x.toXML )
To get the changed RSS use this:
$x = RSS.getChangedRSS( $url )
in this case in the variable $x will return only the differencies between the concepts
the changed RSS will be stored in your home directory
Methods inherited from: Concept
cloneConcept, extendsConcept, fromXML, getAllInheritedConcepts, getConceptAttribute, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptLabel, getConceptMethod, getConceptMethods, getConceptOperators, getConceptType, getErrorHandler, getInheritedConcepts, getResourceURI, hasConceptAttribute, hasConceptElement, hasConceptMethod, hasPath, isHidden, loadContent, setConceptLabel, setErrorHandler, setHidden, setShowEmpty, showEmpty, toTXT, toXML, setResourceURI |
|
Label: | version |
Type: | String |
Is Static: | true |
Is Hidden: | true |
Is Multi: | false |
Show Empty: | true |
Hidden element to store the version info
Label: | home |
Type: | String |
Is Static: | true |
Is Hidden: | true |
Is Multi: | false |
Show Empty: | true |
Hidden element to store your home directory path
Label: | diff |
Type: | String |
Is Static: | true |
Is Hidden: | true |
Is Multi: | false |
Show Empty: | true |
Hidden element to store your diff file name and path
Label: | file |
Type: | String |
Is Static: | true |
Is Hidden: | true |
Is Multi: | false |
Show Empty: | true |
Hidden element to store your RSS file name and path
Parameters: |
$url : | The url string to RSS |
|
Method to get the changed RSS. It will be stored in the .mn8/RSS
directory in your home directory. Returns only the differences between
de newer and the previuosly stored RSS
Parameters: |
$url : | The url string to RSS |
|
Method to get an RSS from url. Returns the RSS
Parameters: |
$url : | URL to home directory |
|
Sets the RSS file names and its locations to store
Parameters: |
$h : | Header string for starts a line |
$s : | The line base string |
$p : | Pattern character to fill the rest of line |
$i : | Total line width |
$f : | Line ending footer string |
|
Helper method to enlarge the size of the line to a fix width. Make
enalrging with using the pattern character to fill the rest of the line.
Finally appends the header and the footer strings to this line.
Parameters: |
$w : | Total line width |
$ver : | Version number to separate the version dependent algorithms |
|
Extract the elements from concept and colect the nested informations
Creates a text representation from the concept