Uses of Class
org.apache.jena.sparql.syntax.ElementNotExists
-
Packages that use ElementNotExists Package Description org.apache.jena.sparql.serializer org.apache.jena.sparql.syntax org.apache.jena.sparql.syntax.syntaxtransform -
-
Uses of ElementNotExists in org.apache.jena.sparql.serializer
Methods in org.apache.jena.sparql.serializer with parameters of type ElementNotExists Modifier and Type Method Description voidFormatterElement. visit(ElementNotExists el) -
Uses of ElementNotExists in org.apache.jena.sparql.syntax
Methods in org.apache.jena.sparql.syntax with parameters of type ElementNotExists Modifier and Type Method Description voidRecursiveElementVisitor. endElement(ElementNotExists el)voidRecursiveElementVisitor. startElement(ElementNotExists el)voidElementVisitor. visit(ElementNotExists el)voidElementVisitorBase. visit(ElementNotExists el)voidPatternVarsVisitor. visit(ElementNotExists el)voidRecursiveElementVisitor. visit(ElementNotExists el) -
Uses of ElementNotExists in org.apache.jena.sparql.syntax.syntaxtransform
Methods in org.apache.jena.sparql.syntax.syntaxtransform with parameters of type ElementNotExists Modifier and Type Method Description ElementElementTransform. transform(ElementNotExists el, Element subElt)ElementElementTransformCopyBase. transform(ElementNotExists el, Element elt1)ElementElementTransformIdentity. transform(ElementNotExists el, Element subElt)
-