Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java123 this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM; in XSLTAttributeDef()
156 this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM; in XSLTAttributeDef()
192 this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM; in XSLTAttributeDef()
239 T_ENUM = 11, field in XSLTAttributeDef
1401 case T_ENUM : in processValue()