|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPath.BinaryComponent | |
---|---|
org.modeshape.jcr.query.xpath | The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. |
Uses of XPath.BinaryComponent in org.modeshape.jcr.query.xpath |
---|
Subclasses of XPath.BinaryComponent in org.modeshape.jcr.query.xpath | |
---|---|
static class |
XPath.Add
|
static class |
XPath.And
|
static class |
XPath.Comparison
|
static class |
XPath.Except
|
static class |
XPath.Intersect
|
static class |
XPath.NodeComparison
|
static class |
XPath.Or
|
static class |
XPath.Subtract
|
static class |
XPath.Union
|
Methods in org.modeshape.jcr.query.xpath with parameters of type XPath.BinaryComponent | |
---|---|
protected List<XPath.AttributeNameTest> |
XPathToQueryTranslator.extractAttributeNames(XPath.BinaryComponent binary)
Find any attribute names that have been unioned together (with '|'). |
protected List<XPath.NameTest> |
XPathToQueryTranslator.extractElementNames(XPath.BinaryComponent binary)
Find any element names that have been unioned together (with '|'). |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |