org.openanzo.atom.jastor.atomowl
Interface XHTML

All Superinterfaces:
Content, CoreThing, GraphThing, Representation, TextContent
All Known Implementing Classes:
XHTMLImpl

public interface XHTML
extends TextContent, GraphThing

Interface for Xhtml content class ontology class
Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this interface.

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#XHTML)


RDF Schema Standard Properties
label : Xhtml content class
comment : see 3.1.1.3 of rfc 4287. The datatype of xhtml strings@en



Field Summary
static org.openrdf.model.URI contentProperty
          The Jena Property for content
static org.openrdf.model.URI emailProperty
          The Jena Property for email
static org.openrdf.model.URI representationOfProperty
          The Jena Property for representationOf
static org.openrdf.model.URI representationProperty
          The Jena Property for representation
static org.openrdf.model.URI TYPE
          The rdf:type for this ontology class
static org.openrdf.model.URI xhtmlProperty
          The Jena Property for xhtml
 
Fields inherited from interface org.openanzo.atom.jastor.atomowl.Content
bodyProperty, langProperty, lengthProperty, srcProperty, typeProperty
 
Method Summary
 java.lang.String getXhtml()
          Gets the 'xhtml' property value
 void setXhtml(java.lang.String xhtml)
          Sets the 'xhtml' property value
 
Methods inherited from interface org.openanzo.atom.jastor.atomowl.Content
addBody, addEmail, addEmail, addEmail, addSrc, addSrc, addSrc, getBody, getContent, getEmail, getLang, getLength, getSrc, getType, removeBody, removeEmail, removeSrc, setContent, setContent, setContent, setLang, setLength, setType
 
Methods inherited from interface org.openanzo.atom.jastor.webarch.Representation
addRepresentation, addRepresentation, addRepresentation, addRepresentationOf, addRepresentationOf, addRepresentationOf, getRepresentation, getRepresentationOf, removeRepresentation, removeRepresentationOf
 
Methods inherited from interface org.openanzo.jastor.GraphThing
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri
 

Field Detail

TYPE

static final org.openrdf.model.URI TYPE
The rdf:type for this ontology class


xhtmlProperty

static final org.openrdf.model.URI xhtmlProperty
The Jena Property for xhtml

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#xhtml)



RDF Schema Standard Properties
label : xhtml type
comment : see 3.1.1.3 of rfc 4287. The datatype of xhtml text elements.@en


representationOfProperty

static final org.openrdf.model.URI representationOfProperty
The Jena Property for representationOf

(URI: http://sw.nokia.com/WebArch-1/representationOf)



emailProperty

static final org.openrdf.model.URI emailProperty
The Jena Property for email

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#email)



RDF Schema Standard Properties
label : email address@en
comment : see 3.2.3 of rfc 4287. A mailbox of the Person@en


representationProperty

static final org.openrdf.model.URI representationProperty
The Jena Property for representation

(URI: http://sw.nokia.com/WebArch-1/representation)



contentProperty

static final org.openrdf.model.URI contentProperty
The Jena Property for content

(URI: http://bblfish.net/work/atom-owl/2006-06-06/#content)



RDF Schema Standard Properties
label : content@en
comment : See 4.1.3 of rfc 4287 spec. The content of an Entry, a Link or any of the relation types that are the object of :rel properties@en

Method Detail

getXhtml

java.lang.String getXhtml()
                          throws JastorException
Gets the 'xhtml' property value

Returns:
String
Throws:
JastorException
See Also:
xhtmlProperty

setXhtml

void setXhtml(java.lang.String xhtml)
              throws JastorException
Sets the 'xhtml' property value

Parameters:
{@link - java.lang.String}
Throws:
JastorException
See Also:
xhtmlProperty


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.