Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java217 … XSLTAttributeDef.T_PATTERN, true, false,XSLTAttributeDef.ERROR); in build()
220 … XSLTAttributeDef.T_PATTERN, false, false,XSLTAttributeDef.ERROR); in build()
259 XSLTAttributeDef.T_PATTERN, false, false,XSLTAttributeDef.ERROR); in build()
261 XSLTAttributeDef.T_PATTERN, false, false,XSLTAttributeDef.ERROR); in build()
DXSLTAttributeDef.java215 T_PATTERN = 4, field in XSLTAttributeDef
1410 case T_PATTERN : in processValue()