HomeSort by relevance Sort by last modified time
    Searched refs:ELEMENT_NODE (Results 76 - 100 of 174) sorted by null

1 2 34 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 164 while (node != null && node.getNodeType() != Node.ELEMENT_NODE) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 953 if(DTM.NULL != parent && DTM.ELEMENT_NODE == dtm.getNodeType(parent))
    [all...]
TemplateList.java 438 case DTM.ELEMENT_NODE :
506 case DTM.ELEMENT_NODE :
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js 131 if (el.nodeType == Node.ELEMENT_NODE &&
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 172 case ELEMENT_NODE: {
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 290 else if (currChild.getNodeType() != Node.ELEMENT_NODE)
534 if (currChild.getNodeType() == Node.ELEMENT_NODE && !found)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipant.java 479 if (child.getNodeType() == Node.ELEMENT_NODE) {
542 if (child.getNodeType() == Node.ELEMENT_NODE) {
AndroidTypeRenameParticipant.java 466 if (child.getNodeType() == Node.ELEMENT_NODE) {
524 if (child.getNodeType() == Node.ELEMENT_NODE) {
RenameResourceXmlTextAction.java 248 if (node == null || node.getNodeType() != Node.ELEMENT_NODE) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 419 case Node.ELEMENT_NODE :
454 case Node.ELEMENT_NODE :
    [all...]
LSSerializerImpl.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 214 else if (type == Node.ELEMENT_NODE)
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 363 return DTM.ELEMENT_NODE;
  /external/chromium_org/build/android/gyp/
generate_v14_compatible_resources.py 61 if node.nodeType == node.ELEMENT_NODE:
  /external/chromium_org/third_party/WebKit/Source/web/resources/
suggestionPicker.js 225 if (node.nodeType !== Node.ELEMENT_NODE || !node.classList.contains(SuggestionPicker.ListEntryClass))
241 if (node.nodeType !== Node.ELEMENT_NODE || !node.classList.contains(SuggestionPicker.ListEntryClass))
pickerCommon.js 216 if (node.nodeType === Node.ELEMENT_NODE && node.classList.contains(className))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 127 if (type == Node.ELEMENT_NODE) { // ignore TEXT/CDATA nodes.
134 // since the non ELEMENT_NODE children were filtered out, count must be updated.
208 * are of type ELEMENT_NODE
LayoutContentAssist.java 78 if (currentNode.getParentNode().getNodeType() == Node.ELEMENT_NODE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 173 } else if (currentNode.getNodeType() == Node.ELEMENT_NODE) {
300 if (currentNode.getParentNode().getNodeType() == Node.ELEMENT_NODE) {
526 if (parentNode.getNodeType() == Node.ELEMENT_NODE) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 225 if (node.getNodeType() == Node.ELEMENT_NODE) {
233 if (childNode.getNodeType() == Node.ELEMENT_NODE) {
299 if (variationNode.getNodeType() == Node.ELEMENT_NODE) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_math.js 139 this.activeNode.nodeType == Node.ELEMENT_NODE) {
441 if (!node || node.nodeType != Node.ELEMENT_NODE) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.cpp 399 case Node::ELEMENT_NODE:
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DocumentBuilderFactoryTest.java 887 case Node.ELEMENT_NODE:
888 // System.out.println(indent + "ELEMENT_NODE " + value);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 429 case Node.ELEMENT_NODE:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 307 if (startNode.getNodeType() == Node.ELEMENT_NODE) {
716 if (node.getNodeType() == Node.ELEMENT_NODE && mDepth.get(depth) == null) {
    [all...]

Completed in 8878 milliseconds

1 2 34 5 6 7