Java Doc for XSD.java in  » RSS-RDF » Jena-2.5.5 » com » hp » hpl » jena » vocabulary » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » Jena 2.5.5 » com.hp.hpl.jena.vocabulary 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.hp.hpl.jena.vocabulary.XSD

XSD
public class XSD (Code)
Defines Jena resources corresponding to the URIs for the XSD primitive datatypes which are known to Jena.
author:
   Dave Reynolds
version:
   $Revision: 1.13 $ on $Date: 2008/01/02 12:07:29 $


Field Summary
public static  ResourceENTITIES
    
public static  ResourceENTITY
    
public static  ResourceID
    
public static  ResourceIDREF
    
public static  ResourceIDREFS
    
public static  ResourceNCName
    
public static  ResourceNMTOKEN
    
public static  ResourceNMTOKENS
    
public static  ResourceNOTATION
    
public static  StringNS
     The XSD namespace.
public static  ResourceName
    
public static  ResourceQName
    
public static  ResourceanyURI
    
public static  Resourcebase64Binary
    
public static  Resourcedate
    
public static  ResourcedateTime
    
public static  Resourcedecimal
    
public static  Resourceduration
    
public static  ResourcegDay
    
public static  ResourcegMonth
    
public static  ResourcegMonthDay
    
public static  ResourcegYear
    
public static  ResourcegYearMonth
    
public static  ResourcehexBinary
    
public static  Resourceinteger
    
public static  Resourcelanguage
    
public static  ResourcenegativeInteger
    
public static  ResourcenonNegativeInteger
    
public static  ResourcenonPositiveInteger
    
public static  ResourcenormalizedString
    
public static  ResourcepositiveInteger
    
public static  Resourcetime
    
public static  Resourcetoken
    
public static  ResourceunsignedByte
    
public static  ResourceunsignedInt
    
public static  ResourceunsignedLong
    
public static  ResourceunsignedShort
    
public static  Resourcexboolean
    
public static  Resourcexbyte
    
public static  Resourcexdouble
    
public static  Resourcexfloat
    
public static  Resourcexint
    
public static  Resourcexlong
    
public static  Resourcexshort
    
public static  Resourcexstring
    


Method Summary
public static  StringgetURI()
     The RDF-friendly version of the XSD namespace with trailing # character.

Field Detail
ENTITIES
public static Resource ENTITIES(Code)
Resource URI for xsd:ENTITIES



ENTITY
public static Resource ENTITY(Code)
Resource URI for xsd:ENTITY



ID
public static Resource ID(Code)
Resource URI for xsd:ID



IDREF
public static Resource IDREF(Code)
Resource URI for xsd:IDREF



IDREFS
public static Resource IDREFS(Code)
Resource URI for xsd:IDREFS



NCName
public static Resource NCName(Code)
Resource URI for xsd:NCName



NMTOKEN
public static Resource NMTOKEN(Code)
Resource URI for xsd:NMTOKEN



NMTOKENS
public static Resource NMTOKENS(Code)
Resource URI for xsd:NMTOKENS



NOTATION
public static Resource NOTATION(Code)
Resource URI for xsd:NOTATION



NS
public static String NS(Code)
The XSD namespace. This is the real XML Schema namespace and so lacks the RDF-friendly # character. XSD.getURI()



Name
public static Resource Name(Code)
Resource URI for xsd:Name



QName
public static Resource QName(Code)
Resource URI for xsd:QName



anyURI
public static Resource anyURI(Code)
Resource URI for xsd:anyURI



base64Binary
public static Resource base64Binary(Code)
Resource URI for xsd:base64Binary



date
public static Resource date(Code)
Resource URI for xsd:date



dateTime
public static Resource dateTime(Code)
Resource URI for xsd:dateTime



decimal
public static Resource decimal(Code)
Resource URI for xsd:decimal



duration
public static Resource duration(Code)
Resource URI for xsd:duration



gDay
public static Resource gDay(Code)
Resource URI for xsd:gDay



gMonth
public static Resource gMonth(Code)
Resource URI for xsd:gMonth



gMonthDay
public static Resource gMonthDay(Code)
Resource URI for xsd:gMonthDay



gYear
public static Resource gYear(Code)
Resource URI for xsd:gYear



gYearMonth
public static Resource gYearMonth(Code)
Resource URI for xsd:gYearMonth



hexBinary
public static Resource hexBinary(Code)
Resource URI for xsd:hexBinary



integer
public static Resource integer(Code)
Resource URI for xsd:integer



language
public static Resource language(Code)
Resource URI for xsd:language



negativeInteger
public static Resource negativeInteger(Code)
Resource URI for xsd:negativeInteger



nonNegativeInteger
public static Resource nonNegativeInteger(Code)
Resource URI for xsd:nonNegativeInteger



nonPositiveInteger
public static Resource nonPositiveInteger(Code)
Resource URI for xsd:nonPositiveInteger



normalizedString
public static Resource normalizedString(Code)
Resource URI for xsd:normalizedString



positiveInteger
public static Resource positiveInteger(Code)
Resource URI for xsd:positiveInteger



time
public static Resource time(Code)
Resource URI for xsd:time



token
public static Resource token(Code)
Resource URI for xsd:token



unsignedByte
public static Resource unsignedByte(Code)
Resource URI for xsd:unsignedByte



unsignedInt
public static Resource unsignedInt(Code)
Resource URI for xsd:unsignedInt



unsignedLong
public static Resource unsignedLong(Code)
Resource URI for xsd:unsignedLong



unsignedShort
public static Resource unsignedShort(Code)
Resource URI for xsd:unsignedShort



xboolean
public static Resource xboolean(Code)
Resource URI for xsd:boolean



xbyte
public static Resource xbyte(Code)
Resource URI for xsd:byte



xdouble
public static Resource xdouble(Code)
Resource URI for xsd:double



xfloat
public static Resource xfloat(Code)
Resource URI for xsd:float



xint
public static Resource xint(Code)
Resource URI for xsd:int



xlong
public static Resource xlong(Code)
Resource URI for xsd:long



xshort
public static Resource xshort(Code)
Resource URI for xsd:short



xstring
public static Resource xstring(Code)
Resource URI for xsd:string





Method Detail
getURI
public static String getURI()(Code)
The RDF-friendly version of the XSD namespace with trailing # character.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.