OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlElement
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java
454
Element
xmlElement
= (Element) rootNode.getXmlNode();
456
if (
xmlElement
!= null) {
457
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
...]
Completed in 2105 milliseconds