final class OptimizationTag
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
protected static class |
OptimizationTag.OwnerAndCont |
Modifier and Type | Field and Description |
---|---|
(package private) Expression |
attributePrunedExpression
AttributePruner.prune(exp)
|
(package private) java.util.Map |
simpleElementTokenResidual
map from element to residual(exp,ElementToken(element))
this map is not applicable when the ElementToken represents
more than one element.
|
static int |
STRING_NOTCOMPUTED
a value indicates that stringCareLevel has not computed yet.
|
(package private) int |
stringCareLevel
cached value of string care level.
|
(package private) java.util.Map |
transitions
map from (namespaceURI,tagName) pair to OwnerAndContinuation.
|
Constructor and Description |
---|
OptimizationTag() |
int stringCareLevel
public static final int STRING_NOTCOMPUTED
final java.util.Map simpleElementTokenResidual
final java.util.Map transitions
Expression attributePrunedExpression