Constants |
XSD_NCNAME |
http://www.w3.org/2001/XMLSchema-datatypes#NCName |
XSD_STRING |
http://www.w3.org/2001/XMLSchema-datatypes#string |
RDF_TYPE |
http://www.w3.org/1999/02/22-rdf-syntax-ns#type |
RDF_SUBJECT |
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject |
RDF_PREDICATE |
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate |
RDF_OBJECT |
http://www.w3.org/1999/02/22-rdf-syntax-ns#object |
RDF_PROPERTY |
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property |
RDF_STATEMENT |
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement |
RDFS_COMMENT |
http://www.w3.org/2000/01/rdf-schema#comment |
RDFS_LABEL |
http://www.w3.org/2000/01/rdf-schema#label |
RDFS_DOMAIN |
http://www.w3.org/2000/01/rdf-schema#domain |
RDFS_RANGE |
http://www.w3.org/2000/01/rdf-schema#range |
RDFS_SUBCLASSOF |
http://www.w3.org/2000/01/rdf-schema#subClassOf |
RDFS_LITERAL |
http://www.w3.org/2000/01/rdf-schema#Literal |
OWL_CLASS |
http://www.w3.org/2002/07/owl#Class |
OWL_OBJECTPROPERTY |
http://www.w3.org/2002/07/owl#ObjectProperty |
OWL_DATATYPEPROPERTY |
http://www.w3.org/2002/07/owl#DatatypeProperty |
OWL_FUNCTIONALPROPERTY |
http://www.w3.org/2002/07/owl#FunctionalProperty |
PKG_HASPART |
http://docs.oasis-open.org/opendocument/meta/package/common#hasPart |
PKG_IDREF |
http://docs.oasis-open.org/opendocument/meta/package/common#idref |
PKG_PATH |
http://docs.oasis-open.org/opendocument/meta/package/common#path |
PKG_MIMETYPE |
http://docs.oasis-open.org/opendocument/meta/package/common#mimeType |
PKG_PACKAGE |
http://docs.oasis-open.org/opendocument/meta/package/common#Package |
PKG_ELEMENT |
http://docs.oasis-open.org/opendocument/meta/package/common#Element |
PKG_FILE |
http://docs.oasis-open.org/opendocument/meta/package/common#File |
ODF_PREFIX |
http://docs.oasis-open.org/opendocument/meta/package/odf#prefix |
ODF_SUFFIX |
http://docs.oasis-open.org/opendocument/meta/package/odf#suffix |
ODF_ELEMENT |
http://docs.oasis-open.org/opendocument/meta/package/odf#Element |
ODF_CONTENTFILE |
http://docs.oasis-open.org/opendocument/meta/package/odf#ContentFile |
ODF_STYLESFILE |
http://docs.oasis-open.org/opendocument/meta/package/odf#StylesFile |
ODF_METADATAFILE |
http://docs.oasis-open.org/opendocument/meta/package/odf#MetadataFile |
Constants' Details |
XSD_NCNAME
const short XSD_NCNAME = 1;
- Description
- http://www.w3.org/2001/XMLSchema-datatypes#NCName
|
|
XSD_STRING
const short XSD_STRING = 2;
- Description
- http://www.w3.org/2001/XMLSchema-datatypes#string
|
|
RDF_TYPE
const short RDF_TYPE = 1000;
- Description
- http://www.w3.org/1999/02/22-rdf-syntax-ns#type
|
|
RDF_SUBJECT
const short RDF_SUBJECT = 1001;
- Description
- http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
|
|
RDF_PREDICATE
const short RDF_PREDICATE = 1002;
- Description
- http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
|
|
RDF_OBJECT
const short RDF_OBJECT = 1003;
- Description
- http://www.w3.org/1999/02/22-rdf-syntax-ns#object
|
|
RDF_PROPERTY
const short RDF_PROPERTY = 1004;
- Description
- http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
|
|
RDF_STATEMENT
const short RDF_STATEMENT = 1005;
- Description
- http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
|
|
RDFS_COMMENT
const short RDFS_COMMENT = 1100;
- Description
- http://www.w3.org/2000/01/rdf-schema#comment
|
|
RDFS_LABEL
const short RDFS_LABEL = 1101;
- Description
- http://www.w3.org/2000/01/rdf-schema#label
|
|
RDFS_DOMAIN
const short RDFS_DOMAIN = 1102;
- Description
- http://www.w3.org/2000/01/rdf-schema#domain
|
|
RDFS_RANGE
const short RDFS_RANGE = 1103;
- Description
- http://www.w3.org/2000/01/rdf-schema#range
|
|
RDFS_SUBCLASSOF
const short RDFS_SUBCLASSOF = 1104;
- Description
- http://www.w3.org/2000/01/rdf-schema#subClassOf
|
|
RDFS_LITERAL
const short RDFS_LITERAL = 1105;
- Description
- http://www.w3.org/2000/01/rdf-schema#Literal
|
|
OWL_CLASS
const short OWL_CLASS = 1200;
- Description
- http://www.w3.org/2002/07/owl#Class
|
|
OWL_OBJECTPROPERTY
const short OWL_OBJECTPROPERTY = 1201;
- Description
- http://www.w3.org/2002/07/owl#ObjectProperty
|
|
OWL_DATATYPEPROPERTY
const short OWL_DATATYPEPROPERTY = 1202;
- Description
- http://www.w3.org/2002/07/owl#DatatypeProperty
|
|
OWL_FUNCTIONALPROPERTY
const short OWL_FUNCTIONALPROPERTY = 1203;
- Description
- http://www.w3.org/2002/07/owl#FunctionalProperty
|
|
PKG_HASPART
const short PKG_HASPART = 2000;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/common#hasPart
|
|
PKG_IDREF
const short PKG_IDREF = 2001;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/common#idref
|
|
PKG_PATH
const short PKG_PATH = 2002;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/common#path
|
|
PKG_MIMETYPE
const short PKG_MIMETYPE = 2003;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/common#mimeType
|
|
PKG_PACKAGE
const short PKG_PACKAGE = 2004;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/common#Package
|
|
PKG_ELEMENT
const short PKG_ELEMENT = 2005;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/common#Element
|
|
PKG_FILE
const short PKG_FILE = 2006;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/common#File
|
|
ODF_PREFIX
const short ODF_PREFIX = 2100;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/odf#prefix
|
|
ODF_SUFFIX
const short ODF_SUFFIX = 2101;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/odf#suffix
|
|
ODF_ELEMENT
const short ODF_ELEMENT = 2102;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/odf#Element
|
|
ODF_CONTENTFILE
const short ODF_CONTENTFILE = 2103;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/odf#ContentFile
|
|
ODF_STYLESFILE
const short ODF_STYLESFILE = 2104;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/odf#StylesFile
|
|
ODF_METADATAFILE
const short ODF_METADATAFILE = 2105;
- Description
- http://docs.oasis-open.org/opendocument/meta/package/odf#MetadataFile
|
|
Copyright © 2010 Sun Microsystems, Inc.