
Public Member Functions | |
| String | getHowtoTitle () |
| List< String > | getInstructions () |
| String | getUrl () |
| void | load (String url) |
Package Attributes | |
| List< String > | instructions = new ArrayList<String>() |
| String | title = "" |
| String | url = null |
Definition at line 8 of file LocalParseTree.java.
| String instruction.wrapper.LocalParseTree.getHowtoTitle | ( | ) | [inline] |
Returns the title of the Howto loaded, e.g. "set a table"
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 14 of file LocalParseTree.java.
| List<String> instruction.wrapper.LocalParseTree.getInstructions | ( | ) | [inline] |
Returns the list of instructions given by the Howto
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 18 of file LocalParseTree.java.
| String instruction.wrapper.LocalParseTree.getUrl | ( | ) | [inline] |
Returns the location of the currently loaded Howto
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 58 of file LocalParseTree.java.
| void instruction.wrapper.LocalParseTree.load | ( | String | url | ) | [inline] |
Loads the content of the page given by url
| url |
Implements instruction.wrapper.IHowtoWebsiteWrapper.
Definition at line 22 of file LocalParseTree.java.
List<String> instruction.wrapper.LocalParseTree.instructions = new ArrayList<String>() [package] |
Definition at line 11 of file LocalParseTree.java.
String instruction.wrapper.LocalParseTree.title = "" [package] |
Definition at line 10 of file LocalParseTree.java.
String instruction.wrapper.LocalParseTree.url = null [package] |
Definition at line 12 of file LocalParseTree.java.