Package | Description |
---|---|
votorola.a |
Providing application-specific library code for Votorola:
an experimental technology for the public guidance of electoral systems,
executive offices, legislatures, and other decision systems.
|
votorola.a.trust |
Tracing trust networks and compiling residential voter registers.
|
Modifier and Type | Class and Description |
---|---|
static class |
VoterInputTable.XMLColumnBuilder
An XML column appender for a voter input table that sinks to a string builder.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
Registration.toCommonXMLAttributes(TraceNode node,
VoterInputTable.XMLColumnAppender aC)
Serializes the common attributes of a registration in XML format.
|
(package private) static void |
Registration.toCommonXMLElements(Set<String> divisions,
VoterInputTable.XMLColumnAppender aC)
Serializes the common elements of a registration in XML format.
|
void |
Registration.toXML(VoterInputTable.XMLColumnAppender aC)
Serializes this registration in XML format.
|