| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented by parser classes which can deal
with parsing to/from Content objects.
Method Summary | |
boolean | canParse(String content) Determines if the Parser implementation can parse the given content |
String | deparse(Content content) This method converts a Content object into a document which is of a format determined by the Parser implementation. |
String | getParserType() Returns the type of content language that the Parser implementation handles. |
Content | parse(String content) This method converts a content String into a set of Content objects |
Method Detail |
public boolean canParse(String content)
public String deparse(Content content)
throws ParserException
public String getParserType()
public Content parse(String content)
throws ParserException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |