Difference between revisions of "GetParseContentStage"
From CCIL
(Created page with "gets the ''content'' feature of a parsed media. == Overview == <br/> {| |- | '''jar''' | ccil-parse |- | '''recommended name''' | parse-content |- | '''class''' | net.c...") |
(No difference)
|
Latest revision as of 14:52, 1 June 2017
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