Author: rwesten
Date: Wed Feb 15 08:42:03 2012
New Revision: 1244396
URL: http://svn.apache.org/viewvc?rev=1244396&view=rev
Log:
Minor Formatting corrections
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/contentitem.mdtext
Modified:
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/contentitem.mdtext
URL:
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/contentitem.mdtext?rev=1244396&r1=1244395&r2=1244396&view=diff
==============================================================================
---
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/contentitem.mdtext
(original)
+++
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/contentitem.mdtext
Wed Feb 15 08:42:03 2012
@@ -8,7 +8,9 @@ The following section describes the inte
### Content Parts
-Content parts are used to represent the original content as well as
transformations of the original content (typically created by pre-processing
[enhancement engines](engines/list.html) such as the [Metaxa
engine](engines/metaxaengine.html))
+Content parts are used to represent the original content as well as
transformations of the original content (typically created by pre-processing
[enhancement engines](engines/list.html) such as the [Metaxa
engine](engines/metaxaengine.html)).
+
+The ContentItem provides the following API to work with ContentParts:
/** Getter for the ContentPart based on the index */
getPart(int index, Class<T> type) : T