Uses of Class
org.modeshape.jcr.xpath.XPath.NodeTest

Packages that use XPath.NodeTest
org.modeshape.jcr.xpath The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. 
 

Uses of XPath.NodeTest in org.modeshape.jcr.xpath
 

Subclasses of XPath.NodeTest in org.modeshape.jcr.xpath
static class XPath.AnyKindTest
           
static class XPath.AttributeNameTest
           
static class XPath.AttributeTest
           
static class XPath.CommentTest
           
static class XPath.DocumentTest
           
static class XPath.ElementTest
           
static class XPath.KindTest
           
static class XPath.NameTest
           
static class XPath.ProcessingInstructionTest
           
static class XPath.SchemaAttributeTest
           
static class XPath.SchemaElementTest
           
static class XPath.TextTest
           
 

Methods in org.modeshape.jcr.xpath that return XPath.NodeTest
 XPath.NodeTest XPath.AxisStep.getNodeTest()
           
protected  XPath.NodeTest XPathParser.parseNodeTest(TokenStream tokens)
           
 

Constructors in org.modeshape.jcr.xpath with parameters of type XPath.NodeTest
XPath.AxisStep(XPath.NodeTest nodeTest, List<XPath.Component> predicates)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.