HomeSort by relevance Sort by last modified time
    Searched defs:isId (Results 1 - 14 of 14) sorted by null

  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Attr.java 270 * <code>isId</code> will always return true.
273 public boolean isId();
  /packages/apps/Mms/src/com/android/mms/dom/
AttrImpl.java 105 public boolean isId() {
  /external/webkit/WebCore/dom/
Attr.cpp 176 bool Attr::isId() const
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java 39 boolean isId;
138 public boolean isId() {
139 return isId;
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 131 public boolean isId( ) { return false; }
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
EntrySchema.java 215 if (!column.isId()) {
427 public boolean isId() {
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 1089 public boolean isId( ) { return false; }
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /frameworks/base/awt/javax/imageio/metadata/
IIOMetadataNode.java 279 * If the parameter isId is true, this method declares the specified
281 * of Attr.isId and the behavior of Document.getElementById, but does not
284 * for the parameter isId to undeclare an attribute for being a
291 * @param isId
303 public void setIdAttribute(String name, boolean isId) throws DOMException {
311 * If the parameter isId is true, this method declares the specified
313 * of Attr.isId and the behavior of Document.getElementById, but does not
316 * for the parameter isId to undeclare an attribute for being a
324 * @param isId
336 public void setIdAttributeNS(String namespaceURI, String localName, boolean isId)
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 108 bool isId = false);
120 bool isId = false,
219 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
227 isId(o.isId), value(o.value), style(o.style),
235 isId = o.isId;
245 mutable bool isId;
287 bool replace=false, bool isId = false,
  /dalvik/libcore/xml/src/test/java/tests/xml/
DomTest.java     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 215 milliseconds