xml
Class XML_News
java.lang.Object
xml.Xml_Core_ops_
xml.XML_News
public class XML_News
- extends Xml_Core_ops_
- Author:
- Björn Dassow
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static XML_News getInstance()
addNews
public void addNews(News neu)
deleteNews
public void deleteNews(java.lang.String Id)
throws Xml_setException
- Throws:
Xml_setException
modifyNews
public void modifyNews(java.lang.String IdToModify,
News modified)
throws Xml_setException
- Throws:
Xml_setException
getNewsById
public News getNewsById(java.lang.String id)
throws Xml_getException
- Throws:
Xml_getException
getAllNews
public News[] getAllNews()
getAllNews
public News[] getAllNews(boolean backwards)