-
Methods in org.apache.wiki.parser that throw ParseException
Modifier and Type |
Method |
Description |
LinkParser.Link |
LinkParser.parse(java.lang.String linktext) |
Processes incoming link text, separating out the link text, the link
URI, and then any specified attributes.
|
protected void |
LinkParser.Link.setReference(java.lang.String ref) |
Sets the hypertext reference.
|
protected void |
LinkParser.Link.setText(java.lang.String text) |
Sets the link text.
|
Constructors in org.apache.wiki.parser that throw ParseException
Constructor |
Description |
Link(java.lang.String text) |
Create a new Link with text but no reference.
|
Link(java.lang.String text,
java.lang.String ref) |
Create a new link with a given text and hyperlink (reference).
|