HomeSort by relevance Sort by last modified time
    Searched defs:xmlNode (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/uimodel/
UiItemElementNode.java 44 Node xmlNode = getXmlNode();
45 if (xmlNode != null && xmlNode instanceof Element && xmlNode.hasAttributes()) {
47 Element elem = (Element) xmlNode;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java 150 Node xmlNode = getXmlNode();
151 if (xmlNode instanceof Element) {
152 String className = ((Element) xmlNode).getAttribute(ATTR_CLASS);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
FragmentMenu.java 244 Node xmlNode = node.getXmlNode();
245 LayoutMetadata.setProperty(delegate.getEditor(), xmlNode, KEY_FRAGMENT_LAYOUT,
ListViewTypeMenu.java 192 Node xmlNode = node.getXmlNode();
193 layout = LayoutMetadata.getProperty(xmlNode, KEY_LV_ITEM);
211 Node xmlNode = node.getXmlNode();
212 LayoutMetadata.setProperty(delegate.getEditor(), xmlNode, type, layout);
LayoutMetadata.java 330 Node xmlNode = uiNode.getXmlNode();
332 String header = getProperty(xmlNode, KEY_LV_HEADER);
333 String footer = getProperty(xmlNode, KEY_LV_FOOTER);
334 String layout = getProperty(xmlNode, KEY_LV_ITEM);
339 if (xmlNode instanceof Element && xmlNode.getNodeName().endsWith(GRID_VIEW)) {
340 Element element = (Element) xmlNode;
OutlinePage.java 799 Node xmlNode = node.getXmlNode();
800 if (xmlNode instanceof Element) {
801 Element e = (Element) xmlNode;
    [all...]
LayoutCanvas.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 152 Node xmlNode = uiNode.getXmlNode();
154 if (xmlNode != null) {
155 return xmlNode.getAttributes().item(i);
364 Node xmlNode = uiNode.getXmlNode();
366 if (xmlNode != null) {
367 if (ATTR_LAYOUT.equals(localName) && VIEW_FRAGMENT.equals(xmlNode.getNodeName())) {
368 String layout = FragmentMenu.getFragmentLayout(xmlNode);
374 Node attribute = xmlNode.getAttributes().getNamedItemNS(namespace, localName);
381 attribute = xmlNode.getAttributes().getNamedItemNS(AUTO_URI, localName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java 279 Node xmlNode = uiNode.getXmlNode();
281 if (xmlNode == null || nodeDesc == null) {
308 xmlPrev.appendChild(xmlParent.removeChild(xmlNode));
309 outSelectXmlNode[0] = xmlNode;
317 xmlParent.removeChild(xmlNode),
319 outSelectXmlNode[0] = xmlNode;
341 xmlParent.removeChild(xmlNode),
343 outSelectXmlNode[0] = xmlNode;
461 Node xmlNode = uiNode.getXmlNode();
463 if (xmlNode == null || nodeDesc == null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 309 Node xmlNode = uiNew.createXmlNode();
311 if (!(uiNew instanceof UiViewElementNode) || xmlNode == null) {
379 Node xmlNode = uiNode.getXmlNode();
380 if (xmlNode != null) {
381 NamedNodeMap nodeAttributes = xmlNode.getAttributes();
443 Node xmlNode = uiNode.getXmlNode();
444 if (xmlNode != null) {
445 NamedNodeMap nodeAttributes = xmlNode.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 161 Node xmlNode = uiNode.getXmlNode();
162 if (xmlNode.getLocalName().equals(VIEW_INCLUDE)) {
VisualRefactoring.java 205 Node xmlNode = uiNode.getXmlNode();
206 if (xmlNode instanceof IndexedRegion) {
207 IndexedRegion region = (IndexedRegion) xmlNode;
678 Node xmlNode = uiNode.getXmlNode();
679 if (xmlNode instanceof Element) {
680 Element element = (Element) xmlNode;
    [all...]
  /external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar 
  /external/libxml2/include/libxml/
tree.h 483 * xmlNode:
487 typedef struct _xmlNode xmlNode;
488 typedef xmlNode *xmlNodePtr;
914 xmlGetLineNo (const xmlNode *node);
917 xmlGetNodePath (const xmlNode *node);
922 xmlGetLastChild (const xmlNode *parent);
924 xmlNodeIsText (const xmlNode *node);
926 xmlIsBlankNode (const xmlNode *node);
998 const xmlNode *node);
1026 xmlGetNoNsProp (const xmlNode *node
    [all...]
  /prebuilts/misc/common/robolectric/lib/
robolectric-resources-3.1.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 788 * @param xmlNode The XML node to look for.
789 * @return The {@link UiElementNode} that contains xmlNode or null if not found,
791 public UiElementNode findXmlNode(Node xmlNode) {
792 if (xmlNode == null) {
795 if (getXmlNode() == xmlNode) {
800 UiElementNode found = uiChild.findXmlNode(xmlNode);
830 * @param xmlNode The XML node to mirror
833 public boolean loadFromXmlNode(Node xmlNode)
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.0/
manifest-merger-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.2/
manifest-merger-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.0/
manifest-merger-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.1/
manifest-merger-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.3/
manifest-merger-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.0/
manifest-merger-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.1/
manifest-merger-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.3/
manifest-merger-22.7.3.jar 

Completed in 370 milliseconds

1 2 3 4 5