HomeSort by relevance Sort by last modified time
    Searched defs:xmlDoc (Results 1 - 7 of 7) sorted by null

  /external/robolectric/v1/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/libxml2/include/libxml/
tree.h 62 * 1) xmlNs gets an additional field @context (a xmlDoc)
63 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
395 struct _xmlDoc *context; /* normally an xmlDoc */
545 * xmlDoc:
549 typedef struct _xmlDoc xmlDoc;
550 typedef xmlDoc *xmlDocPtr;
762 xmlGetIntSubset (const xmlDoc *doc);
850 xmlNewDocText (const xmlDoc *doc,
881 xmlNewReference (const xmlDoc *doc,
920 xmlDocGetRootElement (const xmlDoc *doc)
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 100 milliseconds