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

  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 270 * <code>isId</code> will always return true.
273 public boolean isId();
Element.java 370 * If the parameter <code>isId</code> is <code>true</code>, this method
372 * . This affects the value of <code>Attr.isId</code> and the behavior
377 * <code>isId</code> to undeclare an attribute for being a
382 * @param isId Whether the attribute is a of type ID.
390 boolean isId)
394 * If the parameter <code>isId</code> is <code>true</code>, this method
396 * . This affects the value of <code>Attr.isId</code> and the behavior
401 * <code>isId</code> to undeclare an attribute for being a
405 * @param isId Whether the attribute is a of type ID.
414 boolean isId)
    [all...]
  /external/webkit/WebCore/dom/
Attr.idl 41 readonly attribute boolean isId;
Attr.h 56 bool isId() const;
NamedAttrMap.cpp 133 if (attr->isId())
160 if (r->isId())
Attr.cpp 187 bool Attr::isId() const
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java 39 boolean isId;
138 public boolean isId() {
139 return isId;
ElementImpl.java 149 if (attr.isId() && name.equals(attr.getValue())) {
434 public void setIdAttribute(String name, boolean isId) throws DOMException {
440 attr.isId = isId;
444 boolean isId) throws DOMException {
450 attr.isId = isId;
453 public void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException {
454 ((AttrImpl) idAttr).isId = isId;
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 159 public void setIdAttribute(String name, boolean isId) throws DOMException {
164 boolean isId) throws DOMException {
168 public void setIdAttributeNode(Attr idAttr, boolean isId)
AttrImpl.java 105 public boolean isId() {
  /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,
ResourceTable.cpp     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
EntrySchema.java 215 if (!column.isId()) {
427 public boolean isId() {
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 131 public boolean isId( ) { return false; }
  /libcore/luni/src/test/java/tests/xml/
DomTest.java     [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 1089 public boolean isId( ) { return false; }
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /external/expat/lib/
xmlparse.c 357 XML_Bool isId, const XML_Char *dfltValue, XML_Parser parser);
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 453 milliseconds