|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.argouml.xml.todo.ToDoItemXMLHelper
Helper class to help save todo items properly in the .todo XML file. It provides a view of A ToDoItem particularly suited for saving in an XML file by encoding strings to preserve graphic characters and allow lines to be broken and still be able to regain the original contents.
ToDoItem
Field Summary | |
---|---|
protected ToDoItem |
_item
|
Constructor Summary | |
---|---|
ToDoItemXMLHelper(ToDoItem item)
Creates a new ToDoItemXMLHelper for item. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Encodes the description of this ToDoItem in an XML safe way and returns the new String. |
java.lang.String |
getHeadline()
Encodes the headline of this ToDoItem in an XML safe way and returns the new String. |
java.lang.String |
getMoreInfoURL()
Encodes the moreInfoURL of this ToDoItem in an XML safe way and returns the new String. |
java.lang.String |
getPriority()
Encodes the priority of this ToDoItem in an XML safe way and returns the new String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final ToDoItem _item
Constructor Detail |
public ToDoItemXMLHelper(ToDoItem item)
item
- A ToDoItem.Method Detail |
public java.lang.String getHeadline()
TodoParser::decode
.
public java.lang.String getPriority()
TodoParser::decode
and comparing to the
STRING_prio_* values in TodoTokenTable.
public java.lang.String getMoreInfoURL()
TodoParser::decode
.
public java.lang.String getDescription()
TodoParser::decode
.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2003 (20040216) | ArgoUML Project Home | ArgoUML Cookbook |