OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlDoc
(Results
1 - 5
of
5
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DrawableResourceLoader.java
71
Document
xmlDoc
= documents.get(resourceExtractor.getResourceName(resId));
72
NodeList nodes =
xmlDoc
.getElementsByTagName("selector");
74
return buildStateListDrawable(
xmlDoc
);
77
nodes =
xmlDoc
.getElementsByTagName("layer-list");
82
nodes =
xmlDoc
.getElementsByTagName("animation-list");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
371
Document
xmlDoc
= mUiDocRootNode.getXmlDocument();
374
mUiDocRootNode.loadFromXmlNode(
xmlDoc
);
377
// No need to call AndroidXmlEditor.xmlModelChanged(
xmlDoc
) since it's
398
// No need to call AndroidXmlEditor.xmlModelChanged(
xmlDoc
) since it's
[
all
...]
/external/chromium_org/third_party/libxml/src/include/libxml/
tree.h
61
* 1) xmlNs gets an additional field @context (a
xmlDoc
)
62
* 2) when creating a tree, xmlNs->href is stored in the dict of
xmlDoc
.
357
struct _xmlDoc *context; /* normally an
xmlDoc
*/
507
*
xmlDoc
:
511
typedef struct _xmlDoc
xmlDoc
;
512
typedef
xmlDoc
*xmlDocPtr;
[
all
...]
/external/libxml2/include/libxml/
tree.h
61
* 1) xmlNs gets an additional field @context (a
xmlDoc
)
62
* 2) when creating a tree, xmlNs->href is stored in the dict of
xmlDoc
.
356
struct _xmlDoc *context; /* normally an
xmlDoc
*/
506
*
xmlDoc
:
510
typedef struct _xmlDoc
xmlDoc
;
511
typedef
xmlDoc
*xmlDocPtr;
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 2282 milliseconds