HomeSort by relevance Sort by last modified time
    Searched refs:getNamespaceUri (Results 1 - 25 of 31) 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 246 if (nsUri == desc.getNamespaceUri() ||
247 (nsUri != null && nsUri.equals(desc.getNamespaceUri()))) {
    [all...]
  /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 171 String uri = mDescriptor.getNamespaceUri();
186 String uri = mDescriptor.getNamespaceUri();
228 mDescriptor.getNamespaceUri(), xmlValue, true /*override*/);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java 144 if (SdkConstants.NS_RESOURCES.equals(descriptor.getNamespaceUri())) {
146 } else if (XmlnsAttributeDescriptor.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");
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /frameworks/base/tools/aapt/
XMLNode.h 66 const String16& getNamespaceUri() const;
XMLNode.cpp 484 ns.uri = String8(block->getNamespaceUri(&len));
505 String8 uri = String8(block->getNamespaceUri(&len));
633 const String16& XMLNode::getNamespaceUri() const
    [all...]
  /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");
  /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));
    [all...]
  /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 389 String dUri = desc.getNamespaceUri();
439 String uri = attr.getNamespaceURI();
  /frameworks/base/include/androidfw/
ResourceTypes.h 665 const uint16_t* getNamespaceUri(size_t* outLen) const;
    [all...]
  /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 624 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 535 attrDesc.getNamespaceUri(),
568 if (node.getNamespaceURI() == null
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 868 const uint16_t* ResXMLParser::getNamespaceUri(size_t* outLen) const
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 1503 milliseconds

1 2