Package | Description |
---|---|
tap.metadata |
Modifier and Type | Method and Description |
---|---|
protected TableSetParser.ForeignKey |
TableSetParser.parseFKey(javax.xml.stream.XMLStreamReader reader)
Parse the XML representation of a TAP foreign key.
|
Modifier and Type | Method and Description |
---|---|
protected TAPSchema |
TableSetParser.parseSchema(javax.xml.stream.XMLStreamReader reader,
java.util.List<TableSetParser.ForeignKey> allForeignKeys)
Parse the XML representation of a TAP schema.
|
protected TAPTable |
TableSetParser.parseTable(javax.xml.stream.XMLStreamReader reader,
java.util.List<TableSetParser.ForeignKey> keys)
Parse the XML representation of a TAP table.
|