mn8 Language Reference | Index    

Google:WebQuery

SUMMARY: ATTRIBUTES SUMMARY  ELEMENTS SUMMARY  CONSTRUCTORS SUMMARY  NO OPERATORS  METHODS SUMMARYDETAIL: ATTRIBUTE DETAILS  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

Attribute List

static @webSearchURL TYPEOF Nil LABEL "webSearchURL"
top

Element List

 allWords TYPEOF Element LABEL "as_q"
 exactPhrase TYPEOF Element LABEL "as_epq"
 anyWords TYPEOF Element LABEL "as_oq"
 withoutWords TYPEOF Element LABEL "as_eq"
 fileType TYPEOF Element LABEL "as_ft"
 lastUpdated TYPEOF Element LABEL "as_qdr"
 occurs TYPEOF Element LABEL "as_occt"
 query TYPEOF Element LABEL "q"
 start TYPEOF Element LABEL "start"
 maxResults TYPEOF Element LABEL "num"
 safeSearch TYPEOF Element LABEL "safe"
 fromDomain TYPEOF Element LABEL "as_sitesearch"
 excludeDomain TYPEOF Element LABEL "as_sitesearch"
 language TYPEOF Element LABEL "lr"
 occurrences! TYPEOF Google:WebQuery:occurrences LABEL "occurrences"
 updated! TYPEOF Google:WebQuery:updated LABEL "updated"
 fileTypes! TYPEOF Google:WebQuery:fileTypes LABEL "fileTypes"
 languages! TYPEOF Google:WebQuery:languages LABEL "languages"
top

Constructor List

create
top

Method List

StringgetQueryForm
TypedSeriesgetSearchResultItems (String $content)
Google:SearchResultsearch (String $fullSearchURL)
Google:SearchResultsearch (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

Detailed Attribute Info

@webSearchURL

Label:webSearchURL
Type:Nil
Is Static:true
Is Hidden:false
Show Empty:false

top

Detailed Element Info

allWords

Label:as_q
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

exactPhrase

Label:as_epq
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

anyWords

Label:as_oq
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

withoutWords

Label:as_eq
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

fileType

Label:as_ft
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

lastUpdated

Label:as_qdr
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

occurs

Label:as_occt
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

query

Label:q
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

start

Label:start
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

maxResults

Label:num
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

safeSearch

Label:safe
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

fromDomain

Label:as_sitesearch
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

excludeDomain

Label:as_sitesearch
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

language

Label:lr
Type:Element
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

top

occurrences

Label:occurrences
Type:Google:WebQuery:occurrences
Is Static:false
Is Hidden:true
Is Multi:false
Show Empty:true

top

updated

Label:updated
Type:Google:WebQuery:updated
Is Static:false
Is Hidden:true
Is Multi:false
Show Empty:true

top

fileTypes

Label:fileTypes
Type:Google:WebQuery:fileTypes
Is Static:false
Is Hidden:true
Is Multi:false
Show Empty:true

top

languages

Label:languages
Type:Google:WebQuery:languages
Is Static:false
Is Hidden:true
Is Multi:false
Show Empty:true

top

Detailed Constructor Info

create

top

Detailed Method Info

getQueryForm
Returns: String

top
getSearchResultItems (String $content)
Parameters:
$content :
Returns: TypedSeries

top
search (String $fullSearchURL)
Parameters:
$fullSearchURL :
Returns: Google:SearchResult

top
search (Google:WebQuery $query)
Parameters:
$query :
Returns: Google:SearchResult

top