Searched defs:attributeIndex (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DNamespaceContextIterator.java41 int attributeIndex; field in class:NamespaceContextIterator
62 attributeIndex = 0;
72 for (; attributeIndex < attributesLength; ++attributeIndex) {
73 Node currentAttribute = attributes.item(attributeIndex);
79 ++attributeIndex;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DXMLAttributes.java401 * @param attributeIndex The attribute index.
404 public Augmentations getAugmentations (int attributeIndex); argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesImpl.java1070 * @param attributeIndex The attribute index.
1073 public Augmentations getAugmentations (int attributeIndex){ argument
1074 if (attributeIndex < 0 || attributeIndex >= fLength) {
1077 return fAttributes[attributeIndex].augs;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java1655 public Augmentations getAugmentations (int attributeIndex){ argument
1656 return(Augmentations)fAugmentations.elementAt(attributeIndex);

Completed in 32 milliseconds