Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java97 … XSLTAttributeDef.T_NMTOKEN, false, false,XSLTAttributeDef.ERROR); in build()
270 XSLTAttributeDef.T_NMTOKEN, false, true,XSLTAttributeDef.ERROR); in build()
323 XSLTAttributeDef.T_NMTOKEN, false, false,XSLTAttributeDef.ERROR); in build()
661 new XSLTAttributeDef(null, "lang", XSLTAttributeDef.T_NMTOKEN, in build()
667 … new XSLTAttributeDef(null, "prefix", XSLTAttributeDef.T_NMTOKEN, in build()
854 XSLTAttributeDef.T_NMTOKEN, in build()
DXSLTAttributeDef.java245 T_NMTOKEN = 13, field in XSLTAttributeDef
1407 case T_NMTOKEN : in processValue()