A B C D E F G H I J K L M N O P R S T U V X

E

ElectricXPath - class org.jaxen.exml.ElectricXPath.
An XPath implementation for the EXML model
ElectricXPath(String) - Constructor for class org.jaxen.exml.ElectricXPath
Construct given an XPath expression string.
ELEMENT_NODE - Static variable in class org.jaxen.pattern.Pattern
Matches Element nodes
ELEMENT_TEST - Static variable in class org.jaxen.pattern.NodeTypeTest
 
ElementsIterator - class org.jaxen.exml.ElementsIterator.
 
ElementsIterator(Elements) - Constructor for class org.jaxen.exml.ElementsIterator
 
endAbsoluteLocationPath() - Method in class org.jaxen.JaxenHandler
 
endAbsoluteLocationPath() - Method in class org.jaxen.pattern.PatternHandler
 
endAdditiveExpr(int) - Method in class org.jaxen.JaxenHandler
 
endAllNodeStep() - Method in class org.jaxen.JaxenHandler
 
endAndExpr(boolean) - Method in class org.jaxen.JaxenHandler
 
endCommentNodeStep() - Method in class org.jaxen.JaxenHandler
 
endEqualityExpr(int) - Method in class org.jaxen.JaxenHandler
 
endFilterExpr() - Method in class org.jaxen.JaxenHandler
 
endFunction() - Method in class org.jaxen.JaxenHandler
 
endLocationPath() - Method in class org.jaxen.JaxenHandler
 
endLocationPath() - Method in class org.jaxen.pattern.PatternHandler
 
endMultiplicativeExpr(int) - Method in class org.jaxen.JaxenHandler
 
endNameStep() - Method in class org.jaxen.JaxenHandler
 
endOrExpr(boolean) - Method in class org.jaxen.JaxenHandler
 
endPathExpr() - Method in class org.jaxen.JaxenHandler
 
endPathExpr() - Method in class org.jaxen.pattern.PatternHandler
 
endPredicate() - Method in class org.jaxen.JaxenHandler
 
endProcessingInstructionNodeStep() - Method in class org.jaxen.JaxenHandler
 
endRelationalExpr(int) - Method in class org.jaxen.JaxenHandler
 
endRelativeLocationPath() - Method in class org.jaxen.JaxenHandler
 
endRelativeLocationPath() - Method in class org.jaxen.pattern.PatternHandler
 
endStep() - Method in class org.jaxen.JaxenHandler
 
endStep() - Method in class org.jaxen.pattern.PatternHandler
 
EndsWithFunction - class org.jaxen.function.ext.EndsWithFunction.
boolean ends-with(string,string)
EndsWithFunction() - Constructor for class org.jaxen.function.ext.EndsWithFunction
 
endTextNodeStep() - Method in class org.jaxen.JaxenHandler
 
endUnaryExpr(int) - Method in class org.jaxen.JaxenHandler
 
endUnionExpr(boolean) - Method in class org.jaxen.JaxenHandler
 
endUnionExpr(boolean) - Method in class org.jaxen.pattern.PatternHandler
 
endXPath() - Method in class org.jaxen.JaxenHandler
 
endXPath() - Method in class org.jaxen.pattern.PatternHandler
 
ENTITY_REFERENCE_NODE - Static variable in class org.jaxen.pattern.Pattern
Matches elements nodes
entrySet() - Method in class org.jaxen.util.IdentityHashMap
Returns a collection view of the mappings contained in this map.
equals(Object) - Method in class org.jaxen.dom.NamespaceNode
Test for equivalence with another object.
evaluate() - Static method in class org.jaxen.function.FalseFunction
 
evaluate() - Static method in class org.jaxen.function.TrueFunction
 
evaluate(Context) - Method in class org.jaxen.expr.DefaultAbsoluteLocationPath
 
evaluate(Context) - Method in interface org.jaxen.expr.Predicate
 
evaluate(Context) - Method in class org.jaxen.expr.DefaultFilterExpr
 
evaluate(Context) - Method in interface org.jaxen.expr.Expr
 
evaluate(Context) - Method in class org.jaxen.expr.DefaultUnionExpr
 
evaluate(Context) - Static method in class org.jaxen.function.LastFunction
 
evaluate(Context) - Static method in class org.jaxen.function.PositionFunction
 
evaluate(Context, Object) - Static method in class org.jaxen.function.ext.EvaluateFunction
 
evaluate(List, Navigator) - Static method in class org.jaxen.function.NamespaceUriFunction
 
evaluate(List, Navigator) - Static method in class org.jaxen.function.LocalNameFunction
 
evaluate(List, Navigator) - Static method in class org.jaxen.function.NameFunction
 
evaluate(List, Navigator) - Static method in class org.jaxen.function.ConcatFunction
 
evaluate(List, Navigator) - Static method in class org.jaxen.function.ext.MatrixConcatFunction
 
evaluate(List, Object, Navigator) - Static method in class org.jaxen.function.IdFunction
 
evaluate(Object) - Method in interface org.jaxen.XPath
Evaluate this XPath against a given context.
evaluate(Object) - Method in class org.jaxen.BaseXPath
Evaluate this XPath against a given context.
evaluate(Object) - Static method in class org.jaxen.function.CountFunction
 
evaluate(Object, Locale, Navigator) - Static method in class org.jaxen.function.ext.UpperFunction
Converts the given string value to upper case using an optional Locale
evaluate(Object, Locale, Navigator) - Static method in class org.jaxen.function.ext.LowerFunction
Converts the given string value to lower case using an optional Locale
evaluate(Object, Navigator) - Static method in class org.jaxen.function.BooleanFunction
 
evaluate(Object, Navigator) - Static method in class org.jaxen.function.NormalizeSpaceFunction
 
evaluate(Object, Navigator) - Static method in class org.jaxen.function.NumberFunction
 
evaluate(Object, Navigator) - Static method in class org.jaxen.function.FloorFunction
 
evaluate(Object, Navigator) - Static method in class org.jaxen.function.RoundFunction
 
evaluate(Object, Navigator) - Static method in class org.jaxen.function.StringFunction
 
evaluate(Object, Navigator) - Static method in class org.jaxen.function.StringLengthFunction
 
evaluate(Object, Navigator) - Static method in class org.jaxen.function.SumFunction
 
evaluate(Object, Navigator) - Static method in class org.jaxen.function.NotFunction
 
evaluate(Object, Navigator) - Static method in class org.jaxen.function.CeilingFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.SubstringBeforeFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.SubstringFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.StartsWithFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.SubstringAfterFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.ContainsFunction
 
evaluate(Object, Object, Navigator) - Static method in class org.jaxen.function.ext.EndsWithFunction
 
evaluate(Object, Object, Object, Navigator) - Static method in class org.jaxen.function.SubstringFunction
 
evaluate(Object, Object, Object, Navigator) - Static method in class org.jaxen.function.TranslateFunction
 
evaluate(String, Navigator) - Static method in class org.jaxen.function.DocumentFunction
 
EvaluateFunction - class org.jaxen.function.ext.EvaluateFunction.
node-set evaluate(string)
EvaluateFunction() - Constructor for class org.jaxen.function.ext.EvaluateFunction
 
Expr - interface org.jaxen.expr.Expr.
 

A B C D E F G H I J K L M N O P R S T U V X
Copyright © 2002 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo