HomeSort by relevance Sort by last modified time
    Searched defs:T_ENUM_OR_PQNAME (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 62 * T_NMTOKEN, T_STRINGLIST, T_PREFIX_URLLIST, T_ENUM_OR_PQNAME, T_NCNAME.
85 * T_ENUM_OR_PQNAME, T_NCNAME.
110 * @param prefixedQNameValAllowed If true, the type is T_ENUM_OR_PQNAME
123 this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM;
141 * @param prefixedQNameValAllowed If true, the type is T_ENUM_OR_PQNAME
156 this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM;
175 * @param prefixedQNameValAllowed If true, the type is T_ENUM_OR_PQNAME
192 this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM;
256 T_ENUM_OR_PQNAME = 16,
320 * T_NMTOKEN, T_STRINGLIST, T_PREFIX_URLLIST, T_ENUM_OR_PQNAME
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 32 milliseconds