HomeSort by relevance Sort by last modified time
    Searched refs:xmlNode (Results 26 - 34 of 34) sorted by null

12

  /external/libxml2/include/libxml/
tree.h 444 * xmlNode:
448 typedef struct _xmlNode xmlNode;
449 typedef xmlNode *xmlNodePtr;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 724 Node xmlNode = uiNode.getXmlNode();
725 Attr attribute = ((Element) xmlNode).getAttributeNodeNS(
    [all...]
  /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)) {
  /external/libxml2/
valid.c     [all...]
SAX2.c     [all...]
relaxng.c     [all...]
  /external/libxslt/libxslt/
functions.c 698 val /= sizeof(xmlNode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 637 * @param xmlNode The Node whose element we want to select
639 public void select(Node xmlNode) {
640 mCanvasViewer.getCanvas().getSelectionManager().select(xmlNode);
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 642 milliseconds

12