Package | Description |
---|---|
com.xpn.xwiki.content.parsers |
Modifier and Type | Method and Description |
---|---|
Link |
LinkParser.parse(String contentToParse)
Parse the raw content representing a Wiki link (as typed by the user) and transfer it into
a structured form as a
Link Object. |
protected void |
LinkParser.parseTarget(StringBuffer content,
Link link)
Find out the target part of the full link.
|
protected URI |
LinkParser.parseURI(StringBuffer content)
Find out the URI part of the full link.
|
Copyright © 2004–2014 XWiki. All rights reserved.