You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2014/05/12 20:01:53 UTC

svn commit: r908659 - in /websites/staging/jena/trunk/content: ./ documentation/notes/typed-literals.html

Author: buildbot
Date: Mon May 12 18:01:53 2014
New Revision: 908659

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/notes/typed-literals.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 12 18:01:53 2014
@@ -1 +1 @@
-1593147
+1594039

Modified: websites/staging/jena/trunk/content/documentation/notes/typed-literals.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/typed-literals.html (original)
+++ websites/staging/jena/trunk/content/documentation/notes/typed-literals.html Mon May 12 18:01:53 2014
@@ -295,15 +295,16 @@ course, if they prove to be useful.</p>
 <h2 id="xsd-data-types">XSD data types</h2>
 <p>Jena includes prebuilt, and pre-registered, instances of
 <code>RDFDatatype</code> for all of the relevant XSD types:</p>
-<blockquote>
-<p>float double int long short byte unsignedByte unsignedShort
-unsignedInt unsignedLong decimal integer nonPositiveInteger
-nonNegativeInteger positiveInteger negativeInteger Boolean string
-normalizedString anyURI token Name QName language NMTOKEN ENTITIES
-NMTOKENS ENTITY ID NCName IDREF IDREFS NOTATION hexBinary
-base64Binary date time dateTime duration gDay gMonth gYear
-gYearMonth gMonthDay</p>
-</blockquote>
+<div class="codehilite"><pre><span class="n">float</span> <span class="n">double</span> <span class="n">int</span> <span class="n">long</span> <span class="n">short</span> <span class="n">byte</span> <span class="n">unsignedByte</span> <span class="n">unsignedShort</span>
+<span class="n">unsignedInt</span> <span class="n">unsignedLong</span> <span class="n">decimal</span> <span class="n">integer</span> <span class="n">nonPositiveInteger</span>
+<span class="n">nonNegativeInteger</span> <span class="n">positiveInteger</span> <span class="n">negativeInteger</span> <span class="n">Boolean</span> <span class="n">string</span>
+<span class="n">normalizedString</span> <span class="n">anyURI</span> <span class="n">token</span> <span class="n">Name</span> <span class="n">QName</span> <span class="n">language</span> <span class="n">NMTOKEN</span> <span class="n">ENTITIES</span>
+<span class="n">NMTOKENS</span> <span class="n">ENTITY</span> <span class="n">ID</span> <span class="n">NCName</span> <span class="n">IDREF</span> <span class="n">IDREFS</span> <span class="n">NOTATION</span> <span class="n">hexBinary</span>
+<span class="n">base64Binary</span> <span class="n">date</span> <span class="n">time</span> <span class="n">dateTime</span> <span class="n">duration</span> <span class="n">gDay</span> <span class="n">gMonth</span> <span class="n">gYear</span>
+<span class="n">gYearMonth</span> <span class="n">gMonthDay</span>
+</pre></div>
+
+
 <p>These are all available as static member variables from
 <a href="/documentation/javadoc/jena/com/hp/hpl/jena/datatypes/xsd/XSDDatatype.html"><code>com.hp.hpl.jena.datatypes.xsd.XSDDatatype</code></a>.</p>
 <p>Of these types, the following are registered as the default type to