HomeSort by relevance Sort by last modified time
    Searched refs:getNamespaceUri (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /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() {
  /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*/);
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteXmlPullParser.java 55 String getNamespaceUri(int pos) throws XmlPullParserException, RemoteException;
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteXmlPullParserAdapter.java 100 public String getNamespaceUri(int pos) throws XmlPullParserException, RemoteException {
101 return mDelegate.getNamespaceUri(pos);
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteXmlPullParserAdapter.java 131 public String getNamespaceUri(int pos) throws XmlPullParserException {
133 return mDelegate.getNamespaceUri(pos);
  /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");
  /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 
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResName.java 141 public String getNamespaceUri() {
  /frameworks/base/tools/aapt/
XMLNode.h 68 const String16& getNamespaceUri() const;
  /frameworks/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 {
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 

Completed in 439 milliseconds

1 2 3 4 5