HomeSort by relevance Sort by last modified time
    Searched defs:namespaceURI (Results 76 - 100 of 407) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
HasAttributeNS.java 75 String namespaceURI = "http://www.usa.com";
83 state = testNode.hasAttributeNS(namespaceURI, localName);
88 String namespaceURI = "http://www.nomatch.com";
96 state = testNode.hasAttributeNS(namespaceURI, localName);
101 String namespaceURI = "http://www.nist.gov";
110 state = testNode.hasAttributeNS(namespaceURI, localName);
117 // String namespaceURI = "http://www.nist.gov";
126 // state = testNode.hasAttributeNS(namespaceURI, localName);
131 String namespaceURI = "http://www.usa.com";
139 state = testNode.hasAttributeNS(namespaceURI, localName)
    [all...]
RemoveNamedItemNS.java 34 * The "removeNamedItemNS(namespaceURI,localName)" method for a NamedNodeMap
35 * should remove a node specified by localName and namespaceURI.
40 * method removeNamedItemNS(namespaceURI,localName). Check to see if the node
95 String namespaceURI = "http://www.usa.com";
110 attributes.removeNamedItemNS(namespaceURI,
121 // String namespaceURI = "http://www.w3.org/2000/xmlns/";
152 // attributes.removeNamedItemNS(namespaceURI,
CreateAttributeNS.java 63 String namespaceURI = "http://www.ecommerce.org/";
72 doc.createAttributeNS(namespaceURI, malformedName);
80 String namespaceURI = null;
90 doc.createAttributeNS(namespaceURI, qualifiedName);
98 String namespaceURI = "http://www.wedding.com/";
137 doc.createAttributeNS(namespaceURI, qualifiedName);
146 String namespaceURI = "http://www.w3.org/XML/1998/namespaces";
155 doc.createAttributeNS(namespaceURI, qualifiedName);
163 String namespaceURI = "http://www.ecommerce.org/";
169 newAttr = doc.createAttributeNS(namespaceURI, qualifiedName)
    [all...]
CreateDocument.java 35 * The "createDocument(namespaceURI,qualifiedName,doctype)" method for a
40 * createDocument(namespaceURI,qualifiedName,doctype) on the retrieved
41 * DOMImplementation with namespaceURI being the literal string
84 String namespaceURI = "http://www.ecommerce.org/";
96 domImpl.createDocument(namespaceURI, malformedName, docType);
104 String namespaceURI = null;
117 domImpl.createDocument(namespaceURI, qualifiedName, docType);
126 // String namespaceURI = "http://www.ecommerce.org/schema";
127 // String qualifiedName = "namespaceURI:x";
138 // domImpl.createDocument(namespaceURI, qualifiedName, docType)
    [all...]
CreateElementNS.java 34 * The "createElementNS(namespaceURI,qualifiedName)" method for a Document
37 * Invoke method createElementNS(namespaceURI,qualifiedName) on the XMLNS
38 * Document with namespaceURI being the literal string
81 String namespaceURI = "http://www.ecommerce.org/";
90 doc.createElementNS(namespaceURI, malformedName);
98 String namespaceURI = null;
108 doc.createElementNS(namespaceURI, qualifiedName);
116 String namespaceURI = "http://www.wedding.com/";
156 doc.createElementNS(namespaceURI, qualifiedName);
165 String namespaceURI = "http://www.w3.org/XML/1998/namespaces"
    [all...]
DocumentCreateAttributeNS.java 40 * namespaceURI, and a qualifiedName without a prefix. This should return a
82 String namespaceURI = null;
89 attribute = doc.createAttributeNS(namespaceURI, qualifiedName);
109 String namespaceURI;
117 namespaceURI = attribute1.getNamespaceURI();
125 "http://www.w3.org/XML/1998/namespace", namespaceURI);
132 namespaceURI = attribute2.getNamespaceURI();
139 "http://www.w3.org/2000/xmlns/", namespaceURI);
144 String namespaceURI = "http://www.w3.org/DOM/Test/Level2";
164 doc.createAttributeNS(namespaceURI, qualifiedName)
    [all...]
DocumentCreateElementNS.java 13 * qualifiedName and NamespaceURI.
16 * namespaceURI and qualifiedName. Check if a valid Element object is returned
58 String namespaceURI = "http://www.w3.org/DOM/Test/level2";
66 element = doc.createElementNS(namespaceURI, qualifiedName);
82 String namespaceURI = null;
90 doc.createElementNS(namespaceURI, qualifiedName);
100 String namespaceURI = null;
108 doc.createElementNS(namespaceURI, qualifiedName);
122 String namespaceURI = "http://www.w3.org/xml/1998/namespace ";
132 newDoc.createElementNS(namespaceURI, qualifiedName)
    [all...]
ElementSetAttributeNS.java 198 String namespaceURI = null;
211 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
GetAttributeNS.java 32 * The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute
33 * value by local name and NamespaceURI.
77 // String namespaceURI = "http://www.nist.gov";
87 // attrValue = testAddr.getAttributeNS(namespaceURI, localName);
91 String namespaceURI = "http://www.nist.gov";
101 newAttribute = doc.createAttributeNS(namespaceURI, qualifiedName);
108 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
112 String namespaceURI = "http://www.nist.gov";
122 testAddr.removeAttributeNS(namespaceURI, localName);
123 attrValue = testAddr.getAttributeNS(namespaceURI, localName)
    [all...]
SetAttributeNS.java 34 * The "setAttributeNS(namespaceURI,qualifiedName,Value)" method raises a
80 String namespaceURI = "http://www.nist.gov";
92 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI,
101 String namespaceURI = "http://www.nist.gov";
114 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI,
125 // String namespaceURI = "www.xyz.com";
153 // genElement.setAttributeNS(namespaceURI, qualifiedName,
191 String namespaceURI = "http://www.newattr.com";
202 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI,
205 namespaceURI, localName)
    [all...]
SetAttributeNodeNS.java 38 * "createAttributeNS(namespaceURI,qualifiedName)" and
83 String namespaceURI = "http://www.newattr.com";
97 newAttr = doc.createAttributeNS(namespaceURI, qualifiedName);
149 String namespaceURI = "http://www.newattr.com";
160 newAttr = doc.createAttributeNS(namespaceURI, qualifiedName);
183 String namespaceURI = "http://www.newattr.com";
193 newAttr = doc2.createAttributeNS(namespaceURI, qualifiedName);
SetNamedItemNS.java 39 * is "domestic" and namespaceURI is "http://www.netzero.com".
104 String namespaceURI = "http://www.usa.com";
115 arg = anotherDoc.createAttributeNS(namespaceURI, qualifiedName);
132 String namespaceURI = "http://www.nist.gov";
143 arg = doc.createAttributeNS(namespaceURI, qualifiedName);
149 retnode = attributes.getNamedItemNS(namespaceURI, "newAttr");
156 // String namespaceURI = "http://www.w3.org/2000/xmlns/";
184 // arg = attributes.getNamedItemNS(namespaceURI, localName);
197 String namespaceURI = "http://www.usa.com";
207 arg = doc.createAttributeNS(namespaceURI, qualifiedName)
    [all...]
GetElementsByTagNameNS.java 35 * The "getElementsByTagNameNS(namespaceURI,localName)" method for a Document
39 * Invoke method getElementsByTagNameNS(namespaceURI,localName) on this document
40 * with namespaceURI and localName as " ". Method should return a new NodeList
70 String namespaceURI = "*";
75 newList = doc.getElementsByTagNameNS(namespaceURI, localName);
151 String namespaceURI = "http://www.nist.gov";
156 elementList = doc.getElementsByTagNameNS(namespaceURI, localName);
DocumentImportNode.java 24 * and namespaceURI "http://www.nist.gov" into the same document. Check the
177 String namespaceURI;
185 namespaceURI = importedAttr.getNamespaceURI();
190 "http://www.w3.org/DOM/Test", namespaceURI);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
setNamedItemNS04.java 77 String namespaceURI = "http://www.w3.org/2000/xmlns/";
105 arg = attributes.getNamedItemNS(namespaceURI, localName);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 43 String namespaceURI;
49 ElementImpl(DocumentImpl document, String namespaceURI, String qualifiedName) {
51 setNameNS(this, namespaceURI, qualifiedName);
70 private int indexOfAttributeNS(String namespaceURI, String localName) {
73 if (Objects.equal(namespaceURI, attr.getNamespaceURI())
92 public String getAttributeNS(String namespaceURI, String localName) {
93 Attr attr = getAttributeNodeNS(namespaceURI, localName);
112 public AttrImpl getAttributeNodeNS(String namespaceURI, String localName) {
113 int i = indexOfAttributeNS(namespaceURI, localName);
167 public NodeList getElementsByTagNameNS(String namespaceURI, String localName)
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 96 String namespaceURI = null;
102 dom, namespaceURI, qualifiedName, doctype, inputEncoding);
  /prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/
xml-resolver-1.2.jar 
  /prebuilts/tools/common/m2/repository/commons-digester/commons-digester/1.6/
commons-digester-1.6.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 723 // namespaceURI matches an in scope declaration of one or
843 // If namespace-declarations=true, add the node with the Attr nodes namespaceURI
    [all...]
  /external/libxml2/
xmlwriter.c 1052 * @namespaceURI: namespace URI or NULL
1061 const xmlChar * namespaceURI)
1084 if (namespaceURI != 0) {
1100 p->uri = xmlStrdup(namespaceURI);
    [all...]

Completed in 1154 milliseconds

1 2 34 5 6 7 8 91011>>