Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.ucl.xpath
,
org.ucl.xpath.ast
,
org.ucl.xpath.function
,
org.ucl.xpath.types
,
org.ucl.xpathtest
Class Hierarchy
class java.lang.Object
class org.ucl.xpath.types.
AnyType
class org.ucl.xpath.types.
AnySimpleType
class org.ucl.xpath.types.
AnyAtomicType
class org.ucl.xpath.types.
CtrType
class org.ucl.xpath.types.
CalendarType
class org.ucl.xpath.types.
XSDate
(implements java.lang.Cloneable, org.ucl.xpath.function.
CmpEq
, org.ucl.xpath.function.
CmpGt
, org.ucl.xpath.function.
CmpLt
, org.ucl.xpath.function.
MathMinus
, org.ucl.xpath.function.
MathPlus
)
class org.ucl.xpath.types.
XSDateTime
(implements java.lang.Cloneable, org.ucl.xpath.function.
CmpEq
, org.ucl.xpath.function.
CmpGt
, org.ucl.xpath.function.
CmpLt
, org.ucl.xpath.function.
MathMinus
, org.ucl.xpath.function.
MathPlus
)
class org.ucl.xpath.types.
XSGDay
(implements org.ucl.xpath.function.
CmpEq
)
class org.ucl.xpath.types.
XSGMonth
(implements org.ucl.xpath.function.
CmpEq
)
class org.ucl.xpath.types.
XSGMonthDay
(implements org.ucl.xpath.function.
CmpEq
)
class org.ucl.xpath.types.
XSGYear
(implements org.ucl.xpath.function.
CmpEq
)
class org.ucl.xpath.types.
XSGYearMonth
(implements org.ucl.xpath.function.
CmpEq
)
class org.ucl.xpath.types.
XSTime
(implements java.lang.Cloneable, org.ucl.xpath.function.
CmpEq
, org.ucl.xpath.function.
CmpGt
, org.ucl.xpath.function.
CmpLt
, org.ucl.xpath.function.
MathMinus
, org.ucl.xpath.function.
MathPlus
)
class org.ucl.xpath.types.
NumericType
(implements org.ucl.xpath.function.
CmpEq
, org.ucl.xpath.function.
CmpGt
, org.ucl.xpath.function.
CmpLt
, org.ucl.xpath.function.
MathDiv
, org.ucl.xpath.function.
MathIDiv
, org.ucl.xpath.function.
MathMinus
, org.ucl.xpath.function.
MathMod
, org.ucl.xpath.function.
MathPlus
, org.ucl.xpath.function.
MathTimes
)
class org.ucl.xpath.types.
XSDecimal
class org.ucl.xpath.types.
XSInteger
class org.ucl.xpath.types.
XSDouble
class org.ucl.xpath.types.
XSFloat
class org.ucl.xpath.types.
QName
(implements org.ucl.xpath.function.
CmpEq
)
class org.ucl.xpath.types.
XSAnyURI
class org.ucl.xpath.types.
XSBoolean
(implements org.ucl.xpath.function.
CmpEq
, org.ucl.xpath.function.
CmpGt
, org.ucl.xpath.function.
CmpLt
)
class org.ucl.xpath.types.
XSDuration
class org.ucl.xpath.types.
XDTDayTimeDuration
(implements java.lang.Cloneable, org.ucl.xpath.function.
CmpEq
, org.ucl.xpath.function.
CmpGt
, org.ucl.xpath.function.
CmpLt
, org.ucl.xpath.function.
MathDiv
, org.ucl.xpath.function.
MathMinus
, org.ucl.xpath.function.
MathPlus
, org.ucl.xpath.function.
MathTimes
)
class org.ucl.xpath.types.
XDTYearMonthDuration
(implements org.ucl.xpath.function.
CmpEq
, org.ucl.xpath.function.
CmpGt
, org.ucl.xpath.function.
CmpLt
, org.ucl.xpath.function.
MathDiv
, org.ucl.xpath.function.
MathMinus
, org.ucl.xpath.function.
MathPlus
, org.ucl.xpath.function.
MathTimes
)
class org.ucl.xpath.types.
XSString
(implements org.ucl.xpath.function.
CmpEq
, org.ucl.xpath.function.
CmpGt
, org.ucl.xpath.function.
CmpLt
)
class org.ucl.xpath.types.
XSNCName
class org.ucl.xpath.types.
UntypedAtomic
class org.ucl.xpath.types.
NodeType
class org.ucl.xpath.types.
AttrType
class org.ucl.xpath.types.
CommentType
class org.ucl.xpath.types.
DocType
class org.ucl.xpath.types.
ElementType
class org.ucl.xpath.types.
PIType
class org.ucl.xpath.types.
TextType
class junit.framework.Assert
class junit.framework.TestCase (implements junit.framework.Test)
class org.ucl.xpathtest.
DOMLoaderTest
(implements org.ucl.xpathtest.
InputChecker
)
class org.ucl.xpathtest.
EvaluatorTest
(implements org.ucl.xpathtest.
InputChecker
)
class org.ucl.xpathtest.
FunctionTest
(implements org.ucl.xpathtest.
InputChecker
)
class org.ucl.xpathtest.
NormalizerTest
(implements org.ucl.xpathtest.
InputChecker
)
class org.ucl.xpathtest.
NormEvalTest
(implements org.ucl.xpathtest.
InputChecker
)
class org.ucl.xpathtest.
StaticContextTest
class org.ucl.xpathtest.
StaticNameResolverTest
(implements org.ucl.xpathtest.
InputChecker
)
class org.ucl.xpathtest.
TSTest
(implements org.ucl.xpathtest.
InputChecker
)
class org.ucl.xpathtest.
XPathParserTest
(implements org.ucl.xpathtest.
InputChecker
)
class org.ucl.xpath.
DefaultEvaluator
(implements org.ucl.xpath.
Evaluator
, org.ucl.xpath.ast.
XPathVisitor
)
class org.ucl.xpath.
DefaultStaticContext
(implements org.ucl.xpath.
StaticContext
)
class org.ucl.xpath.
DefaultDynamicContext
(implements org.ucl.xpath.
DynamicContext
)
class org.ucl.xpath.
DOMBuilder
(implements org.ucl.xpath.
DOMLoader
)
class org.ucl.xpathtest.
DOMPrint
class org.ucl.xpathtest.
FileInputTester
class org.ucl.xpath.
Focus
class org.ucl.xpath.
ForwardAxis
(implements org.ucl.xpath.
Axis
)
class org.ucl.xpath.
AttributeAxis
class org.ucl.xpath.
ChildAxis
class org.ucl.xpath.
DescendantAxis
class org.ucl.xpath.
DescendantOrSelfAxis
class org.ucl.xpath.
FollowingAxis
class org.ucl.xpath.
FollowingSiblingAxis
class org.ucl.xpath.
SelfAxis
class org.ucl.xpath.function.
Function
class org.ucl.xpath.function.
Constructor
class org.ucl.xpath.function.
FnAbs
class org.ucl.xpath.function.
FnAvg
class org.ucl.xpath.function.
FnBaseUri
class org.ucl.xpath.function.
FnBoolean
class org.ucl.xpath.function.
FnCeiling
class org.ucl.xpath.function.
FnCodepointsToString
class org.ucl.xpath.function.
FnCompare
class org.ucl.xpath.function.
FnConcat
class org.ucl.xpath.function.
FnContains
class org.ucl.xpath.function.
FnCount
class org.ucl.xpath.function.
FnCurrentDate
class org.ucl.xpath.function.
FnCurrentDateTime
class org.ucl.xpath.function.
FnCurrentTime
class org.ucl.xpath.function.
FnData
class org.ucl.xpath.function.
FnDayFromDate
class org.ucl.xpath.function.
FnDayFromDateTime
class org.ucl.xpath.function.
FnDaysFromDuration
class org.ucl.xpath.function.
FnDeepEqual
class org.ucl.xpath.function.
FnDistinctValues
class org.ucl.xpath.function.
FnDoc
class org.ucl.xpath.function.
FnDocumentUri
class org.ucl.xpathtest.
FnDummy
class org.ucl.xpath.function.
FnEmpty
class org.ucl.xpath.function.
FnEndsWith
class org.ucl.xpath.function.
FnError
class org.ucl.xpath.function.
FnEscapeUri
class org.ucl.xpath.function.
FnExactlyOne
class org.ucl.xpath.function.
FnExists
class org.ucl.xpath.function.
FnFalse
class org.ucl.xpath.function.
FnFloor
class org.ucl.xpath.function.
FnHoursFromDateTime
class org.ucl.xpath.function.
FnHoursFromDuration
class org.ucl.xpath.function.
FnHoursFromTime
class org.ucl.xpath.function.
FnImplicitTimezone
class org.ucl.xpath.function.
FnIndexOf
class org.ucl.xpath.function.
FnInsertBefore
class org.ucl.xpath.function.
FnLang
class org.ucl.xpath.function.
FnLast
class org.ucl.xpath.function.
FnLocalName
class org.ucl.xpath.function.
FnLocalNameFromQName
class org.ucl.xpath.function.
FnLowerCase
class org.ucl.xpath.function.
FnMatches
class org.ucl.xpath.function.
FnMax
class org.ucl.xpath.function.
FnMin
class org.ucl.xpath.function.
FnMinutesFromDateTime
class org.ucl.xpath.function.
FnMinutesFromDuration
class org.ucl.xpath.function.
FnMinutesFromTime
class org.ucl.xpath.function.
FnMonthFromDate
class org.ucl.xpath.function.
FnMonthFromDateTime
class org.ucl.xpath.function.
FnMonthsFromDuration
class org.ucl.xpath.function.
FnName
class org.ucl.xpath.function.
FnNamespaceUri
class org.ucl.xpath.function.
FnNamespaceUriFromQName
class org.ucl.xpath.function.
FnNilled
class org.ucl.xpath.function.
FnNodeName
class org.ucl.xpath.function.
FnNormalizeSpace
class org.ucl.xpath.function.
FnNot
class org.ucl.xpath.function.
FnNumber
class org.ucl.xpath.function.
FnOneOrMore
class org.ucl.xpath.function.
FnPosition
class org.ucl.xpath.function.
FnQName
class org.ucl.xpath.function.
FnRemove
class org.ucl.xpath.function.
FnReplace
class org.ucl.xpath.function.
FnResolveQName
class org.ucl.xpath.function.
FnReverse
class org.ucl.xpath.function.
FnRoot
class org.ucl.xpath.function.
FnRound
class org.ucl.xpath.function.
FnRoundHalfToEven
class org.ucl.xpath.function.
FnSecondsFromDateTime
class org.ucl.xpath.function.
FnSecondsFromDuration
class org.ucl.xpath.function.
FnSecondsFromTime
class org.ucl.xpath.function.
FnStartsWith
class org.ucl.xpath.function.
FnStaticBaseUri
class org.ucl.xpath.function.
FnString
class org.ucl.xpath.function.
FnStringJoin
class org.ucl.xpath.function.
FnStringLength
class org.ucl.xpath.function.
FnStringToCodepoints
class org.ucl.xpath.function.
FnSubsequence
class org.ucl.xpath.function.
FnSubstring
class org.ucl.xpath.function.
FnSubstringAfter
class org.ucl.xpath.function.
FnSubstringBefore
class org.ucl.xpath.function.
FnSum
class org.ucl.xpath.function.
FnTimezoneFromDate
class org.ucl.xpath.function.
FnTimezoneFromDateTime
class org.ucl.xpath.function.
FnTimezoneFromTime
class org.ucl.xpath.function.
FnTokenize
class org.ucl.xpath.function.
FnTrace
class org.ucl.xpath.function.
FnTranslate
class org.ucl.xpath.function.
FnTrue
class org.ucl.xpath.function.
FnUnordered
class org.ucl.xpath.function.
FnUpperCase
class org.ucl.xpath.function.
FnYearFromDate
class org.ucl.xpath.function.
FnYearFromDateTime
class org.ucl.xpath.function.
FnYearsFromDuration
class org.ucl.xpath.function.
FnZeroOrOne
class org.ucl.xpath.function.
FsConvertOperand
class org.ucl.xpath.function.
FsDiv
class org.ucl.xpath.function.
FsEq
class org.ucl.xpath.function.
FsGe
class org.ucl.xpath.function.
FsGt
class org.ucl.xpath.function.
FsIDiv
class org.ucl.xpath.function.
FsLe
class org.ucl.xpath.function.
FsLt
class org.ucl.xpath.function.
FsMinus
class org.ucl.xpath.function.
FsMod
class org.ucl.xpath.function.
FsNe
class org.ucl.xpath.function.
FsPlus
class org.ucl.xpath.function.
FsTimes
class org.ucl.xpath.function.
OpExcept
class org.ucl.xpath.function.
OpIntersect
class org.ucl.xpath.function.
OpTo
class org.ucl.xpath.function.
OpUnion
class org.ucl.xpath.function.
FunctionLibrary
class org.ucl.xpath.function.
ConstructorFL
class org.ucl.xpath.function.
XDTCtrLibrary
class org.ucl.xpath.function.
XSCtrLibrary
class org.ucl.xpath.function.
FnFunctionLibrary
class org.ucl.xpath.function.
OpFunctionLibrary
class org.ucl.xpath.
JFlexCupParser
(implements org.ucl.xpath.
XPathParser
)
class java_cup.runtime.lr_parser
class org.ucl.xpath.
parser
class org.ucl.xpath.
Normalizer
(implements org.ucl.xpath.ast.
XPathVisitor
)
class org.ucl.xpathtest.
PrintXPVisitor
(implements org.ucl.xpath.ast.
XPathVisitor
)
class org.ucl.xpath.
ResultSequence
class org.ucl.xpath.
DefaultResultSequence
class org.ucl.xpath.
RangeResultSequence
class org.ucl.xpath.
ResultSequenceFactory
class org.ucl.xpath.
DefaultRSFactory
class org.ucl.xpath.
ReverseAxis
(implements org.ucl.xpath.
Axis
)
class org.ucl.xpath.
AncestorOrSelfAxis
class org.ucl.xpath.
ParentAxis
class org.ucl.xpath.
AncestorAxis
class org.ucl.xpath.
PrecedingAxis
class org.ucl.xpath.
PrecedingSiblingAxis
class org.ucl.xpath.
SeqType
class org.ucl.xpath.
StaticNameResolver
(implements org.ucl.xpath.
StaticChecker
, org.ucl.xpath.ast.
XPathVisitor
)
class org.ucl.xpath.
sym
class org.ucl.xpath.
Test
class org.ucl.xpathtest.
TestCommon
class java.lang.Throwable (implements java.io.Serializable)
class java.lang.Error
class org.ucl.xpath.
XPathError
class org.ucl.xpath.
CupError
class org.ucl.xpath.
JFlexError
class java.lang.Exception
class org.ucl.xpath.
XPathException
class org.ucl.xpath.
DOMLoaderException
class org.ucl.xpath.
DynamicError
class org.ucl.xpath.
StaticError
class org.ucl.xpath.
StaticNameError
class org.ucl.xpath.
StaticAttrNameError
class org.ucl.xpath.
StaticElemNameError
class org.ucl.xpath.
StaticFunctNameError
class org.ucl.xpath.
StaticNsNameError
class org.ucl.xpath.
StaticTypeNameError
class org.ucl.xpath.
StaticVarNameError
class org.ucl.xpath.
XPathParserException
class org.ucl.xpath.
TypeError
class org.ucl.xpath.ast.
VarExprPair
class org.ucl.xpath.
XercesLoader
(implements org.ucl.xpath.
DOMLoader
)
class org.ucl.xpath.ast.
XPathNode
class org.ucl.xpath.ast.
Expr
class org.ucl.xpath.ast.
BinExpr
class org.ucl.xpath.ast.
AddExpr
class org.ucl.xpath.ast.
AndExpr
class org.ucl.xpath.ast.
CastableExpr
class org.ucl.xpath.ast.
CastExpr
class org.ucl.xpath.ast.
CmpExpr
class org.ucl.xpath.ast.
DivExpr
class org.ucl.xpath.ast.
ExceptExpr
class org.ucl.xpath.ast.
IDivExpr
class org.ucl.xpath.ast.
InstOfExpr
class org.ucl.xpath.ast.
IntersectExpr
class org.ucl.xpath.ast.
ModExpr
class org.ucl.xpath.ast.
MulExpr
class org.ucl.xpath.ast.
OrExpr
class org.ucl.xpath.ast.
PipeExpr
class org.ucl.xpath.ast.
RangeExpr
class org.ucl.xpath.ast.
SubExpr
class org.ucl.xpath.ast.
TreatAsExpr
class org.ucl.xpath.ast.
UnionExpr
class org.ucl.xpath.ast.
ForExpr
class org.ucl.xpath.ast.
IfExpr
class org.ucl.xpath.ast.
QuantifiedExpr
class org.ucl.xpath.ast.
StepExpr
class org.ucl.xpath.ast.
AxisStep
class org.ucl.xpath.ast.
FilterExpr
class org.ucl.xpath.ast.
UnExpr
class org.ucl.xpath.ast.
MinusExpr
class org.ucl.xpath.ast.
PlusExpr
class org.ucl.xpath.ast.
XPathExpr
class org.ucl.xpath.ast.
ItemType
class org.ucl.xpath.ast.
NodeTest
class org.ucl.xpath.ast.
KindTest
class org.ucl.xpath.ast.
AnyKindTest
class org.ucl.xpath.ast.
AttrElemTest
class org.ucl.xpath.ast.
AttributeTest
class org.ucl.xpath.ast.
ElementTest
class org.ucl.xpath.ast.
CommentTest
class org.ucl.xpath.ast.
DocumentTest
class org.ucl.xpath.ast.
PITest
class org.ucl.xpath.ast.
SchemaAttrTest
class org.ucl.xpath.ast.
SchemaElemTest
class org.ucl.xpath.ast.
TextTest
class org.ucl.xpath.ast.
NameTest
class org.ucl.xpath.ast.
PrimaryExpr
class org.ucl.xpath.ast.
CntxItemExpr
class org.ucl.xpath.ast.
FunctionCall
class org.ucl.xpath.ast.
Literal
class org.ucl.xpath.ast.
NumericLiteral
class org.ucl.xpath.ast.
DecimalLiteral
class org.ucl.xpath.ast.
DoubleLiteral
class org.ucl.xpath.ast.
IntegerLiteral
class org.ucl.xpath.ast.
StringLiteral
class org.ucl.xpath.ast.
ParExpr
class org.ucl.xpath.ast.
VarRef
class org.ucl.xpath.ast.
SequenceType
class org.ucl.xpath.ast.
SingleType
class org.ucl.xpath.ast.
Step
class org.ucl.xpath.ast.
ForwardStep
class org.ucl.xpath.ast.
ReverseStep
class org.ucl.xpath.ast.
XPath
class org.ucl.xpathtest.
XPathTestSuite
Interface Hierarchy
interface org.ucl.xpath.
Axis
interface org.ucl.xpath.function.
CmpEq
interface org.ucl.xpath.function.
CmpGt
interface org.ucl.xpath.function.
CmpLt
interface org.ucl.xpath.
DOMLoader
interface org.ucl.xpath.
Evaluator
interface org.ucl.xpathtest.
InputChecker
interface org.ucl.xpath.function.
MathDiv
interface org.ucl.xpath.function.
MathIDiv
interface org.ucl.xpath.function.
MathMinus
interface org.ucl.xpath.function.
MathMod
interface org.ucl.xpath.function.
MathPlus
interface org.ucl.xpath.function.
MathTimes
interface org.ucl.xpath.
StaticChecker
interface org.ucl.xpath.
StaticContext
interface org.ucl.xpath.
DynamicContext
interface org.ucl.xpath.
XPathParser
interface org.ucl.xpath.ast.
XPathVisitor
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes