Home
last modified time | relevance | path

Searched refs:targetTag (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java937 String targetTag = getTagName(type); in findValueInDocument() local
941 Pair<IFile, IRegion> value = findValueInChildren(name, file, targetTag, topLevel); in findValueInDocument()
950 value = findValueInChildren(name, file, targetTag, children); in findValueInDocument()
966 String targetTag, NodeList children) { in findValueInChildren() argument
972 if (tagName.equals(targetTag)) { in findValueInChildren()
1105 String targetTag = type.getName(); in findValueInDocument() local
1108 targetTag = "item"; //$NON-NLS-1$ in findValueInDocument()
1111 Pair<File, Integer> result = findTag(name, file, parser, document, targetTag); in findValueInDocument()
1114 targetTag = "public"; //$NON-NLS-1$ in findValueInDocument()
1115 result = findTag(name, file, parser, document, targetTag); in findValueInDocument()
[all …]