Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java102 XSLTAttributeDef.T_YESNO, in build()
106 … XSLTAttributeDef.T_YESNO, false, false,XSLTAttributeDef.ERROR); in build()
118 XSLTAttributeDef.T_YESNO, false, false,XSLTAttributeDef.ERROR); in build()
249 XSLTAttributeDef.T_YESNO, in build()
305 … XSLTAttributeDef.T_YESNO, false, false,XSLTAttributeDef.ERROR); in build()
DXSLTAttributeDef.java228 T_YESNO = 8, field in XSLTAttributeDef
1432 case T_YESNO : in processValue()