|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XPathException in com.smallx.xml.component.standard |
Methods in com.smallx.xml.component.standard that throw XPathException | |
void |
RegexComponent.setExpression(EventExpression newExpr)
|
void |
SubtreeView.setExpression(EventExpression newExpr)
|
Uses of XPathException in com.smallx.xml.xpath |
Methods in com.smallx.xml.xpath that return XPathException | |
XPathException |
XPathDynamicIterationError.getError()
Returns the dynamic error that occurred during iteration. |
Methods in com.smallx.xml.xpath that throw XPathException | |
java.util.Iterator |
DocumentExpression.select(Item context)
Applies the expression and returns an iteration of the result. |
Item |
DocumentExpression.selectFirst(Item context)
Applies the expression and returns the first matching node of the result. |
java.lang.String |
DocumentExpression.valueOf(Item context)
Applies the expression and returns the string value of the result. |
Item |
EventState.match(Item current)
Returns 'true' if the event is in a of the matching sub-tree of the xpath from which this state was created. |
EventExpression |
XPathCompiler.compileEventExpression(java.lang.String expression)
Compiles an XPath expression. |
EventExpression |
XPathCompiler.compileEventExpression(StaticContext context,
java.lang.String expression)
|
DocumentExpression |
XPathCompiler.compileDocumentExpression(java.lang.String expression)
Compiles an XPath expression. |
DocumentExpression |
XPathCompiler.compileDocumentExpression(StaticContext context,
java.lang.String expression)
|
Constructors in com.smallx.xml.xpath with parameters of type XPathException | |
XPathDynamicIterationError(XPathException ex)
Creates a new instance of XPathDynamicIterationError without detail message. |
Uses of XPathException in com.smallx.xml.xpath.subset |
Methods in com.smallx.xml.xpath.subset that throw XPathException | |
static java.util.List |
Parser.parse(StaticContext context,
java.lang.String expression)
|
Uses of XPathException in com.smallx.xml.xslt.xt |
Methods in com.smallx.xml.xslt.xt that throw XPathException | |
Variant |
ExprContext.getGlobalVariableValue(Name name)
|
Variant |
ExprContext.getLocalVariableValue(Name name)
|
java.util.Iterator |
ExprContext.getDocument(java.net.URI baseURL,
java.lang.String uriRef)
|
Item |
ExprContext.getTree(Variant v)
|
KeyValues |
ExprContext.getKeyValuesTable(Name name,
Item context)
|
java.lang.Object |
ExtensionContext.call(java.lang.String name,
Item currentNode,
java.lang.Object[] args)
|
Uses of XPathException in com.smallx.xml.xslt.xt.transform |
Methods in com.smallx.xml.xslt.xt.transform that throw XPathException | |
java.util.Iterator |
SortNodeSetExpr.eval(Item node,
ExprContext context)
|
Uses of XPathException in com.smallx.xml.xslt.xt.xpath |
Methods in com.smallx.xml.xslt.xt.xpath that throw XPathException | |
boolean |
BooleanExpr.eval(Item node,
ExprContext context)
|
com.smallx.xml.xslt.xt.xpath.ConvertibleNodeSetExpr |
ConvertibleExpr.makeNodeSetExpr()
|
java.util.Iterator |
ConvertibleExpr.select(Item context)
Applies the expression and returns an iteration of the result. |
Item |
ConvertibleExpr.selectFirst(Item context)
Applies the expression and returns the first matching node of the result. |
java.lang.String |
ConvertibleExpr.valueOf(Item context)
Applies the expression and returns the string value of the result. |
static NodeSetExpr |
ExprParser.parseNodeSetExpr(Item node,
java.lang.String expr,
java.util.Collection locals)
|
static NodeSetExpr |
ExprParser.parseNodeSetExpr(Item node,
NamespaceScope resolver,
java.lang.String expr,
java.util.Collection locals)
|
static StringExpr |
ExprParser.parseStringExpr(Item node,
java.lang.String expr,
java.util.Collection locals)
|
static NumberExpr |
ExprParser.parseNumberExpr(Item node,
java.lang.String expr,
java.util.Collection locals)
|
static BooleanExpr |
ExprParser.parseBooleanExpr(Item node,
java.lang.String expr,
java.util.Collection locals)
|
static VariantExpr |
ExprParser.parseVariantExpr(Item node,
java.lang.String expr,
java.util.Collection locals)
|
static StringExpr |
ExprParser.parseAttributeValueTemplate(Item node,
java.lang.String value,
java.util.Collection locals)
|
static TopLevelPattern |
ExprParser.parsePattern(Item node,
java.lang.String pattern)
|
static TopLevelPattern |
ExprParser.parsePattern(Item node,
java.lang.String pattern,
java.util.Collection locals)
|
DocumentExpression |
FullXPathDocumentCompiler.compileDocumentExpression(StaticContext context,
java.lang.String str)
|
DocumentExpression |
FullXPathDocumentCompiler.compileDocumentExpression(java.lang.String expression)
|
EventExpression |
FullXPathDocumentCompiler.compileEventExpression(java.lang.String expression)
|
EventExpression |
FullXPathDocumentCompiler.compileEventExpression(StaticContext context,
java.lang.String expression)
|
abstract ConvertibleExpr |
FunctionOpt1.makeCallExpr(ConvertibleExpr e)
|
ConvertibleExpr |
FunctionOpt1.makeCallExpr(ConvertibleExpr[] e,
StaticContext context)
|
ConvertibleExpr |
KeyFunction.makeCallExpr(ConvertibleExpr e1,
ConvertibleExpr e2,
StaticContext context)
|
static java.util.Iterator |
NodeListSorter.sort(java.util.Iterator iter,
Comparator comparator)
|
java.util.Iterator |
NodeSetExpr.eval(Item node,
ExprContext context)
|
double |
NumberExpr.eval(Item node,
ExprContext context)
|
boolean |
Pattern.matches(Item node,
ExprContext context)
|
java.lang.Object |
PatternList.get(Item node,
ExprContext context)
|
java.util.Iterator |
PatternList.getAll(Item node,
ExprContext context)
|
java.lang.String |
StringExpr.eval(Item node,
ExprContext context)
|
Variant |
VariantExpr.eval(Item node,
ExprContext context)
|
Constructors in com.smallx.xml.xslt.xt.xpath that throw XPathException | |
KeyValuesTable(Pattern pattern,
StringExpr valueExpr,
Item n,
ExprContext context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |