Uses of Class
com.predic8.membrane.core.interceptor.xmlcontentfilter.SimpleXPathParser.ContainerNode
Packages that use SimpleXPathParser.ContainerNode
-
Uses of SimpleXPathParser.ContainerNode in com.predic8.membrane.core.interceptor.xmlcontentfilter
Fields in com.predic8.membrane.core.interceptor.xmlcontentfilter declared as SimpleXPathParser.ContainerNodeModifier and TypeFieldDescriptionprotected SimpleXPathParser.ContainerNodeSimpleXPathParser.RoundBracketNode.nodeprotected SimpleXPathParser.ContainerNodeSimpleXPathParser.SquareBracketNode.nodeMethods in com.predic8.membrane.core.interceptor.xmlcontentfilter that return SimpleXPathParser.ContainerNodeModifier and TypeMethodDescriptionMain entry point into this class.Methods in com.predic8.membrane.core.interceptor.xmlcontentfilter that return types with arguments of type SimpleXPathParser.ContainerNodeModifier and TypeMethodDescriptionSimpleXPathAnalyzer.getIntersectExceptExprs(String xpath) Analyzes whether an XPath 2.0 string is a simple "UnionExpr" and splits it into its IntersectExceptExpr parts.Methods in com.predic8.membrane.core.interceptor.xmlcontentfilter with parameters of type SimpleXPathParser.ContainerNodeModifier and TypeMethodDescriptionSimpleXPathAnalyzer.getElement(SimpleXPathParser.ContainerNode intersectExceptExpr) Checks whether a given expression requires the existence of a named element.