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

1 2 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptor.java 69 public final String getNamespaceUri() {
  /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));
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResName.java 141 public String getNamespaceUri() {
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteXmlPullParser.java 55 String getNamespaceUri(int pos) throws XmlPullParserException, RemoteException;
  /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/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);
  /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...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 176 public String getNamespaceUri(int pos) throws XmlPullParserException {
177 throw new XmlPullParserException("getNamespaceUri() not supported");
  /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 {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
XmlResourceParserImpl.java 148 public String getNamespaceUri(int pos)
151 "getNamespaceUri() not supported");
223 String namespace = currentNode != null ? currentNode.getNamespaceURI() : null;
272 return maybeReplaceNamespace(attr.getNamespaceURI());
287 String namespace = maybeReplaceNamespace(attr.getNamespaceURI());
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 136 public String getNamespaceUri(int pos) throws XmlPullParserException {
137 throw new XmlPullParserException("getNamespaceUri() not supported");
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 381 pp.getNamespaceUri(i)
  /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 
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java     [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xmlpull-1.1.3.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xmlpull-1.1.3.1.jar 

Completed in 328 milliseconds

1 2 3 4