OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeListImpl
(Results
1 - 12
of
12
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeListImpl.java
34
public class
NodeListImpl
implements NodeList {
38
NodeListImpl
() {
42
NodeListImpl
(List<NodeImpl> list) {
InnerNodeImpl.java
56
NodeListImpl
list = new
NodeListImpl
();
235
void getElementsByTagName(
NodeListImpl
out, String name) {
247
void getElementsByTagNameNS(
NodeListImpl
out, String namespaceURI, String localName) {
ElementImpl.java
162
NodeListImpl
result = new
NodeListImpl
();
168
NodeListImpl
result = new
NodeListImpl
();
DocumentImpl.java
390
NodeListImpl
result = new
NodeListImpl
();
396
NodeListImpl
result = new
NodeListImpl
();
NodeImpl.java
49
private static final NodeList EMPTY_LIST = new
NodeListImpl
();
/packages/apps/Mms/src/com/android/mms/dom/
NodeListImpl.java
25
public class
NodeListImpl
implements NodeList {
45
public
NodeListImpl
(Node rootNode, String tagName, boolean deepSearch) {
55
public
NodeListImpl
(ArrayList<Node> nodes) {
60
*
NodeListImpl
Interface
ElementImpl.java
68
return new
NodeListImpl
(this, name, true);
NodeImpl.java
72
return new
NodeListImpl
(this, null, false);
/packages/apps/Mms/src/com/android/mms/dom/smil/
ElementSequentialTimeContainerImpl.java
28
import com.android.mms.dom.
NodeListImpl
;
52
return new
NodeListImpl
(nodes);
55
return new
NodeListImpl
(nodes);
ElementParallelTimeContainerImpl.java
31
import com.android.mms.dom.
NodeListImpl
;
153
return new
NodeListImpl
(activeChildren);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
Completed in 191 milliseconds