/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
H A D | ElementImpl.java | 46 String namespaceURI; field in ElementImpl 53 ElementImpl(DocumentImpl document, String namespaceURI, String qualifiedName) { in ElementImpl() 74 private int indexOfAttributeNS(String namespaceURI, String localName) { in indexOfAttributeNS() 96 public String getAttributeNS(String namespaceURI, String localName) { in getAttributeNS() 116 public AttrImpl getAttributeNodeNS(String namespaceURI, String localName) { in getAttributeNodeNS() 171 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) { in getElementsByTagNameNS() 211 public boolean hasAttributeNS(String namespaceURI, String localName) { in hasAttributeNS() 228 public void removeAttributeNS(String namespaceURI, String localName) in removeAttributeNS() 261 public void setAttributeNS(String namespaceURI, String qualifiedName, in setAttributeNS() 338 private int indexOfItemNS(String namespaceURI, String localName) { in indexOfItemNS() [all …]
|
H A D | DocumentImpl.java | 75 public DocumentImpl(DOMImplementationImpl impl, String namespaceURI, in DocumentImpl() 312 public Node renameNode(Node node, String namespaceURI, String qualifiedName) { in renameNode() 317 setNameNS((NodeImpl) node, namespaceURI, qualifiedName); in renameNode() local 326 public AttrImpl createAttributeNS(String namespaceURI, String qualifiedName) { in createAttributeNS() 346 public ElementImpl createElementNS(String namespaceURI, String qualifiedName) { in createElementNS() 394 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) { in getElementsByTagNameNS()
|
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/ |
H A D | DocumentCreateAttributeNS.java | 82 String namespaceURI = null; in testCreateAttributeNS1() local 109 String namespaceURI; in testCreateAttributeNS2() local 144 String namespaceURI = "http://www.w3.org/DOM/Test/Level2"; in testCreateAttributeNS3() local 175 String namespaceURI = "http://www.w3.org/DOM/Test/Level2"; in testCreateAttributeNS4() local 208 String namespaceURI = null; in testCreateAttributeNS5() local 233 String namespaceURI = "http://www.w3.org/XML/1998 /namespace"; in testCreateAttributeNS6() local 253 String namespaceURI = "http://www.W3.org/2000/xmlns"; in testCreateAttributeNS7() local
|
H A D | SetAttributeNS.java | 80 String namespaceURI = "http://www.nist.gov"; in testSetAttributeNS1() local 101 String namespaceURI = "http://www.nist.gov"; in testSetAttributeNS2() local 191 String namespaceURI = "http://www.newattr.com"; in testSetAttributeNS5() local 209 String namespaceURI = "http://www.nist.gov"; in testSetAttributeNS6() local 230 String namespaceURI = "http://www.nist.gov"; in testSetAttributeNS7() local 252 String namespaceURI = "http://www.newattr.com"; in testSetAttributeNS9() local 281 String namespaceURI = "http://www.example.gov"; in testSetAttributeNS10() local
|
H A D | CreateAttributeNS.java | 63 String namespaceURI = "http://www.ecommerce.org/"; in testCreateAttributeNS1() local 80 String namespaceURI = null; in testCreateAttributeNS2() local 98 String namespaceURI = "http://www.wedding.com/"; in testCreateAttributeNS3() local 146 String namespaceURI = "http://www.w3.org/XML/1998/namespaces"; in testCreateAttributeNS4() local 163 String namespaceURI = "http://www.ecommerce.org/"; in testCreateAttributeNS5() local 174 String namespaceURI = "http://www.example.com/"; in testCreateAttributeNS6() local
|
H A D | CreateElementNS.java | 81 String namespaceURI = "http://www.ecommerce.org/"; in testCreateElementNS1() local 98 String namespaceURI = null; in testCreateElementNS2() local 116 String namespaceURI = "http://www.wedding.com/"; in testCreateElementNS3() local 165 String namespaceURI = "http://www.w3.org/XML/1998/namespaces"; in testCreateElementNS4() local 182 String namespaceURI = "http://www.nist.gov"; in testCreateElementNS5() local 193 String namespaceURI = "http://www.example.com/"; in testCreateElementNS6() local
|
H A D | CreateDocument.java | 84 String namespaceURI = "http://www.ecommerce.org/"; in testCreateDocument1() local 104 String namespaceURI = null; in testCreateDocument2() local 169 String namespaceURI = "http://www.ecommerce.org/schema"; in testCreateDocument5() local 221 String namespaceURI = "http://ecommerce.org/schema"; in testCreateDocument6() local 241 String namespaceURI = "http://www.ecommerce.org/schema"; in testCreateDocument7() local 259 String namespaceURI = "http://www.example.org/schema"; in testCreateDocument8() local
|
H A D | HasAttributeNS.java | 75 String namespaceURI = "http://www.usa.com"; in testHasAttributeNS1() local 88 String namespaceURI = "http://www.nomatch.com"; in testHasAttributeNS2() local 101 String namespaceURI = "http://www.nist.gov"; in testHasAttributeNS3() local 131 String namespaceURI = "http://www.usa.com"; in testHasAttributeNS5() local
|
H A D | DocumentCreateElementNS.java | 58 String namespaceURI = "http://www.w3.org/DOM/Test/level2"; in testCreateElementNS1() local 82 String namespaceURI = null; in testCreateElementNS2() local 100 String namespaceURI = null; in testCreateElementNS5() local 122 String namespaceURI = "http://www.w3.org/xml/1998/namespace "; in testCreateElementNS6() local
|
H A D | DOMImplementationCreateDocument.java | 61 String namespaceURI = "http://www.w3.org/DOMTest/L2"; in testCreateDocument3() local 88 String namespaceURI = null; in testCreateDocument4() local 110 String namespaceURI = "http://www.w3.org/xml/1998/namespace"; in testCreateDocument5() local 131 String namespaceURI = "http://www.w3.org/DOMTest/level2"; in testCreateDocument7() local
|
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/ |
H A D | Element.java | 179 public String getAttributeNS(String namespaceURI, in getAttributeNS() 225 public void setAttributeNS(String namespaceURI, in setAttributeNS() 254 public void removeAttributeNS(String namespaceURI, in removeAttributeNS() 275 public Attr getAttributeNodeNS(String namespaceURI, in getAttributeNodeNS() 324 public NodeList getElementsByTagNameNS(String namespaceURI, in getElementsByTagNameNS() 359 public boolean hasAttributeNS(String namespaceURI, in hasAttributeNS() 412 public void setIdAttributeNS(String namespaceURI, in setIdAttributeNS()
|
H A D | Document.java | 376 public Element createElementNS(String namespaceURI, in createElementNS() 445 public Attr createAttributeNS(String namespaceURI, in createAttributeNS() 460 public NodeList getElementsByTagNameNS(String namespaceURI, in getElementsByTagNameNS() 810 String namespaceURI, in renameNode()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMNodeProxy.java | 465 public boolean hasAttributeNS(String namespaceURI, String localName) in hasAttributeNS() 837 … String namespaceURI, String qualifiedName) throws DOMException in createElementNS() 853 String namespaceURI, String qualifiedName) throws DOMException in createAttributeNS() 866 public final NodeList getElementsByTagNameNS(String namespaceURI, in getElementsByTagNameNS() 912 String namespaceURI, in traverseChildren() 1192 public final String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() 1211 String namespaceURI, String qualifiedName, String value) in setAttributeNS() 1225 public final void removeAttributeNS(String namespaceURI, String localName) in removeAttributeNS() 1239 public final Attr getAttributeNodeNS(String namespaceURI, String localName) in getAttributeNodeNS() 1404 …public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype) … in createDocument() [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | UnImplNode.java | 425 public NodeList getElementsByTagNameNS(String namespaceURI, in getElementsByTagNameNS() 459 public Attr getAttributeNodeNS(String namespaceURI, String localName) in getAttributeNodeNS() 475 public void removeAttributeNS(String namespaceURI, String localName) in removeAttributeNS() 491 String namespaceURI, String qualifiedName, String value) in setAttributeNS() 505 public String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() 970 public Element createElementNS(String namespaceURI, String qualifiedName) in createElementNS() 989 public Attr createAttributeNS(String namespaceURI, String qualifiedName) in createAttributeNS() 1465 public boolean isDefaultNamespace(String namespaceURI){ in isDefaultNamespace() 1539 public String lookupPrefix(String namespaceURI){ in lookupPrefix() 1749 String namespaceURI, in renameNode() [all …]
|
H A D | QName.java | 91 public QName(String namespaceURI, String localName) in QName() 105 public QName(String namespaceURI, String localName, boolean validate) in QName() 137 public QName(String namespaceURI, String prefix, String localName) in QName() 152 public QName(String namespaceURI, String prefix, String localName, boolean validate) in QName()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/ |
D | minidom.py | 35 namespaceURI = None # this is non-null only for elements and attributes variable in Node 355 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, argument 579 def getNamedItemNS(self, namespaceURI, localName): argument 597 def removeNamedItemNS(self, namespaceURI, localName): argument 681 def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, argument 739 def getAttributeNS(self, namespaceURI, localName): argument 759 def setAttributeNS(self, namespaceURI, qualifiedName, value): argument 781 def getAttributeNodeNS(self, namespaceURI, localName): argument 816 def removeAttributeNS(self, namespaceURI, localName): argument 851 def hasAttributeNS(self, namespaceURI, localName): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 35 namespaceURI = None # this is non-null only for elements and attributes variable in Node 355 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, argument 579 def getNamedItemNS(self, namespaceURI, localName): argument 597 def removeNamedItemNS(self, namespaceURI, localName): argument 681 def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, argument 739 def getAttributeNS(self, namespaceURI, localName): argument 759 def setAttributeNS(self, namespaceURI, qualifiedName, value): argument 781 def getAttributeNodeNS(self, namespaceURI, localName): argument 816 def removeAttributeNS(self, namespaceURI, localName): argument 851 def hasAttributeNS(self, namespaceURI, localName): argument [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 34 namespaceURI = None # this is non-null only for elements and attributes variable in Node 344 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, argument 546 def getNamedItemNS(self, namespaceURI, localName): argument 564 def removeNamedItemNS(self, namespaceURI, localName): argument 644 def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, argument 678 def getAttributeNS(self, namespaceURI, localName): argument 699 def setAttributeNS(self, namespaceURI, qualifiedName, value): argument 724 def getAttributeNodeNS(self, namespaceURI, localName): argument 754 def removeAttributeNS(self, namespaceURI, localName): argument 779 def hasAttributeNS(self, namespaceURI, localName): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/ |
D | minidom.py | 35 namespaceURI = None # this is non-null only for elements and attributes variable in Node 355 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, argument 579 def getNamedItemNS(self, namespaceURI, localName): argument 597 def removeNamedItemNS(self, namespaceURI, localName): argument 681 def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, argument 739 def getAttributeNS(self, namespaceURI, localName): argument 759 def setAttributeNS(self, namespaceURI, qualifiedName, value): argument 781 def getAttributeNodeNS(self, namespaceURI, localName): argument 816 def removeAttributeNS(self, namespaceURI, localName): argument 851 def hasAttributeNS(self, namespaceURI, localName): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/ |
D | minidom.py | 35 namespaceURI = None # this is non-null only for elements and attributes variable in Node 355 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, argument 579 def getNamedItemNS(self, namespaceURI, localName): argument 597 def removeNamedItemNS(self, namespaceURI, localName): argument 681 def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, argument 739 def getAttributeNS(self, namespaceURI, localName): argument 759 def setAttributeNS(self, namespaceURI, qualifiedName, value): argument 781 def getAttributeNodeNS(self, namespaceURI, localName): argument 816 def removeAttributeNS(self, namespaceURI, localName): argument 851 def hasAttributeNS(self, namespaceURI, localName): argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/ |
H A D | minidom.py | 35 namespaceURI = None # this is non-null only for elements and attributes variable in Node 355 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, argument 579 def getNamedItemNS(self, namespaceURI, localName): argument 597 def removeNamedItemNS(self, namespaceURI, localName): argument 681 def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, argument 739 def getAttributeNS(self, namespaceURI, localName): argument 759 def setAttributeNS(self, namespaceURI, qualifiedName, value): argument 781 def getAttributeNodeNS(self, namespaceURI, localName): argument 816 def removeAttributeNS(self, namespaceURI, localName): argument 851 def hasAttributeNS(self, namespaceURI, localName): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/ |
D | minidom.py | 35 namespaceURI = None # this is non-null only for elements and attributes variable in Node 355 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, argument 579 def getNamedItemNS(self, namespaceURI, localName): argument 597 def removeNamedItemNS(self, namespaceURI, localName): argument 681 def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, argument 739 def getAttributeNS(self, namespaceURI, localName): argument 759 def setAttributeNS(self, namespaceURI, qualifiedName, value): argument 781 def getAttributeNodeNS(self, namespaceURI, localName): argument 816 def removeAttributeNS(self, namespaceURI, localName): argument 851 def hasAttributeNS(self, namespaceURI, localName): argument [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/transform/dom/ |
H A D | DOMResultTest.java | 217 public String lookupPrefix(String namespaceURI) { return null; } in lookupPrefix() 220 public boolean isDefaultNamespace(String namespaceURI) { return false; } in isDefaultNamespace() 282 public Element createElementNS(String namespaceURI, String qualifiedName) in createElementNS() 286 public Attr createAttributeNS(String namespaceURI, String qualifiedName) in createAttributeNS() 290 public NodeList getElementsByTagNameNS(String namespaceURI, String localName) { in getElementsByTagNameNS() 337 public Node renameNode(Node n, String namespaceURI, String qualifiedName) in renameNode()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
H A D | ElemLiteralResult.java | 190 public AVT getLiteralResultAttributeNS(String namespaceURI, String localName) in getLiteralResultAttributeNS() 221 public String getAttributeNS(String namespaceURI, String localName) in getAttributeNS() 623 public Node getNamedItemNS(String namespaceURI, String localName) in getNamedItemNS() 689 public Node removeNamedItemNS(String namespaceURI, String localName) in removeNamedItemNS() 1113 public boolean isDefaultNamespace(String namespaceURI) { in isDefaultNamespace() 1117 public String lookupPrefix(String namespaceURI) { in lookupPrefix()
|
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
H A D | XMPSchemaRegistry.java | 69 String registerNamespace(String namespaceURI, String suggestedPrefix) throws XMPException; in registerNamespace() 84 String getNamespacePrefix(String namespaceURI); in getNamespacePrefix() 127 void deleteNamespace(String namespaceURI); in deleteNamespace()
|