Searched refs:getBooleanValue (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/xpath/
H A DXPathResult.java175 public boolean getBooleanValue() method in interface:XPathResult
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java982 private boolean getBooleanValue(String s) { method in class:XmlReaderContentHandler
1054 rs.setEscapeProcessing(getBooleanValue(s));
1105 rs.setReadOnly(getBooleanValue(s));
1129 rs.setShowDeleted(getBooleanValue(s));
1194 md.setAutoIncrement(idx, getBooleanValue(s));
1200 md.setCaseSensitive(idx, getBooleanValue(s));
1206 md.setCurrency(idx, getBooleanValue(s));
1218 md.setSigned(idx, getBooleanValue(s));
1224 md.setSearchable(idx, getBooleanValue(s));
1342 rs.updateBoolean(idx, getBooleanValue(
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DResult.java164 boolean invertRate = rateOpt.getBooleanValue();
347 boolean invertRate = rateOpt.getBooleanValue();
H A DOption.java745 public boolean getBooleanValue() { method in class:Option.ObjectChoice
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathResultImpl.java224 * @see org.w3c.dom.xpath.XPathResult#getBooleanValue()
226 public boolean getBooleanValue() throws XPathException { method in class:XPathResultImpl

Completed in 39 milliseconds