Uses of Class
com.evolvedbinary.xpath.parser.ast.ElementTest
-
Packages that use ElementTest Package Description com.evolvedbinary.xpath.parser.ast com.evolvedbinary.xpath.parser.ast.partial -
-
Uses of ElementTest in com.evolvedbinary.xpath.parser.ast
Constructor parameters in com.evolvedbinary.xpath.parser.ast with type arguments of type ElementTest Constructor Description DocumentTest(com.evolvedbinary.j8fu.Either<ElementTest,SchemaElementTest> elementTest) -
Uses of ElementTest in com.evolvedbinary.xpath.parser.ast.partial
Methods in com.evolvedbinary.xpath.parser.ast.partial that return ElementTest Modifier and Type Method Description ElementTestPartialElementTest.PartialElementTest1.PartialElementTest2. complete(Boolean optionalType)Method parameters in com.evolvedbinary.xpath.parser.ast.partial with type arguments of type ElementTest Modifier and Type Method Description DocumentTestPartialDocumentTest. complete(com.evolvedbinary.j8fu.Either<ElementTest,SchemaElementTest> elementTest)
-