Searched refs:getLength (Results 1 - 25 of 540) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMImplementationList.java70 public int getLength(); method in interface:DOMImplementationList
H A DNodeList.java68 public int getLength(); method in interface:NodeList
H A DDOMStringList.java69 public int getLength(); method in interface:DOMStringList
H A DNameList.java76 public int getLength(); method in interface:NameList
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DArrayType.java29 public int getLength(); method in interface:ArrayType
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSSRuleList.java58 public int getLength(); method in interface:CSSRuleList
H A DCSSValueList.java61 public int getLength(); method in interface:CSSValueList
/openjdk7/jaxp/src/org/w3c/dom/stylesheets/
H A DStyleSheetList.java58 public int getLength(); method in interface:StyleSheetList
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DAuxSectionDefinitionsRecord.java39 public int getLength(); method in interface:AuxSectionDefinitionsRecord
/openjdk7/jdk/src/share/classes/sun/reflect/
H A DByteVector.java31 public int getLength(); method in interface:ByteVector
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTextAreaDocument.java50 remove(0, getLength());
64 initialText = getText(0, getLength());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DEditableAtEndDocument.java41 int len = getLength();
50 int markEnd = getLength();
64 mark = getLength();
68 return getText(mark, getLength() - mark);
74 super.remove(0, getLength());
/openjdk7/jdk/test/java/beans/Introspector/4750368/
H A DTest4750368.java40 if (getLength(com.foo.test.Component.class) == getLength(Component.class)) {
43 if (getLength(java.util.List.class) == getLength(List.class)) {
48 private static int getLength(Class type) throws IntrospectionException { method in class:Test4750368
/openjdk7/jdk/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/
H A DEditableAtEndDocument.java57 int len = getLength();
67 int markEnd = getLength();
81 mark = getLength();
85 return getText(mark, getLength() - mark);
91 super.remove(0, getLength());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DShortList.java34 public int getLength(); method in interface:ShortList
H A DStringList.java34 public int getLength(); method in interface:StringList
H A DXSNamespaceItemList.java35 public int getLength(); method in interface:XSNamespaceItemList
H A DXSObjectList.java35 public int getLength(); method in interface:XSObjectList
H A DLSInputList.java37 public int getLength(); method in interface:LSInputList
H A DXSNamedMap.java38 public int getLength(); method in interface:XSNamedMap
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DObjectList.java38 public int getLength(); method in interface:ObjectList
H A DByteList.java40 public int getLength(); method in interface:ByteList
/openjdk7/jdk/src/share/classes/sun/audio/
H A DAudioTranslatorStream.java45 public int getLength() { method in class:AudioTranslatorStream
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLCollection.java58 public int getLength(); method in interface:HTMLCollection
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DHelperNodeList.java63 // log.log(java.util.logging.Level.FINE, "item(" + index + ") of " + this.getLength() + " nodes");
69 * Method getLength
73 public int getLength() { method in class:HelperNodeList
84 if (this._allNodesMustHaveSameParent && this.getLength() > 0) {
96 if (this.getLength() == 0) {

Completed in 846 milliseconds

1234567891011>>