Package | Description |
---|---|
votorola.a.diff |
Differencing of position drafts.
|
votorola.a.position |
Formalizing stances on prospective issues.
|
Constructor and Description |
---|
DraftPair.MalformedContent(String message,
PageRevision page) |
Modifier and Type | Interface and Description |
---|---|
interface |
CoreRevision
A particular revision of the single page at the core of a position.
|
interface |
DraftRevision
A particular revision of a draft page.
|
interface |
PipeRevision
A particular revision of a pipe.
|
interface |
PositionalRevision
A particular revision of a page that contributes to a position.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentPipeRevision
A particular revision of a component pipe.
|
class |
ComponentPipeRevision1
A component pipe revision constructed for a specific draft
revision path.
|
class |
ComponentPipeRevisionL
A component pipe revision constructed nominally for the latest revision, not for a
specific draft revision path.
|
class |
ComponentPipeRevisionWV
A component pipe revision as viewed from the wild variant it nominates.
|
class |
LocalDraftRevision
A particular revision of a draft page local to the pollwiki.
|
class |
PageRevision1
An implementation of a page revision.
|
class |
PointerRevision
A particular revision of a draft pointer.
|
class |
RemoteDraftRevision
A particular revision of a remote draft page.
|
Modifier and Type | Method and Description |
---|---|
static PageRevision |
PageRevision1.readPageRevision(URI wikiScriptURI,
XMLStreamReader _xml,
boolean _toLatest)
Attempts to construct a PageRevision1 from the response to a page query.
|
Constructor and Description |
---|
PageRevision1(PageRevision rP)
Constructs a PageRevision1 as a copy of another instance of a page revision.
|