public class ProcessingInstructionConstructor extends AbstractExpression
AbstractExpression.Typesubs, sup| Constructor and Description |
|---|
ProcessingInstructionConstructor(AbstractExpression name,
AbstractExpression content) |
| Modifier and Type | Method and Description |
|---|---|
AbstractExpression |
accept(ExpressionVisitor visitor) |
int |
getPrecedence() |
void |
toString(StringBuilder buf)
Each subclass must implement the toString(StringBuilder) method by
appending itself as a syntatically valid XPath/XQuery expression in
the given buffer.
|
acceptSubs, appendSub, deepEquals, equivalent, geq, getBindingContext, getHead, getLastContextStep, getRoot, getSubs, getSuper, getTail, getType, isAbsolute, isDocumentOrdered, isRestrictive, matchDown, propEquals, propGreaterEqual, replaceRoot, setSubs, toStringpublic ProcessingInstructionConstructor(AbstractExpression name, AbstractExpression content)
public AbstractExpression accept(ExpressionVisitor visitor)
public void toString(StringBuilder buf)
AbstractExpressiontoString in class AbstractExpressionbuf - the buffer to append topublic int getPrecedence()
getPrecedence in class AbstractExpressionCopyright © 2013. All Rights Reserved.