| Package | Description |
|---|---|
| ca.uqac.dim.turtledb |
| Modifier and Type | Method and Description |
|---|---|
static Relation |
XmlQueryParser.parse(org.w3c.dom.Document doc)
Builds a query from a DOM document
|
protected static Relation |
XmlQueryParser.parse(org.w3c.dom.Node e)
Parse an operand.
|
static Relation |
XmlQueryParser.parse(java.lang.String s)
Builds a query from a string
|
protected static Attribute |
XmlQueryParser.parseAttribute(org.w3c.dom.Node e)
Parse an attribute.
|
protected static Condition |
XmlQueryParser.parseCondition(org.w3c.dom.Node e)
Parse an equality.
|
protected static Equality |
XmlQueryParser.parseEquality(org.w3c.dom.Node e)
Parse an equality.
|
protected static Relation |
XmlQueryParser.parseIntersection(org.w3c.dom.Node e)
Parse an intersection.
|
protected static Relation |
XmlQueryParser.parseJoin(org.w3c.dom.Node e)
Parse a join.
|
protected static Condition |
XmlQueryParser.parseNAryCondition(NAryCondition c,
org.w3c.dom.Node e) |
protected static Relation |
XmlQueryParser.parseProduct(org.w3c.dom.Node e)
Parse a Cartesian product.
|
protected static Relation |
XmlQueryParser.parseProjection(org.w3c.dom.Node e)
Parse a projection.
|
protected static Schema |
XmlQueryParser.parseSchema(org.w3c.dom.Node e)
Parse a schema.
|
protected static Relation |
XmlQueryParser.parseSelection(org.w3c.dom.Node e)
Parse a selection.
|
protected static Table |
XmlQueryParser.parseTable(org.w3c.dom.Node e)
Parse a table.
|
protected static Tuple |
XmlQueryParser.parseTuple(org.w3c.dom.Node e)
Parse a table tuple.
|
protected static Relation |
XmlQueryParser.parseUnion(org.w3c.dom.Node e)
Parse a union.
|
protected static Value |
XmlQueryParser.parseValue(org.w3c.dom.Node e)
Parse a value.
|
protected static VariableTable |
XmlQueryParser.parseVariableTable(org.w3c.dom.Node e)
Parse a table.
|
Copyright © Sylvain HallĂ©. All Rights Reserved.