Java Doc for DublinCoreSchema.java in  » PDF » pdf-itext » com » lowagie » text » xml » xmp » 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 » PDF » pdf itext » com.lowagie.text.xml.xmp 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.lowagie.text.xml.xmp.XmpSchema
   com.lowagie.text.xml.xmp.DublinCoreSchema

DublinCoreSchema
public class DublinCoreSchema extends XmpSchema (Code)
An implementation of an XmpSchema.


Field Summary
final public static  StringCONTRIBUTOR
     External Contributors to the resource (other than the authors).
final public static  StringCOVERAGE
     The extent or scope of the resource.
final public static  StringCREATOR
     The authors of the resource (listed in order of precedence, if significant).
final public static  StringDATE
     Date(s) that something interesting happened to the resource.
final public static  StringDEFAULT_XPATH_ID
    
final public static  StringDEFAULT_XPATH_URI
    
final public static  StringDESCRIPTION
     A textual description of the content of the resource.
final public static  StringFORMAT
     The file format used when saving the resource.
final public static  StringIDENTIFIER
     Unique identifier of the resource.
final public static  StringLANGUAGE
     An unordered array specifying the languages used in the resource.
final public static  StringPUBLISHER
     Publishers.
final public static  StringRELATION
     Relationships to other documents.
final public static  StringRIGHTS
     Informal rights statement, selected by language.
final public static  StringSOURCE
     Unique identifier of the work from which this resource was derived.
final public static  StringSUBJECT
     An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
final public static  StringTITLE
     The title of the document, or the name given to the resource.
final public static  StringTYPE
     A document type; for example, novel, poem, or working paper.

Constructor Summary
public  DublinCoreSchema()
    

Method Summary
public  voidaddAuthor(String author)
     Adds a single author.
public  voidaddAuthor(String[] author)
     Adds an array of authors.
public  voidaddDescription(String desc)
     Adds a description.
public  voidaddPublisher(String publisher)
     Adds a single publisher.
public  voidaddPublisher(String[] publisher)
     Adds an array of publishers.
public  voidaddSubject(String subject)
     Adds a subject.
public  voidaddSubject(String[] subject)
     Adds a subject.
public  voidaddTitle(String title)
     Adds a title.

Field Detail
CONTRIBUTOR
final public static String CONTRIBUTOR(Code)
External Contributors to the resource (other than the authors).



COVERAGE
final public static String COVERAGE(Code)
The extent or scope of the resource.



CREATOR
final public static String CREATOR(Code)
The authors of the resource (listed in order of precedence, if significant).



DATE
final public static String DATE(Code)
Date(s) that something interesting happened to the resource.



DEFAULT_XPATH_ID
final public static String DEFAULT_XPATH_ID(Code)
default namespace identifier



DEFAULT_XPATH_URI
final public static String DEFAULT_XPATH_URI(Code)
default namespace uri



DESCRIPTION
final public static String DESCRIPTION(Code)
A textual description of the content of the resource. Multiple values may be present for different languages.



FORMAT
final public static String FORMAT(Code)
The file format used when saving the resource. Tools and applications should set this property to the save format of the data. It may include appropriate qualifiers.



IDENTIFIER
final public static String IDENTIFIER(Code)
Unique identifier of the resource.



LANGUAGE
final public static String LANGUAGE(Code)
An unordered array specifying the languages used in the resource.



PUBLISHER
final public static String PUBLISHER(Code)
Publishers.



RELATION
final public static String RELATION(Code)
Relationships to other documents.



RIGHTS
final public static String RIGHTS(Code)
Informal rights statement, selected by language.



SOURCE
final public static String SOURCE(Code)
Unique identifier of the work from which this resource was derived.



SUBJECT
final public static String SUBJECT(Code)
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.



TITLE
final public static String TITLE(Code)
The title of the document, or the name given to the resource. Typically, it will be a name by which the resource is formally known.



TYPE
final public static String TYPE(Code)
A document type; for example, novel, poem, or working paper.




Constructor Detail
DublinCoreSchema
public DublinCoreSchema()(Code)




Method Detail
addAuthor
public void addAuthor(String author)(Code)
Adds a single author.
Parameters:
  author -



addAuthor
public void addAuthor(String[] author)(Code)
Adds an array of authors.
Parameters:
  author -



addDescription
public void addDescription(String desc)(Code)
Adds a description.
Parameters:
  desc -



addPublisher
public void addPublisher(String publisher)(Code)
Adds a single publisher.
Parameters:
  publisher -



addPublisher
public void addPublisher(String[] publisher)(Code)
Adds an array of publishers.
Parameters:
  publisher -



addSubject
public void addSubject(String subject)(Code)
Adds a subject.
Parameters:
  subject -



addSubject
public void addSubject(String[] subject)(Code)
Adds a subject.
Parameters:
  subject - array of subjects



addTitle
public void addTitle(String title)(Code)
Adds a title.
Parameters:
  title -



Fields inherited from com.lowagie.text.xml.xmp.XmpSchema
protected String xmlns(Code)(Java Doc)

Methods inherited from com.lowagie.text.xml.xmp.XmpSchema
public Object addProperty(String key, String value)(Code)(Java Doc)
public static String escape(String content)(Code)(Java Doc)
public String getXmlns()(Code)(Java Doc)
protected void process(StringBuffer buf, Object p)(Code)(Java Doc)
public Object setProperty(String key, String value)(Code)(Java Doc)
public Object setProperty(String key, XmpArray value)(Code)(Java Doc)
public Object setProperty(String key, LangAlt value)(Code)(Java Doc)
public String toString()(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.