

Public Member Functions | |
| SourceGoogle (URL url) | |
Package Functions | |
| String | url () |
| String | matcher () |
| void | parse (String[] matches) |
Definition at line 9 of file SourceGoogle.java.
| org.hfbk.vis.source.SourceGoogle.SourceGoogle | ( | URL | url | ) |
Definition at line 11 of file SourceGoogle.java.
References org.hfbk.vis.source.Source.add(), org.hfbk.vis.source.Source.keyword, and org.hfbk.vis.source.SourceRegExp.root.
Here is the call graph for this function:

| String org.hfbk.vis.source.SourceGoogle.url | ( | ) | [package, virtual] |
override this to set URL of web page to parse
Implements org.hfbk.vis.source.SourceRegExp.
Definition at line 16 of file SourceGoogle.java.
References org.hfbk.vis.source.Source.keyword.
| String org.hfbk.vis.source.SourceGoogle.matcher | ( | ) | [package, virtual] |
override this to regular expression to extract data
Implements org.hfbk.vis.source.SourceRegExp.
Definition at line 20 of file SourceGoogle.java.
| void org.hfbk.vis.source.SourceGoogle.parse | ( | String[] | matches | ) | [package, virtual] |
override this to parse each matches subgroups
| IOException |
Implements org.hfbk.vis.source.SourceRegExp.
Definition at line 24 of file SourceGoogle.java.
References org.hfbk.vis.source.Source.add(), and org.hfbk.vis.source.SourceRegExp.root.
Here is the call graph for this function:

1.5.1