com.sonoma
Class RDFContent

java.lang.Object
  |
  +--com.sonoma.RDFContent

public class RDFContent
extends java.lang.Object

Creates RDF type of nodes (item nodes) and attributes for topics and calendar xml files. Other classes and JSP pages use this object instead of Xerces or XML. dbRDF.java


Constructor Summary
RDFContent()
          Creates new dbRDF
 
Method Summary
 org.w3c.dom.Document createArticle(java.lang.String sFileName, dbNewArticle art)
          Creates new Article Node for Topics.xml file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFContent

public RDFContent()
Creates new dbRDF
Method Detail

createArticle

public org.w3c.dom.Document createArticle(java.lang.String sFileName,
                                          dbNewArticle art)
Creates new Article Node for Topics.xml file
Parameters:
sFileName - full path to the topics.xml file
art - is a Sonoma object representing a DocBook article and a collection of paragraphs