org.openrdf.concepts.awol
Interface XHTML

All Superinterfaces:
Content, Entity, Representation, Resource, TextContent, WebarchResource

public interface XHTML
extends TextContent

see §3.1.1.3 of rfc 4287. The datatype of xhtml strings


Method Summary
 Set<String> getAwolXhtmls()
          see §3.1.1.3 of rfc 4287.
 void setAwolXhtmls(Set<String> value)
          see §3.1.1.3 of rfc 4287.
 
Methods inherited from interface org.openrdf.concepts.awol.Content
getAwolBody, getAwolLang, getAwolLength, getAwolSrcs, getAwolType, setAwolBody, setAwolLang, setAwolLength, setAwolSrcs, setAwolType
 
Methods inherited from interface org.openrdf.concepts.webarch.Representation
getWebArchRepresentationOf, setWebArchRepresentationOf
 
Methods inherited from interface org.openrdf.concepts.webarch.WebarchResource
getWebArchRepresentation, getWebArchResolvesAs, getWebArchServer, getWebArchService, getWebArchSite, setWebArchRepresentation, setWebArchResolvesAs, setWebArchServer, setWebArchService, setWebArchSite
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getAwolXhtmls

Set<String> getAwolXhtmls()
see §3.1.1.3 of rfc 4287. The datatype of xhtml text elements.


setAwolXhtmls

void setAwolXhtmls(Set<String> value)
see §3.1.1.3 of rfc 4287. The datatype of xhtml text elements.



Copyright © 2004-2007. All Rights Reserved.