|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprettify.PrettifyParser
public class PrettifyParser
The prettify parser for syntax highlight.
| Field Summary | |
|---|---|
protected Prettify |
prettify
The prettify parser. |
| Constructor Summary | |
|---|---|
PrettifyParser()
Constructor. |
|
| Method Summary | |
|---|---|
java.util.List<ParseResult> |
parse(java.lang.String fileExtension,
java.lang.String content)
Parse the content and return the parsed result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Prettify prettify
| Constructor Detail |
|---|
public PrettifyParser()
| Method Detail |
|---|
public java.util.List<ParseResult> parse(java.lang.String fileExtension,
java.lang.String content)
Parsercontent and return the parsed result.
parse in interface ParserfileExtension - the file extension of the content, null means not
providedcontent - the content
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||