Home | History | Annotate | Download | only in content

Lines Matching defs:attrLen

152                 int attrLen = atts.getLength();
153 if (attrLen == 0) {
161 int attrLen = atts.getLength();
162 if (attrLen != 2) {
163 throw new SAXException("illegal attributes number " + attrLen);
181 int attrLen = atts.getLength() - 2;
182 if (attrLen > 0) {
183 String[] selectionArgs = new String[attrLen];
184 for (int i = 0; i < attrLen; i++) {
188 } else if (attrLen == 0){