/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
nodegetnamespaceuri03.java | 38 * Ceate two new element nodes and atribute nodes, with and without namespace prefixes. 74 Element element; local 75 Element elementNS; 85 element = doc.createElementNS(nullNS, "elem"); 90 elemNSURINull = element.getNamespaceURI();
|
nodegetprefix03.java | 36 * Ceate two new element nodes and atribute nodes, with and without namespace prefixes. 72 Element element; local 73 Element qelement; 81 element = doc.createElementNS("http://www.w3.org/DOM/Test/elem", "elem"); 85 elemNoPrefix = element.getPrefix();
|
nodenormalize01.java | 74 Element documentElement; 75 Element element1; 76 Element element2; 77 Element element3; 78 Element element4; 79 Element element5; 80 Element element6; 81 Element element7;
|
nodesetprefix02.java | 36 * tagName and name attributes of the Element and Attr interfaces, when applicable. 37 * Create a new attribute node and add it to an element node with an existing attribute having 74 Element element; local 83 element = (Element) elementList.item(1); 85 setNode = element.setAttributeNodeNS(newAttribute); 87 attribute = element.getAttributeNodeNS("http://www.usa.com", "domestic");
|
nodesetprefix04.java | 72 Element element; local 79 element = (Element) elementList.item(0); 80 assertNotNull("empEmployeeNotNull", element); 81 attribute = element.getAttributeNodeNS(nullNS, "defaultAttr");
|
prefix09.java | 39 * element. 78 Element addrNode; 82 addrNode = (Element) elementList.item(3);
|
removeAttributeNS01.java | 38 * Obtain the children of the THIRD "gender" element. The elements 82 Element genElement; 95 genElement = (Element) gList.item(0);
|
setAttributeNS03.java | 38 * Obtain the children of the THIRD "gender" element. The elements 79 Element genElement; 93 genElement = (Element) gList.item(0);
|
setAttributeNS05.java | 36 * on the element, its prefix is changed to be the prefix part of the "qualifiedName", 41 * Add a new attribute to the "emp:address" element. 83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "<newValue>"); 84 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName);
|
setAttributeNodeNS01.java | 36 * is already an attribute of another element. 39 * a newly created element. The "createAttributeNS(namespaceURI,qualifiedName)" 42 * Element. The "setAttributeNodeNS(newAttr)" method is 45 * an attribute of another element. 77 Element newElement; 96 setAttr2 = ((Element) /*Node */testAddr).setAttributeNodeNS(newAttr);
|
setAttributeNodeNS02.java | 38 * Obtain the children of the THIRD "gender" element. The elements 83 Element genElement; 98 genElement = (Element) gList.item(0);
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
AttrImpl.java | 21 import org.w3c.dom.Element; 88 public Element getOwnerElement() {
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
HCNotationsSetNamedItemNS.java | 24 import org.w3c.dom.Element; 30 * An attempt to add an element to the named node map returned by notations 73 Element elem;
|
Normalize.java | 25 import org.w3c.dom.Element; 35 * depth of the sub-tree underneath this element into a 76 Element root;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
Recycler.h | 96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { 97 push(reinterpret_cast<FreeNode *>(Element));
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
Recycler.h | 96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { 97 push(reinterpret_cast<FreeNode *>(Element));
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
Recycler.h | 96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { 97 push(reinterpret_cast<FreeNode *>(Element));
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Recycler.h | 96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { 97 push(reinterpret_cast<FreeNode *>(Element));
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
Recycler.h | 96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { 97 push(reinterpret_cast<FreeNode *>(Element));
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
Recycler.h | 96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { 97 push(reinterpret_cast<FreeNode *>(Element));
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
Recycler.h | 96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { 97 push(reinterpret_cast<FreeNode *>(Element));
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Recycler.h | 96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { 97 push(reinterpret_cast<FreeNode *>(Element));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsdxmldom.h | 39 struct _WSDXML_ELEMENT *Element; 69 WSDXML_ELEMENT *Element;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeViewRefactoringTest.java | 23 import org.w3c.dom.Element; 50 List<Element> selectedElements = getElements(info.mElement, ids);
|
UnwrapRefactoringTest.java | 22 import org.w3c.dom.Element; 34 // Unwrap view with parent and children; this should unwrap the element itself 47 List<Element> selectedElements = getElements(info.mElement, id);
|