Home
last modified time | relevance | path

Searched refs:T_EXPR (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java149 XSLTAttributeDef.T_EXPR, true, false,XSLTAttributeDef.ERROR); in build()
191 … XSLTAttributeDef.T_EXPR, true, false,XSLTAttributeDef.ERROR); in build()
198 … XSLTAttributeDef.T_EXPR, true, false,XSLTAttributeDef.ERROR); in build()
203 … XSLTAttributeDef.T_EXPR, false, false,XSLTAttributeDef.ERROR); in build()
209 … XSLTAttributeDef.T_EXPR, false,XSLTAttributeDef.ERROR, "node()"); in build()
214 … XSLTAttributeDef.T_EXPR, false,XSLTAttributeDef.ERROR, "."); in build()
263 XSLTAttributeDef.T_EXPR, false, false,XSLTAttributeDef.ERROR); in build()
DXSLTAttributeDef.java218 T_EXPR = 5, field in XSLTAttributeDef
1404 case T_EXPR : in processValue()