Uses of Class
eu.europa.ted.efx.xpath.XPath20Parser.PredicateContext
-
Packages that use XPath20Parser.PredicateContext Package Description eu.europa.ted.efx.xpath -
-
Uses of XPath20Parser.PredicateContext in eu.europa.ted.efx.xpath
Methods in eu.europa.ted.efx.xpath that return XPath20Parser.PredicateContext Modifier and Type Method Description XPath20Parser.PredicateContextXPath20Parser. predicate()XPath20Parser.PredicateContextXPath20Parser.PredicatelistContext. predicate(int i)Methods in eu.europa.ted.efx.xpath that return types with arguments of type XPath20Parser.PredicateContext Modifier and Type Method Description List<XPath20Parser.PredicateContext>XPath20Parser.PredicatelistContext. predicate()Methods in eu.europa.ted.efx.xpath with parameters of type XPath20Parser.PredicateContext Modifier and Type Method Description voidXPath20BaseListener. enterPredicate(XPath20Parser.PredicateContext ctx)Enter a parse tree produced byXPath20Parser.predicate().voidXPath20Listener. enterPredicate(XPath20Parser.PredicateContext ctx)Enter a parse tree produced byXPath20Parser.predicate().voidXPathAttributeLocator. enterPredicate(XPath20Parser.PredicateContext ctx)voidXPathContextualizer. enterPredicate(XPath20Parser.PredicateContext ctx)voidXPath20BaseListener. exitPredicate(XPath20Parser.PredicateContext ctx)Exit a parse tree produced byXPath20Parser.predicate().voidXPath20Listener. exitPredicate(XPath20Parser.PredicateContext ctx)Exit a parse tree produced byXPath20Parser.predicate().voidXPathAttributeLocator. exitPredicate(XPath20Parser.PredicateContext ctx)voidXPathContextualizer. exitPredicate(XPath20Parser.PredicateContext ctx)
-