Searched defs:getNextAttribute (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryAttribute.java110 public BinaryAttribute getNextAttribute() { return next; } method in class:BinaryAttribute
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLInputImpl.java143 private Object getNextAttribute() throws SQLException { method in class:SQLInputImpl
175 String attrib = (String)getNextAttribute();
202 Boolean attrib = (Boolean)getNextAttribute();
228 Byte attrib = (Byte)getNextAttribute();
253 Short attrib = (Short)getNextAttribute();
278 Integer attrib = (Integer)getNextAttribute();
303 Long attrib = (Long)getNextAttribute();
328 Float attrib = (Float)getNextAttribute();
353 Double attrib = (Double)getNextAttribute();
378 java.math.BigDecimal attrib = (java.math.BigDecimal)getNextAttribute();
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java327 public int getNextAttribute(int nodeHandle); method in interface:DTM
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java869 public int getNextAttribute(int nodeHandle) method in class:AdaptiveResultTreeImpl
872 return _dom.getNextAttribute(nodeHandle);
875 return super.getNextAttribute(nodeHandle);
H A DSimpleResultTreeImpl.java769 public int getNextAttribute(int nodeHandle) method in class:SimpleResultTreeImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java1210 public int getNextAttribute(int nodeHandle) { method in class:DTMDefaultBase
H A DDTMDocumentImpl.java1224 public int getNextAttribute(int nodeHandle) { method in class:DTMDocumentImpl

Completed in 91 milliseconds