Home
last modified time | relevance | path

Searched defs:hasAttributes (Results 1 – 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean hasAttributes() {return false;} in hasAttributes() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/llvm/lib/IR/
DAttributeImpl.h187 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
DAttributes.cpp1102 bool AttributeSet::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeSet
1472 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
1476 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const { in hasAttributes() function in AttrBuilder
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java935 public boolean hasAttributes() in hasAttributes() method
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java409 public boolean hasAttributes() in hasAttributes() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1173 public boolean hasAttributes() in hasAttributes() method in DTMNodeProxy
/external/clang/include/clang/Sema/
DDeclSpec.h747 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2190 bool hasAttributes() const { in hasAttributes() function
/external/python/cpython2/Lib/xml/dom/
Dminidom.py823 def hasAttributes(self): member in Element
/external/python/cpython3/Lib/xml/dom/
Dminidom.py880 def hasAttributes(self): member in Element