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