format.getMessageKeys().put(type, messageKey);
}
private Search parseSearch(Node node) throws TableEngineException {
Search search = null;
NamedNodeMap attributes = node.getAttributes();
for(int i=0; i<attributes.getLength(); i++) {
Node attributeNode = attributes.item(i);
if(attributeNode.getNodeType() == Node.ATTRIBUTE_NODE) {