Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sonoma
Class RDFContent  view RDFContent download RDFContent.java

java.lang.Object
  extended bycom.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

Version:
1.1 04/7/2002

Constructor Summary
RDFContent()
          Creates new dbRDF
 
Method Summary
 org.w3c.dom.Document createArticle(java.lang.String sFileName, com.sonoma.objects.dbNewArticle art)
          Creates new Article Node for Topics.xml file
private  boolean setRDFAttributes(org.w3c.dom.Node ndItem, java.lang.String day, java.lang.String month, java.lang.String year, java.lang.String time, java.lang.String timePart, java.lang.String about)
          Sets attributes for Item nodes in 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,
                                          com.sonoma.objects.dbNewArticle art)
Creates new Article Node for Topics.xml file


setRDFAttributes

private boolean setRDFAttributes(org.w3c.dom.Node ndItem,
                                 java.lang.String day,
                                 java.lang.String month,
                                 java.lang.String year,
                                 java.lang.String time,
                                 java.lang.String timePart,
                                 java.lang.String about)
Sets attributes for Item nodes in Topics.xml file