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