parser.parseResponseGeometry("geometryType");
parser.parseResponseStyle("style");
parser.parseResponseTarget("target");
parser.parseStartRecord("start", 1);
parser.parseMaxRecords("max", 10);
parser.parsePropertyIsEqualTo("uuid", "uuid");
parser.parsePropertyIsLike("searchText", "anytext");
parser.parsePropertyList("contentType", "dc:type", ",", true);
parser.parsePropertyList("dataCategory", "dc:subject", ",", true);
parser.parsePropertyRange("after", "before", "dct:modified");
parser.parseSpatialClause("bbox", "spatialRel", "geometry");