HomeSort by relevance Sort by last modified time
    Searched full:multiallowed (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 140 * @param multiAllowed whether this element is allowed more than once
146 boolean multiAllowed)
152 this.m_multiAllowed = multiAllowed;
169 * @param multiAllowed whether this element is allowed more than once
175 boolean multiAllowed)
181 this.m_multiAllowed = multiAllowed;
197 * @param multiAllowed whether this element is allowed more than once
202 boolean has_order, int order, boolean multiAllowed)
207 order, multiAllowed);
222 * @param multiAllowed whether this element is allowed more than onc
    [all...]

Completed in 583 milliseconds