public static class SwitchExpression.SwitchCaseInfo extends Object
Modifier and Type | Field and Description |
---|---|
List<Expression> |
actions |
StringCollator |
collation |
Expression |
commonlhs |
BuiltInAtomicType |
commontype |
Expression |
defaultAction |
HashMap<AtomicMatchKey,Expression> |
index |
HashMap<AtomicMatchKey,AtomicValue> |
originalValues |
List<AtomicValue> |
values |
Constructor and Description |
---|
SwitchCaseInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
makeIndex()
Attempt to make the index from atomic values to expressions
|
public HashMap<AtomicMatchKey,Expression> index
public HashMap<AtomicMatchKey,AtomicValue> originalValues
public Expression commonlhs
public BuiltInAtomicType commontype
public StringCollator collation
public List<AtomicValue> values
public List<Expression> actions
public Expression defaultAction
Copyright (c) 2004-2017 Saxonica Limited. All rights reserved.