Searched refs:attributesLength (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DNamespaceContextIterator.java40 int attributesLength; field in class:NamespaceContextIterator
61 attributesLength = attributes.getLength();
72 for (; attributeIndex < attributesLength; ++attributeIndex) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXMLUtils.java492 int attributesLength = attributes.getLength();
502 for (int i = 0; i < attributesLength; i++) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.java1035 int attributesLength = attributes.getLength();
1040 return attributeIndex < attributesLength;

Completed in 78 milliseconds