/openjdk7/jaxp/src/org/w3c/dom/ |
H A D | DOMImplementationList.java | 55 * Returns the <code>index</code>th item in the collection. If 64 public DOMImplementation item(int index); method in interface:DOMImplementationList
|
H A D | NodeList.java | 54 * Returns the <code>index</code>th item in the collection. If 62 public Node item(int index); method in interface:NodeList
|
H A D | DOMStringList.java | 55 * Returns the <code>index</code>th item in the collection. If 63 public String item(int index); method in interface:DOMStringList
|
/openjdk7/jaxp/src/javax/xml/xpath/ |
H A D | XPathExpression.java | 46 * of a context item, an empty document node will be used for the context. 102 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation, 109 * <code>item</code>, an empty document will be used for the 113 * @param item The starting context (a node, for example). 123 public Object evaluate(Object item, QName returnType) argument 129 * <p>This method calls {@link #evaluate(Object item, QName returnType)} with a <code>returnType</code> of 132 * <p>See <a href="#XPathExpression-evaluation">Evaluation of XPath Expressions</a> for context item evaluation, 136 * <code>item</code>, an empty document will be used for the 139 * @param item The starting context (a node, for example). 146 public String evaluate(Object item) argument [all...] |
/openjdk7/corba/src/share/classes/org/omg/CORBA/ |
H A D | ContextList.java | 51 * with the method <code>item</code>, and removed with the 90 public abstract String item(int index) throws org.omg.CORBA.Bounds; method in class:ContextList
|
H A D | ExceptionList.java | 49 * or deleting an item at a designated index. 77 * item is at index 0. 89 public abstract TypeCode item(int index) method in class:ExceptionList
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | MutableComboBoxModel.java | 38 * Adds an item at the end of the model. The implementation of this method 40 * item has been added. 42 * @param item the item to be added 44 public void addElement( E item ); 47 * Removes an item from the model. The implementation of this method should 49 * item has been removed. 56 * Adds an item at a specific index. The implementation of this method 58 * item has been added. 60 * @param item th 63 insertElementAt( E item, int index ) argument [all...] |
/openjdk7/jdk/src/share/classes/java/awt/peer/ |
H A D | ChoicePeer.java | 41 * Adds an item with the string {@code item} to the combo box list 44 * @param item the label to be added to the list 45 * @param index the index where to add the item 49 void add(String item, int index); argument 52 * Removes the item at index {@code index} from the combo box list. 54 * @param index the index where to remove the item 68 * Selects the item at index {@code index}.
|
H A D | MenuPeer.java | 49 * Adds the specified menu item to the menu. 51 * @param item the menu item to add 55 void addItem(MenuItem item); argument 58 * Removes the menu item at the specified index. 60 * @param index the index of the item to remove
|
/openjdk7/jaxp/src/org/w3c/dom/css/ |
H A D | CSSRuleList.java | 70 public CSSRule item(int index); method in interface:CSSRuleList
|
H A D | CSSValueList.java | 73 public CSSValue item(int index); method in interface:CSSValueList
|
/openjdk7/jaxp/src/org/w3c/dom/html/ |
H A D | HTMLCollection.java | 69 public Node item(int index); method in interface:HTMLCollection
|
/openjdk7/jaxp/src/org/w3c/dom/stylesheets/ |
H A D | StyleSheetList.java | 69 public StyleSheet item(int index); method in interface:StyleSheetList
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/ |
H A D | DOMImplementationListImpl.java | 55 * Returns the indexth item in the collection. 59 public DOMImplementation item(int index) { method in class:DOMImplementationListImpl
|
H A D | DOMStringListImpl.java | 56 * @see org.w3c.dom.DOMStringList#item(int) 58 public String item(int index) { method in class:DOMStringListImpl
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/ |
H A D | Augmentations.java | 48 * @param item Additional information 53 public Object putItem (String key, Object item); argument
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/ |
H A D | LSInputList.java | 40 * Returns the <code>index</code>th item in the collection or 48 public LSInput item(int index); method in interface:LSInputList
|
H A D | ShortList.java | 37 * Checks if the <code>unsigned short</code> <code>item</code> is a 39 * @param item <code>unsigned short</code> whose presence in this list 42 * <code>item</code>. 44 public boolean contains(short item); argument 47 * Returns the <code>index</code>th item in the collection. The index 56 public short item(int index) method in interface:ShortList
|
H A D | StringList.java | 37 * Checks if the <code>GenericString</code> <code>item</code> is a member 39 * @param item <code>GenericString</code> whose presence in this list is 42 * <code>item</code>. 44 public boolean contains(String item); argument 47 * Returns the <code>index</code>th item in the collection or 55 public String item(int index); method in interface:StringList
|
H A D | XSNamedMap.java | 41 * Returns the <code>index</code>th item in the collection or 49 public XSObject item(int index); method in interface:XSNamedMap
|
H A D | XSNamespaceItemList.java | 38 * Returns the <code>index</code>th item in the collection or 46 public XSNamespaceItem item(int index); method in interface:XSNamespaceItemList
|
H A D | XSObjectList.java | 38 * Returns the <code>index</code>th item in the collection or 46 public XSObject item(int index); method in interface:XSObjectList
|
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/datatypes/ |
H A D | ByteList.java | 43 * Checks if the <code>byte</code> <code>item</code> is a 45 * @param item <code>byte</code> whose presence in this list 48 * <code>item</code>. 50 public boolean contains(byte item); argument 53 * Returns the <code>index</code>th item in the collection. The index 62 public byte item(int index) throws XSException; method in interface:ByteList
|
H A D | ObjectList.java | 41 * Checks if the <code>Object</code> <code>item</code> is a 43 * @param item <code>Object</code> whose presence in this list 46 * <code>item</code>. 48 public boolean contains(Object item); argument 51 * Returns the <code>index</code>th item in the collection or 60 public Object item(int index); method in interface:ObjectList
|
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/ |
H A D | DTMChildIterNodeList.java | 89 * Returns the <code>index</code>th item in the collection. If 97 public Node item(int index) { method in class:DTMChildIterNodeList
|