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

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 82 * @param has_required true if this element has required elements by the XSLT specification.
86 XSLTElementProcessor contentHandler, Class classObject, boolean has_required)
88 this.m_has_required = has_required;
113 * @param has_required true if this element has required elements by the XSLT specification.
119 boolean has_required, boolean required)
123 contentHandler, classObject, has_required);
137 * @param has_required true if this element has required elements by the XSLT specification.
145 boolean has_required, boolean required, int order,
150 contentHandler, classObject, has_required, required);
165 * @param has_required true if this element has required elements by the XSLT specification
    [all...]

Completed in 1195 milliseconds