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