| Package | Description |
|---|---|
| com.rometools.modules.sse | |
| com.rometools.modules.sse.modules |
| Modifier and Type | Method and Description |
|---|---|
private History |
SSE091Parser.parseHistory(org.jdom2.Element historyElement,
java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
private void |
SSE091Generator.generateHistory(org.jdom2.Element syncElement,
History history) |
private void |
SSE091Parser.parseUpdates(org.jdom2.Element historyChild,
History history,
java.util.Locale locale) |
| Modifier and Type | Field and Description |
|---|---|
private History |
Sync.history |
| Modifier and Type | Method and Description |
|---|---|
History |
Sync.getHistory()
Get the history for this sync object
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sync.setHistory(History history)
The history history for this sync object
|