|
From: <j_m...@us...> - 2004-02-29 12:21:30
|
Update of /cvsroot/cobricks/cobricks2/src/org/cobricks/item In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11114/src/org/cobricks/item Modified Files: ItemManager.java Log Message: Index: ItemManager.java =================================================================== RCS file: /cvsroot/cobricks/cobricks2/src/org/cobricks/item/ItemManager.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ItemManager.java 11 Feb 2004 14:31:52 -0000 1.1 --- ItemManager.java 29 Feb 2004 12:03:26 -0000 1.2 *************** *** 13,16 **** --- 13,17 ---- import org.cobricks.core.ComponentManagerInterface; import org.cobricks.core.util.LogUtil; + import org.cobricks.core.Ontology; *************** *** 52,56 **** // get HashMap of Objects from xml-input public HashMap extractFromXML(String xml); ! } --- 53,64 ---- // get HashMap of Objects from xml-input public HashMap extractFromXML(String xml); ! public Ontology getOntology(); ! ! /** ! * This method returns the encoding attribute of the xml declaration of all ! * items and all item attributes ! * @return xml encoding type. Default value is UTF-8 ! */ ! String getXMLEncoding(); } |