|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybpel.xpath.exp.impl.analyzer.Expression
public class Expression
An Arithmetic Grammar.
| Field Summary | |
|---|---|
Token |
jj_nt
Next token. |
protected JJTExpressionState |
jjtree
|
Token |
token
Current token. |
ExpressionTokenManager |
token_source
Generated Token Manager. |
| Constructor Summary | |
|---|---|
Expression(ExpressionTokenManager tm)
Constructor with generated Token Manager. |
|
Expression(java.io.InputStream stream)
Constructor with InputStream. |
|
Expression(java.io.InputStream stream,
java.lang.String encoding)
Constructor with InputStream and supplied encoding |
|
Expression(java.io.Reader stream)
Constructor. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JJTExpressionState jjtree
public ExpressionTokenManager token_source
public Token token
public Token jj_nt
| Constructor Detail |
|---|
public Expression(java.io.InputStream stream)
public Expression(java.io.InputStream stream,
java.lang.String encoding)
public Expression(java.io.Reader stream)
public Expression(ExpressionTokenManager tm)
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public final ASTStart Start()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void Expression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ConditionalOrExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ConditionalAndExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void EqualityExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void InequalityExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void AdditiveExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void MultiplicativeExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ArrayExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ChildLitteral()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void AttributeLitteral()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void UnaryExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void PreIncrementExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void PreDecrementExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void PostfixExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void PrimaryExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void XpathExpression()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void Function()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NotFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void TrueFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void FalseFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DoXslTransform()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ConcatFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NumberFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void StringFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void SubstringBeforeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void SubstringAfterFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void TranslateFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CountFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CurrentDateFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CurrentDateTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CurrentTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DateTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DayFromDateFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DayFromDateTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ChildNodeXpathFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ChildNodeNameXpathFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void TextXpathFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void AbsFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void AdjustDateToTimezoneFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void AdjustDateTimeToTimezoneFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void AdjustTimeToTimezoneFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void BaseURIFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void BooleanFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CeilingFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CodepointEqualFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CodepointsToStringFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CollectionFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CompareFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ContainsFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DataFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DaysFromDurationFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DeepEqualFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DefaultCollationFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DistinctValuesFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DocFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DocAvailableFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DocumentURIFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void EmptyFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void EncodeForURIFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void EndsWithFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ErrorFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void EscapeHTMLURIFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ExactlyOneFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ExistsFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void HoursFromDateTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void HoursFromDurationFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void HoursFromTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void IdFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void IdRefFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ImplicitTimezoneFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void InScopePrefixesFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void IndexOfFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void InsertBeforeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void IRIToURIFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void LangFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void LastFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void LocalNameFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void LocalNameFromQNameFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void LowerCaseFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void MatchesFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void MaxFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void MinutesFromDateTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void MinutesFromDurationFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void MinutesFromTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void MonthFromDateFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void MonthFromDateTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void MonthFromDurationFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NameFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NamespaceURIFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NamespaceURIForPrefixFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NamespaceURIFromQNameFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NilledFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NodeNameFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NormalizeSpaceFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NormalizeUnicodeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void OneOrMoreFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void PositionFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void PrefixFromQNameFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void QNameFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void RemoveFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ReplaceFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ResolveQNameFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ResolveURIFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ReverseFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void RootFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void RoundFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void RoundHalfToEvenFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void SecondsFromDateTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void SecondsFromDurationFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void SecondsFromTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void StaticBaseURIFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void StringJoinFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void StringLengthFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void StringToCodepointsFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void SubsequenceFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void SubstringFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void SumFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void TimezoneFromDateFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void TimezoneFromDateTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void TimezoneFromTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void TokenizeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void TraceFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void UnorderedFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void UpperCaseFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void YearFromDateFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void YearFromDateTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void YearFromDurationFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ZeroOrOneFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CurrentFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CurrentGroupFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void CurrentGroupingKeyFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void DocumentFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ElementAvailableFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void FormatDateFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void FormatDateTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void FormatNumberFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void FormatTimeFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void FunctionAvailableFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void GenerateIdFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void KeyFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void RegexGroupFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void SystemPropertyFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void TypeAvailableFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void UnparsedEntityPublicIdFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void UnparsedEntityURIFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void UnparsedTextFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void UnparsedTextAvailableFunction()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void Literal()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void Integer()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void Float()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void Caracter()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void String()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void BooleanLiteral()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void NullLiteral()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void Arguments()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void ArgumentList()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
public final void Identifier()
throws ParseException,
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionException
ParseException
com.ebmwebsourcing.easybpel.xpath.exp.api.XPathExpressionExceptionpublic void ReInit(java.io.InputStream stream)
public void ReInit(java.io.InputStream stream,
java.lang.String encoding)
public void ReInit(java.io.Reader stream)
public void ReInit(ExpressionTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||