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
28
) sorted by null
1
2
/libcore/xml/src/main/java/org/kxml2/kdom/
Element.java
145
public String
getNamespaceUri
(String prefix) {
150
return
getNamespaceUri
(i);
152
return parent instanceof Element ? ((Element) parent).
getNamespaceUri
(prefix) : null;
169
public String
getNamespaceUri
(int i) {
201
setPrefix (parser.getNamespacePrefix (i), parser.
getNamespaceUri
(i));
314
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)) {
DescriptorsUtils.java
299
if (nsUri == desc.
getNamespaceUri
() ||
300
(nsUri != null && nsUri.equals(desc.
getNamespaceUri
()))) {
[
all
...]
/libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java
553
* String ns = pp.
getNamespaceUri
(i);
559
* @see #
getNamespaceUri
584
String
getNamespaceUri
(int pos) throws XmlPullParserException;
600
* return
getNamespaceUri
(i);
616
* @see #
getNamespaceUri
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java
105
public String
getNamespaceUri
(int pos) throws XmlPullParserException {
106
throw new XmlPullParserException("
getNamespaceUri
() not supported");
/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 (XmlnsAttributeDescriptor.XMLNS_URI.equals(descriptor.
getNamespaceUri
())) {
UiElementNode.java
[
all
...]
/prebuilt/common/kxml2/
kxml2-2.3.0.jar
/frameworks/base/tools/aapt/
XMLNode.h
66
const String16&
getNamespaceUri
() const;
XMLNode.cpp
477
ns.uri = String8(block->
getNamespaceUri
(&len));
498
String8 uri = String8(block->
getNamespaceUri
(&len));
626
const String16& XMLNode::
getNamespaceUri
() const
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java
162
public String
getNamespaceUri
(int pos) throws XmlPullParserException {
163
throw new XmlPullParserException("
getNamespaceUri
() not supported");
/libcore/luni/src/test/java/libcore/xml/
PullParserTest.java
663
assertEquals("ns:default", parser.
getNamespaceUri
(0));
666
assertEquals("ns:1", parser.
getNamespaceUri
(1));
682
assertEquals("ns:default", parser.
getNamespaceUri
(0));
/frameworks/base/core/java/android/content/res/
XmlBlock.java
132
public String
getNamespaceUri
(int pos) throws XmlPullParserException {
133
throw new XmlPullParserException("
getNamespaceUri
() not supported");
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java
381
pp.
getNamespaceUri
(i)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java
366
String dUri = desc.
getNamespaceUri
();
413
String uri = attr.
getNamespaceURI
();
/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
619
String nsUri = ((AttributeDescriptor)choice).
getNamespaceUri
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java
509
attrDesc.
getNamespaceUri
(),
541
if (node.
getNamespaceURI
() == null
[
all
...]
/frameworks/base/include/utils/
ResourceTypes.h
657
const uint16_t*
getNamespaceUri
(size_t* outLen) const;
[
all
...]
/frameworks/base/libs/utils/
ResourceTypes.cpp
846
const uint16_t* ResXMLParser::
getNamespaceUri
(size_t* outLen) const
[
all
...]
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
Completed in 383 milliseconds
1
2