Difference between revisions of "GetParseTitleStage"
From CCIL
(Created page with "gets the ''title'' feature of a parsed media. == Overview == <br/> {| |- | '''jar''' | ccil-parse |- | '''recommended name''' | parse-title |- | '''class''' | net.ccil....") |
(No difference)
|
Latest revision as of 14:48, 1 June 2017
gets the title feature of a parsed media.
Overview
jar | ccil-parse |
recommended name | parse-title |
class | net.ccil.stages.generic.GetParseTitleStage |
location | /ccil-api/src/main/java/net/ccil/parse/stages/GetParseTitleStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/parse/src/main/java/net/ccil/parse/stages/GetParseTitleStage.java |
Parameters
Name | Type | Description | Comment |
---|---|---|---|
IN | net.ccil.parse.ParseResult | The parsed result to extract the feature from. | |
OUT | java.lang.String | The title of the parsed media. |
Registration
service:parse-title rdf:type entity:service ; entity:implementation "net.ccil.parse.stages.GetParseTitleStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA