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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java 86 * @param xmlDoc The XML document, if available, or null if none exists.
89 public void delegateXmlModelChanged(Document xmlDoc) {
90 Element rootElement = xmlDoc.getDocumentElement();
116 getUiRootNode().setXmlDocument(xmlDoc);
122 getUiRootNode().loadFromXmlNode(xmlDoc);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 86 public void delegateXmlModelChanged(Document xmlDoc) {
87 Element rootElement = xmlDoc.getDocumentElement();
108 getUiRootNode().setXmlDocument(xmlDoc);
114 getUiRootNode().loadFromXmlNode(xmlDoc);
  /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/color/
ColorEditorDelegate.java 80 public void delegateXmlModelChanged(Document xmlDoc) {
84 Element rootElement = xmlDoc.getDocumentElement();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 249 private void loadFromXml(Document xmlDoc) {
250 mUiManifestNode.setXmlDocument(xmlDoc);
251 Node node = getManifestXmlNode(xmlDoc);
259 private Node getManifestXmlNode(Document xmlDoc) {
260 if (xmlDoc != null) {
266 Node node = xmlDoc.getDocumentElement();
271 for (node = xmlDoc.getFirstChild();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 176 var xmlDoc = xhr.responseXML;
177 var fullCountSet = xmlDoc.evaluate("/gmail:feed/gmail:fullcount",
178 xmlDoc, gmailNSResolver, XPathResult.ANY_TYPE, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 383 * @param xmlDoc The new XML document to associate this node with.
385 public void setXmlDocument(Document xmlDoc) {
387 mXmlDocument = xmlDoc;
389 mUiParent.setXmlDocument(xmlDoc);
    [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...]
  /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/
HTMLparser.c     [all...]
tree.c 1142 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc));
1147 memset(cur, 0, sizeof(xmlDoc));
    [all...]
  /external/libxml2/
HTMLparser.c     [all...]
tree.c 1153 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc));
1158 memset(cur, 0, sizeof(xmlDoc));
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2615 milliseconds