2006/unicorn/org/w3c/unicorn/contract RDFContractUnmarshaller.java,1.1.1.1,1.2

Update of /sources/public/2006/unicorn/org/w3c/unicorn/contract
In directory hutz:/tmp/cvs-serv14689/org/w3c/unicorn/contract

Modified Files:
	RDFContractUnmarshaller.java 
Log Message:
Modification of RDF file parser (RDFContractUnmarshallerJena.java) to get text between <ucn:lang> and </ucn:lang>.

Index: RDFContractUnmarshaller.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/contract/RDFContractUnmarshaller.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- RDFContractUnmarshaller.java	31 Aug 2006 09:09:20 -0000	1.1.1.1
+++ RDFContractUnmarshaller.java	22 Jan 2008 13:52:05 -0000	1.2
@@ -24,6 +24,8 @@
 	public LocalizedString getHelpLocation ();
 	
 	public LocalizedString getProvider ();
+	
+	public String getNameOfLangParameter ();
 
 	//ObserverDescription getDescription();
 

Received on Tuesday, 22 January 2008 13:52:19 UTC