Author: buildbot
Date: Fri Jun 27 20:17:54 2014
New Revision: 914150
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/documentation/tools/schemagen.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 27 20:17:54 2014
@@ -1 +1 @@
-1603798
+1606202
Modified: websites/staging/jena/trunk/content/documentation/tools/schemagen.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tools/schemagen.html
(original)
+++ websites/staging/jena/trunk/content/documentation/tools/schemagen.html Fri
Jun 27 20:17:54 2014
@@ -175,47 +175,47 @@ options is explained in detail below.</p
</thead>
<tbody>
<tr>
-<td><code>-a <uri\></code></td>
+<td><code>-a <uri></code></td>
<td><code>sgen:namespace</code></td>
<td>The namespace URI for the vocabulary. Names with this URI as prefix are
automatically included in the generated vocabulary. If not specified, the base
URI of the ontology is used as a default (butnote that some ontology documents
don't define a base URI).</td>
</tr>
<tr>
-<td><code>-c <filename\></code><br /><code>-c <url\></code></td>
+<td><code>-c <filename></code><br /><code>-c <url></code></td>
<td></td>
<td>Specify an alternative config file.</td>
</tr>
<tr>
-<td><code>--classdec <string\></code></td>
+<td><code>--classdec <string></code></td>
<td><code>sgen:classdec</code></td>
<td>Additional decoration for class header (such as
<code>implements</code>)</td>
</tr>
<tr>
-<td><code>--classnamesuffix <string\></code></td>
+<td><code>--classnamesuffix <string></code></td>
<td><code>sgen:classnamesuffix</code></td>
<td>Option for adding a suffix to the generated class name, e.g. "Vocab".</td>
</tr>
<tr>
-<td><code>--classSection <string\></code></td>
+<td><code>--classSection <string></code></td>
<td><code>sgen:classSection</code></td>
<td>Section declaration comment for class section.</td>
</tr>
<tr>
-<td><code>--classTemplate <string\></code></td>
+<td><code>--classTemplate <string></code></td>
<td><code>sgen:classTemplate</code></td>
<td>Template for writing out declarations of class resources.</td>
</tr>
<tr>
-<td><code>--datatypesSection <string\></code></td>
+<td><code>--datatypesSection <string></code></td>
<td><code>sgen:datatypesSection</code></td>
<td>Section declaration comment for datatypes section.</td>
</tr>
<tr>
-<td><code>--datatypeTemplate <string\></code></td>
+<td><code>--datatypeTemplate <string></code></td>
<td><code>sgen:datatypeTemplate</code></td>
<td>Template for writing out declarations of datatypes.</td>
</tr>
<tr>
-<td><code>--declarations <string\></code></td>
+<td><code>--declarations <string></code></td>
<td><code>sgen:declarations</code></td>
<td>Additional declarations to add at the top of the class.</td>
</tr>
@@ -225,22 +225,22 @@ options is explained in detail below.</p
<td>Use MSDOS-style line endings (i.e. \r\n). Default is Unix-style line
endings.</td>
</tr>
<tr>
-<td><code>-e <string\></code></td>
+<td><code>-e <string></code></td>
<td><code>sgen:encoding</code></td>
<td>The surface syntax of the input file (e.g. RDF/XML, N3). Defaults to
RDF/XML.</td>
</tr>
<tr>
-<td><code>--footer <string\></code></td>
+<td><code>--footer <string></code></td>
<td><code>sgen:footer</code></td>
<td>Template for standard text to add to the end of the file.</td>
</tr>
<tr>
-<td><code>--header <string\></code></td>
+<td><code>--header <string></code></td>
<td><code>sgen:header</code></td>
<td>Template for the file header, including the class comment.</td>
</tr>
<tr>
-<td><code>-i <filename\></code> <br /><code>-i <url\></code></td>
+<td><code>-i <filename></code> <br /><code>-i <url></code></td>
<td><code>sgen:input</code></td>
<td>Specify the input document to load</td>
</tr>
@@ -250,12 +250,12 @@ options is explained in detail below.</p
<td>Option for including non-local URI's in vocabulary</td>
</tr>
<tr>
-<td><code>--individualsSection <string\></code></td>
+<td><code>--individualsSection <string></code></td>
<td><code>sgen:individualsSection</code></td>
<td>Section declaration comment for individuals section.</td>
</tr>
<tr>
-<td><code>--individualTemplate <string\></code></td>
+<td><code>--individualTemplate <string></code></td>
<td><code>sgen:individualTemplate</code></td>
<td>Template for writing out declarations of individuals.</td>
</tr>
@@ -265,12 +265,12 @@ options is explained in detail below.</p
<td>Causes the model that loads the document prior to being processed to apply
inference rules appropriate to the language. E.g. OWL inference rules will be
used on a <code>.owl</code> file.</td>
</tr>
<tr>
-<td><code>--marker <string\></code></td>
+<td><code>--marker <string></code></td>
<td><code>sgen:marker</code></td>
<td>Specify the marker string for substitutions, default is '%'</td>
</tr>
<tr>
-<td><code>-n <string\></code></td>
+<td><code>-n <string></code></td>
<td><code>sgen:classname</code></td>
<td>The name of the generated class. The default is to synthesise a name based
on input document name.</td>
</tr>
@@ -305,7 +305,7 @@ options is explained in detail below.</p
<td>Option to suppress properties in the generated vocabulary file.</td>
</tr>
<tr>
-<td><code>-o <filename\></code> <br /> <code>-o <dir\></code></td>
+<td><code>-o <filename></code> <br /> <code>-o <dir></code></td>
<td><code>sgen:output</code></td>
<td>Specify the destination for the output. If the given value evaluates to a
directory, the generated class will be placed in that directory with a file
name formed from the generated (or given) class name with ".java" appended.</td>
</tr>
@@ -325,22 +325,22 @@ options is explained in detail below.</p
<td>Specify that the language of the source is OWL (the default). Note that
RDFS is a subset of OWL, so this setting also suffices for RDFS.</td>
</tr>
<tr>
-<td><code>--package <string\></code></td>
+<td><code>--package <string></code></td>
<td><code>sgen:package</code></td>
<td>Specify the Java package name and directory.</td>
</tr>
<tr>
-<td><code>--propSection <string\></code></td>
+<td><code>--propSection <string></code></td>
<td><code>sgen:propSection</code></td>
<td>Section declaration comment for properties section.</td>
</tr>
<tr>
-<td><code>--propTemplate <string\></code></td>
+<td><code>--propTemplate <string></code></td>
<td><code>sgen:propTemplate</code></td>
<td>Template for writing out declarations of property resources.</td>
</tr>
<tr>
-<td><code>-r <uri\></code></td>
+<td><code>-r <uri></code></td>
<td></td>
<td>Specify the uri of the root node in the RDF configuration model.</td>
</tr>