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

  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/layout/
RepeatedIdCondition.java 35 import com.motorolamobility.preflighting.core.applicationdata.XMLElement;
81 List<XMLElement> layoutList = data.getLayoutElements();
87 for (XMLElement layoutElement : layoutList)
102 private void searchRepeatedIds(ValidationResult results, XMLElement xmlElement,
116 File layoutFile = xmlElement.getFile();
126 int lineNumber = xmlElement.getNodeLineNumber(elementNode);
148 searchRepeatedIds(results, xmlElement, idsList, node);
ViewTypeIdsCondition.java 35 import com.motorolamobility.preflighting.core.applicationdata.XMLElement;
81 List<XMLElement> layoutList = data.getLayoutElements();
87 Map<File, XMLElement> xmlElementMap = new HashMap<File, XMLElement>(layoutList.size());
108 ValidationResult results, Map<File, XMLElement> xmlElementMap,
136 ValidationManagerConfiguration valManagerConfig, Map<File, XMLElement> xmlElementMap,
160 private void collectNeededData(List<XMLElement> layoutList,
161 Map<String, List<LayoutFileId>> allIdsMap, Map<File, XMLElement> xmlElementMap)
163 for (XMLElement element : layoutList)
183 private void getLayoutIds(XMLElement xmlElement, Node elementNode, LayoutFileId layoutFileId)
    [all...]
XlargeConfigCondition.java 32 import com.motorolamobility.preflighting.core.applicationdata.XMLElement;
65 XMLElement manElem = data.getManifestElement();
100 List<XMLElement> layoutElements = data.getLayoutElements();
105 for (XMLElement xmlElement : layoutElements)
107 File layoutFile = xmlElement.getFile();
137 XMLElement manifestElement = data.getManifestElement();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 457 Element xmlElement = (Element) rootNode.getXmlNode();
459 if (xmlElement != null) {
460 return xmlElement.getAttribute(AndroidManifestDescriptors.PACKAGE_ATTR);
  /external/libxml2/include/libxml/
tree.h 300 * xmlElement:
305 typedef struct _xmlElement xmlElement;
306 typedef xmlElement *xmlElementPtr;
    [all...]
  /external/libxml2/
valid.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 408 milliseconds