OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNamespaceUri
(Results
1 - 25
of
75
) sorted by null
1
2
3
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Element.java
140
public String
getNamespaceUri
(String prefix) {
145
return
getNamespaceUri
(i);
147
return parent instanceof Element ? ((Element) parent).
getNamespaceUri
(prefix) : null;
162
public String
getNamespaceUri
(int i) {
193
setPrefix(parser.getNamespacePrefix(i), parser.
getNamespaceUri
(i));
304
writer.setPrefix(getNamespacePrefix(i),
getNamespaceUri
(i));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java
69
public final String
getNamespaceUri
() {
ElementDescriptor.java
459
desc.
getNamespaceUri
().equals(namespaceUri)) {
/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java
554
* String ns = pp.
getNamespaceUri
(i);
560
* @see #
getNamespaceUri
585
String
getNamespaceUri
(int pos) throws XmlPullParserException;
601
* return
getNamespaceUri
(i);
617
* @see #
getNamespaceUri
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java
172
String uri = mDescriptor.
getNamespaceUri
();
191
String uri = mDescriptor.
getNamespaceUri
();
238
mDescriptor.
getNamespaceUri
(), xmlValue, true /*override*/);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java
142
if (SdkConstants.NS_RESOURCES.equals(descriptor.
getNamespaceUri
())) {
144
} else if (SdkConstants.XMLNS_URI.equals(descriptor.
getNamespaceUri
())) {
UiElementNode.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java
117
public String
getNamespaceUri
(int pos) throws XmlPullParserException {
118
throw new XmlPullParserException("
getNamespaceUri
() not supported");
/frameworks/base/tools/aapt2/xml/
XmlPullParser.cpp
77
Maybe<ExtractedPackage> result = extractPackageFromNamespace(
getNamespaceUri
());
128
const std::u16string& XmlPullParser::
getNamespaceUri
() const {
XmlPullParser.h
97
const std::u16string&
getNamespaceUri
() const;
/prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar
/prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar
/prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar
/prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar
/prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar
/external/vogar/lib/
kxml-libcore-20110123.jar
/frameworks/base/tools/aapt/
XMLNode.h
68
const String16&
getNamespaceUri
() const;
XMLNode.cpp
513
ns.uri = String8(block->
getNamespaceUri
(&len));
537
String8 uri = String8(block->
getNamespaceUri
(&len));
676
const String16& XMLNode::
getNamespaceUri
() const
[
all
...]
/frameworks/base/tools/aapt2/flatten/
XmlFlattener_test.cpp
86
const char16_t* namespaceUri = tree.
getNamespaceUri
(&len);
141
namespaceUri = tree.
getNamespaceUri
(&len);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
LayoutParserWrapper.java
309
public String
getNamespaceUri
(int i) throws XmlPullParserException {
/libcore/luni/src/test/java/libcore/xml/
XmlPullParserFactoryTest.java
266
public String
getNamespaceUri
(int pos) throws XmlPullParserException {
PullParserTest.java
663
assertEquals("ns:default", parser.
getNamespaceUri
(0));
666
assertEquals("ns:1", parser.
getNamespaceUri
(1));
682
assertEquals("ns:default", parser.
getNamespaceUri
(0));
[
all
...]
/prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar
/prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/
xmlpull-1.1.3.1.jar
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java
175
public String
getNamespaceUri
(int pos) throws XmlPullParserException {
176
throw new XmlPullParserException("
getNamespaceUri
() not supported");
Completed in 2586 milliseconds
1
2
3