GetParseContentStage
From CCIL
gets the content feature of a parsed media.
Overview
jar | ccil-parse |
recommended name | parse-content |
class | net.ccil.stages.generic.GetParseContentStage |
location | /ccil-api/src/main/java/net/ccil/parse/stages/GetParseContentStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/parse/src/main/java/net/ccil/parse/stages/GetParseContentStage.java |
Parameters
Name | Type | Description | Comment |
---|---|---|---|
IN | net.ccil.parse.ParseResult | The parsed result to extract the feature from. | |
OUT | java.lang.String | The content of the parsed media. |
Registration
service:parse-content rdf:type entity:service ; entity:implementation "net.ccil.parse.stages.GetParseContentStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA