Package org.jboss.dna.jcr.xpath


Class Summary
XPath Abstract syntax components of an XPath query.
XPath.Add  
XPath.And  
XPath.AnyKindTest  
XPath.AttributeNameTest  
XPath.AttributeTest  
XPath.AxisStep  
XPath.BinaryComponent  
XPath.CommentTest  
XPath.Comparison  
XPath.Component  
XPath.ContextItem  
XPath.DescendantOrSelf  
XPath.DocumentTest  
XPath.ElementTest  
XPath.Except  
XPath.FilterStep  
XPath.FunctionCall  
XPath.Intersect  
XPath.KindTest  
XPath.Literal  
XPath.NameTest  
XPath.Negation  
XPath.NodeComparison  
XPath.NodeTest  
XPath.Or  
XPath.OrderBy  
XPath.OrderBySpec  
XPath.ParenthesizedExpression  
XPath.PathExpression  
XPath.ProcessingInstructionTest  
XPath.SchemaAttributeTest  
XPath.SchemaElementTest  
XPath.StepExpression  
XPath.Subtract  
XPath.TextTest  
XPath.UnaryComponent  
XPath.Union  
XPathParser A component that parses an XPath query string and creates an abstract syntax tree representation.
XPathParser.XPathTokenizer A TokenStream.Tokenizer implementation that parses single- and double-quoted strings, symbols, words consisting of NCNames (as defined by the Namespaces in XML 1.0 specification), XPath comments,and other single-character tokens.
XPathQueryParser A QueryParser implementation that accepts XPath expressions and converts them to a DNA Abstract Query Model representation.
XPathToQueryTranslator A component that translates an XPath abstract syntax model representation into a DNA abstract query model.
 

Enum Summary
XPath.NodeComparisonOperator  
 



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