mn8 Language Reference | Index    

Google

SUMMARY: NO ATTRIBUTES  ELEMENTS SUMMARY  CONSTRUCTORS SUMMARY  NO OPERATORS  METHODS SUMMARYDETAIL: NO ATTRIBUTES  ELEMENT DETAILS  CONSTRUCTOR DETAILS  NO OPERATORS  METHOD DETAILS

Description

Concept which wraps some of the services offered by Google .

Usage

Version: 0.1
Authors:Remus Pereni (http://neuro.nolimits.ro)
Location:
Inherits: Concept, URIHandler

Element List

 uri TYPEOF URI LABEL "uri"
top

Constructor List

create (String $uri)
top

Method List

LogicalacceptsURI (String $uri)
ConceptgetContent
initialize (Map $opt)
static main (Series $args)
static StringrpcGetCachedPage (String $url, String $key)
static StringrpcSpellingSuggestion (String $phrase, String $key)
static Google:SearchResultrpcWebSearch (String $query, Integer $start, Integer $maxRes, String $restrict, String $langRestrict, Logical $safe, String $inputEncoding, String $outputEncoding, String $key)
static Google:SearchResultwebSearch (Google:WebQuery $query)
top
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
Methods inherited from: URIHandler
acceptsURI, closeConnection, getContent, initialize, openConnection, setContent

Detailed Element Info

uri

Label:uri
Type:URI
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

Detailed Constructor Info

create (String $uri)
Parameters:
$uri :

top

Detailed Method Info

acceptsURI (String $uri)
Parameters:
$uri :
Returns: Logical

top
getContent
Returns: Concept

top
initialize (Map $opt)
Parameters:
$opt :
Returns:

top
static main (Series $args)
Parameters:
$args :
Returns:

top
static rpcGetCachedPage (String $url, String $key)
Parameters:
$url :
$key :
Returns: String

top
static rpcSpellingSuggestion (String $phrase, String $key)
Parameters:
$phrase :
$key :
Returns: String

top
static rpcWebSearch (String $query, Integer $start, Integer $maxRes, String $restrict, String $langRestrict, Logical $safe, String $inputEncoding, String $outputEncoding, String $key)
Parameters:
$query :
$start :
$maxRes :
$restrict :
$langRestrict :
$safe :
$inputEncoding :
$outputEncoding :
$key :
Returns: Google:SearchResult

top
static webSearch (Google:WebQuery $query)
Parameters:
$query :
Returns: Google:SearchResult

top