Lines Matching refs:index
383 /** Returns the qname of the attribute at the provided index
385 * @param index the position of the attribute
389 public QName getAttributeName(int index);
393 * index
394 * @param index the position of the attribute
398 public String getAttributeNamespace(int index);
402 * index
403 * @param index the position of the attribute
407 public String getAttributeLocalName(int index);
411 * provided index
412 * @param index the position of the attribute
416 public String getAttributePrefix(int index);
420 * index
421 * @param index the position of the attribute
425 public String getAttributeType(int index);
429 * index
430 * @param index the position of the attribute
434 public String getAttributeValue(int index);
439 * @param index the position of the attribute
443 public boolean isAttributeSpecified(int index);
458 * index. Returns null if this is the default namespace
461 * @param index the position of the namespace declaration
465 public String getNamespacePrefix(int index);
469 * index.
471 * @param index the position of the namespace declaration
475 public String getNamespaceURI(int index);
561 * @param sourceStart the index of the first character in the source array to copy