Java Doc for RSSDoublinCoreModule.java in  » RSS-RDF » RSSLib4J » org » gnu » stealthp » rsslib » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » RSSLib4J » org.gnu.stealthp.rsslib 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.gnu.stealthp.rsslib.RSSDoublinCoreModule

RSSDoublinCoreModule
public class RSSDoublinCoreModule (Code)
Handler for doublin core information.
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
Namespace Declarations
  • xmlns:dc="http://purl.org/dc/elements/1.1/"

Model

<channel>, <item>, <image>, and <textinput> Elements:

  • <dc:title> ( #PCDATA )
  • <dc:creator> ( #PCDATA )
  • <dc:subject> ( #PCDATA )
  • <dc:description> ( #PCDATA )
  • <dc:publisher> ( #PCDATA )
  • <dc:contributor> ( #PCDATA )
  • <dc:date> ( #PCDATA ) [W3CDTF]
  • <dc:type> ( #PCDATA )
  • <dc:format> ( #PCDATA )
  • <dc:identifier> ( #PCDATA )
  • <dc:source> ( #PCDATA )
  • <dc:language> ( #PCDATA )
  • <dc:relation> ( #PCDATA )
  • <dc:coverage> ( #PCDATA )
  • <dc:rights> ( #PCDATA )


since:
   RSSLIB4J 0.1
author:
   Francesco aka 'Stealthp' stealthp[@]stealthp.org
version:
   0.2




Method Summary
protected static  RSSDoublinCoreModulebuildDcModule(Hashtable t)
    
public  StringgetDcContributor()
    
public  StringgetDcCoverage()
    
public  StringgetDcCreator()
    
public  StringgetDcDate()
    
public  StringgetDcDescription()
    
public  StringgetDcFormat()
    
public  StringgetDcIdentifier()
    
public  StringgetDcLanguage()
    
public  StringgetDcPublisher()
    
public  StringgetDcRelation()
    
public  StringgetDcRight()
    
public  StringgetDcSource()
    
public  StringgetDcSubject()
    
public  StringgetDcTitle()
    
public  StringgetDcType()
    
public  voidsetDcContributor(String t)
    
public  voidsetDcCoverage(String t)
    
public  voidsetDcCreator(String t)
    
public  voidsetDcDate(String t)
    
public  voidsetDcDescription(String t)
    
public  voidsetDcFormat(String t)
    
public  voidsetDcIdentifier(String t)
    
public  voidsetDcLanguage(String t)
    
public  voidsetDcPublisher(String t)
    
public  voidsetDcRelation(String t)
    
public  voidsetDcRights(String t)
    
public  voidsetDcSource(String t)
    
public  voidsetDcSubject(String t)
    
public  voidsetDcTitle(String t)
    
public  voidsetDcType(String t)
    
public  StringtoString()
    



Method Detail
buildDcModule
protected static RSSDoublinCoreModule buildDcModule(Hashtable t)(Code)
Build a RSSDoublinCoreModule object from an Hashtable
Parameters:
  t - The Hashtable with key as dc tag and value as tag's value the RSSDoublinCoreModule object



getDcContributor
public String getDcContributor()(Code)
Get the contributor contributor



getDcCoverage
public String getDcCoverage()(Code)
Get the coverage coverage



getDcCreator
public String getDcCreator()(Code)
Get the creator creator



getDcDate
public String getDcDate()(Code)
Get the date date



getDcDescription
public String getDcDescription()(Code)
Get description description



getDcFormat
public String getDcFormat()(Code)
The format format



getDcIdentifier
public String getDcIdentifier()(Code)
Get the identifier the identifier



getDcLanguage
public String getDcLanguage()(Code)
Get the language language



getDcPublisher
public String getDcPublisher()(Code)
Get the publischer the publischer



getDcRelation
public String getDcRelation()(Code)
Get the declaration declaration



getDcRight
public String getDcRight()(Code)
The Right right



getDcSource
public String getDcSource()(Code)
Get the source the source



getDcSubject
public String getDcSubject()(Code)
Get the subject subject



getDcTitle
public String getDcTitle()(Code)
Get the title title



getDcType
public String getDcType()(Code)
Get the type the type



setDcContributor
public void setDcContributor(String t)(Code)
Set the Contributor
Parameters:
  t - contributor



setDcCoverage
public void setDcCoverage(String t)(Code)
Set coverage
Parameters:
  t - coverage



setDcCreator
public void setDcCreator(String t)(Code)
Set the creator
Parameters:
  t - creator



setDcDate
public void setDcDate(String t)(Code)
Set the date
Parameters:
  t - date



setDcDescription
public void setDcDescription(String t)(Code)
Set the description
Parameters:
  t - description



setDcFormat
public void setDcFormat(String t)(Code)
Set the format
Parameters:
  t - format



setDcIdentifier
public void setDcIdentifier(String t)(Code)
Set the identifier
Parameters:
  t - identifier



setDcLanguage
public void setDcLanguage(String t)(Code)
Set the language
Parameters:
  t - language



setDcPublisher
public void setDcPublisher(String t)(Code)
Set the publiscer
Parameters:
  t - publisher



setDcRelation
public void setDcRelation(String t)(Code)
Set declaration
Parameters:
  t - declaration



setDcRights
public void setDcRights(String t)(Code)
Set copy rights
Parameters:
  t - rights



setDcSource
public void setDcSource(String t)(Code)
Set the source
Parameters:
  t - source



setDcSubject
public void setDcSubject(String t)(Code)
Set subject
Parameters:
  t - subject



setDcTitle
public void setDcTitle(String t)(Code)
Set the title
Parameters:
  t - title



setDcType
public void setDcType(String t)(Code)
Set the type
Parameters:
  t - typr



toString
public String toString()(Code)
A poor informational string info



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.