Searched refs:attrIndex (Results 1 – 2 of 2) sorted by relevance
348 public boolean isAttributeSet(int attrIndex) { in isAttributeSet() argument349 return isSet[attrIndex]; in isAttributeSet()360 public int getAttribute(int attrIndex) { in getAttribute() argument361 if (isSet[attrIndex]) in getAttribute()362 return value[attrIndex]; in getAttribute()
153 for ( int attrIndex = 0; attrIndex < attributes.getLength(); attrIndex++ ) {154 PropertyValue property = attributes [ attrIndex ];
Completed in 24 milliseconds