Searched defs:getLength (Results 1 - 25 of 28) sorted by relevance

12

/libcore/luni/src/main/java/org/w3c/dom/
H A DDOMImplementationList.java41 public int getLength(); method in interface:DOMImplementationList
H A DNodeList.java39 public int getLength(); method in interface:NodeList
H A DDOMStringList.java40 public int getLength(); method in interface:DOMStringList
H A DCharacterData.java64 public int getLength(); method in interface:CharacterData
H A DNameList.java47 public int getLength(); method in interface:NameList
H A DNamedNodeMap.java99 public int getLength(); method in interface:NamedNodeMap
/libcore/luni/src/main/java/java/util/prefs/
H A DNodeSet.java18 public int getLength() { method in class:NodeSet
/libcore/luni/src/main/java/org/xml/sax/
H A DAttributeList.java40 * for (int i = 0; i < atts.getLength(); i++) {
49 * <p>(Note that the result of getLength() will be zero if there
92 public abstract int getLength ();
109 * @see #getLength
132 * @see #getLength
148 * @see #getLength
91 public abstract int getLength (); method in interface:AttributeList
H A DAttributes.java92 public abstract int getLength ();
102 * @see #getLength
114 * @see #getLength
126 * @see #getLength
149 * @see #getLength
165 * @see #getLength
91 public abstract int getLength (); method in interface:Attributes
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DNodeListImpl.java50 public int getLength() { method in class:NodeListImpl
H A DCharacterDataImpl.java61 public int getLength() { method in class:CharacterDataImpl
H A DElementImpl.java326 public int getLength() { method in class:ElementImpl.ElementAttrNamedNodeMapImpl
/libcore/luni/src/main/java/java/net/
H A DDatagramPacket.java144 public synchronized int getLength() { method in class:DatagramPacket
H A DSocks4Message.java142 public int getLength() { method in class:Socks4Message
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatAttributes.java34 public abstract int getLength(); method in class:ExpatAttributes
49 if (index < 0 || index >= getLength()) {
56 return (index < 0 || index >= getLength())
62 return (index < 0 || index >= getLength())
68 return (index < 0 || index >= getLength()) ? null : CDATA;
72 return (index < 0 || index >= getLength())
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DAttributeListImpl.java117 int count = atts.getLength();
199 * @see org.xml.sax.AttributeList#getLength method in class:AttributeListImpl
201 public int getLength() {
H A DAttributesImpl.java91 * @see org.xml.sax.Attributes#getLength method in class:AttributesImpl
93 public int getLength ()
351 length = atts.getLength();
H A DXMLReaderAdapter.java468 * @see org.xml.sax.AttributeList#getLength
470 public int getLength ()
472 return attributes.getLength();
466 public int getLength () method in class:XMLReaderAdapter.AttributesAdapter
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
H A DMyExemptionMechanismSpi.java45 public static final int getLength() { method in class:MyExemptionMechanismSpi
/libcore/luni/src/main/java/java/lang/reflect/
H A DArray.java244 public static int getLength(Object array) { method in class:Array
/libcore/dom/src/test/java/org/w3c/domts/
H A DXercesHTML2DocumentBuilderFactory.java173 public int getLength() { method in class:XercesHTML2DocumentBuilderFactory.HTMLHandler
174 return currentAttributes.getLength();
H A DXercesHTMLDocumentBuilderFactory.java173 public int getLength() { method in class:XercesHTMLDocumentBuilderFactory.HTMLHandler
174 return currentAttributes.getLength();
/libcore/luni/src/main/java/java/util/logging/
H A DFileHandler.java514 if (limit > 0 && output.getLength() >= limit) {
561 public long getLength() { method in class:FileHandler.MeasureOutputStream
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java91 public int getLength() { return pp.getAttributeCount(); } method in class:Driver
/libcore/luni/src/main/java/java/text/
H A DBidi.java436 public int getLength() { method in class:Bidi

Completed in 471 milliseconds

12