Searched refs:getAttributes (Results 1 - 25 of 191) sorted by relevance

12345678

/libcore/luni/src/main/java/java/sql/
H A DStruct.java50 public Object[] getAttributes() throws SQLException; method in interface:Struct
66 public Object[] getAttributes(Map<String, Class<?>> theMap) method in interface:Struct
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_nodeattributenodeattribute.java31 * The "getAttributes()" method invoked on an Attribute
34 * first employee and invoke the "getAttributes()" method
71 addrAttr = testAddr.getAttributes();
73 attrList = attrNode.getAttributes();
H A Dnodeattributenodeattribute.java31 * The "getAttributes()" method invoked on an Attribute
34 * first employee and invoke the "getAttributes()" method
72 addrAttr = testAddr.getAttributes();
74 attrList = attrNode.getAttributes();
H A Dhc_nodedocumentnodeattribute.java31 * The "getAttributes()" method invoked on a Document
34 * "getAttributes()" method on the Document Node.
65 attrList = doc.getAttributes();
H A Dnodedocumentnodeattribute.java31 * The "getAttributes()" method invoked on a Document
63 attrList = doc.getAttributes();
H A Dhc_nodecommentnodeattributes.java31 * The "getAttributes()" method invoked on a Comment
77 attrList = commentNode.getAttributes();
82 attrList = commentNode.getAttributes();
H A Dnodecommentnodeattributes.java31 * The "getAttributes()" method invoked on a Comment
77 attrList = childNode.getAttributes();
82 attrList = childNode.getAttributes();
H A Dattreffectivevalue.java71 attributes = testNode.getAttributes();
H A Dattrentityreplacement.java76 attributes = testNode.getAttributes();
H A Dattrname.java72 attributes = testNode.getAttributes();
H A Dattrnextsiblingnull.java71 attributes = testNode.getAttributes();
H A Dattrparentnodenull.java71 attributes = testNode.getAttributes();
H A Dattrprevioussiblingnull.java71 attributes = testNode.getAttributes();
H A Dattrspecifiedvalue.java74 attributes = testNode.getAttributes();
H A Dattrspecifiedvaluechanged.java76 attributes = testNode.getAttributes();
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DNamedNodeMapSetNamedItemNS.java96 attributes = element.getAttributes();
116 attributes = element.getAttributes();
140 attributes = element.getAttributes();
144 attributesAlt = elementAlt.getAttributes();
174 attributes = element.getAttributes();
238 attributes = element.getAttributes();
242 attributes = element.getAttributes();
264 attributes = element.getAttributes();
268 attributes = element.getAttributes();
290 attributes = element.getAttributes();
[all...]
H A DNamedNodeMapGetNamedItemNS.java111 attributes = element.getAttributes();
132 attributes = element.getAttributes();
151 attributes = element.getAttributes();
166 attributes = element.getAttributes();
185 // attributesMap1 = element.getAttributes();
186 // attributesMap2 = element.getAttributes();
H A DNamedNodeMapRemoveNamedItemNS.java85 attributes = element.getAttributes();
107 // attributes = element.getAttributes();
132 attributes = element.getAttributes();
150 attributes = element.getAttributes();
217 attributes = element.getAttributes();
239 attributes = element.getAttributes();
261 attributes = element.getAttributes();
285 attributes = element.getAttributes();
288 newAttributes = element.getAttributes();
H A DSetNamedItemNS.java88 anotherMap = anotherElement.getAttributes();
91 map = testAddress.getAttributes();
119 attributes = testAddress.getAttributes();
147 attributes = testAddress.getAttributes();
183 // attributes = child2.getAttributes();
211 attributes = testAddress.getAttributes();
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Dnamednodemapgetnameditemns06.java83 attributesMap1 = element.getAttributes();
84 attributesMap2 = element.getAttributes();
H A Dnamednodemapremovenameditemns09.java81 attributes = element.getAttributes();
83 newAttributes = element.getAttributes();
H A Dnamednodemapsetnameditemns06.java80 attributes = element.getAttributes();
83 attributes = element.getAttributes();
H A Dnamednodemapsetnameditemns07.java86 attributes = element.getAttributes();
89 attributes = element.getAttributes();
H A Dnamednodemapsetnameditemns08.java82 attributes = element.getAttributes();
85 attributes = element.getAttributes();
H A DsetNamedItemNS01.java88 anotherMap = anotherElement.getAttributes();
91 map = testAddress.getAttributes();

Completed in 123 milliseconds

12345678