Home
last modified time | relevance | path

Searched refs:T_ENUM_OR_PQNAME (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()
256 T_ENUM_OR_PQNAME = 16, field in XSLTAttributeDef
1442 case T_ENUM_OR_PQNAME : in processValue()