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

1 2

  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 270 * <code>isId</code> will always return true.
273 public boolean isId();
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
AttrImpl.java 39 boolean isId;
119 public boolean isId() {
120 return isId;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 131 public boolean isId( ) { return false; }
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 305 if (!column.isId()) {
538 public boolean isId() {
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 436 return info.isId(self.nodeName)
452 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
699 if attr.isId:
718 if attr.isId:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 436 return info.isId(self.nodeName)
452 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
699 if attr.isId:
718 if attr.isId:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 436 return info.isId(self.nodeName)
452 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
699 if attr.isId:
718 if attr.isId:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 103 def isId(self, aname):
111 return self.isId((auri, aname))
    [all...]
minidom.py 436 return info.isId(self.nodeName)
452 defproperty(Attr, "isId", doc="True if this attribute is an ID.")
699 if attr.isId:
718 if attr.isId:
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 1089 public boolean isId( ) { return false; }
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 160 bool isId = false);
172 bool isId = false,
295 Item() : isId(false), format(ResTable_map::TYPE_ANY), bagKeyId(0), evaluating(false)
303 isId(o.isId), value(o.value), style(o.style),
311 isId = o.isId;
321 mutable bool isId;
367 bool replace=false, bool isId = false,
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
saxon-9.1.0.8.jar 
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 1447 milliseconds

1 2