public class RecordFactory
extends java.lang.Object
| Constructor and Description |
|---|
RecordFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addRecord(Record record)
Adds a new record
|
static Record |
createRecord(java.net.URI uri,
XMLNode node)
Try to identify the XML format and return a record
|
public static void addRecord(Record record)
record - New record to add