protected String getErrorCodeForSelectPlusContent() {
return "XTSE0910";
}
public Expression compile(Executable exec) throws XPathException {
Namespace inst = new Namespace(name);
compileContent(exec, inst, new StringLiteral(StringValue.SINGLE_SPACE));
return inst;
}