Searched defs:hasAttributes (Results 1 - 16 of 16) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java79 public boolean hasAttributes() {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
326 if (this.hasAttributes()) {
416 if (this.hasAttributes()) {
/external/webkit/Source/WebCore/dom/
H A DElement.h127 bool hasAttributes() const;
446 inline bool Node::hasAttributes() const function in class:WebCore::Node
448 return isElementNode() && toElement(this)->hasAttributes();
H A DElement.cpp849 bool Element::hasAttributes() const function in class:WebCore::Element
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.h207 virtual HRESULT STDMETHODCALLTYPE hasAttributes(
431 virtual HRESULT STDMETHODCALLTYPE hasAttributes( function in class:DOMDocument
432 /* [retval][out] */ BOOL* result) { return DOMNode::hasAttributes(result); }
662 virtual HRESULT STDMETHODCALLTYPE hasAttributes( function in class:DOMElement
663 /* [retval][out] */ BOOL* result) { return DOMNode::hasAttributes(result); }
H A DDOMCoreClasses.cpp344 HRESULT STDMETHODCALLTYPE DOMNode::hasAttributes( function in class:DOMNode
H A DDOMHTMLClasses.h287 virtual HRESULT STDMETHODCALLTYPE hasAttributes( function in class:DOMHTMLDocument
288 /* [retval][out] */ BOOL *result) { return DOMDocument::hasAttributes(result); }
561 virtual HRESULT STDMETHODCALLTYPE hasAttributes( function in class:DOMHTMLElement
562 /* [retval][out] */ BOOL *result) { return DOMElement::hasAttributes(result); }
820 virtual HRESULT STDMETHODCALLTYPE hasAttributes( function in class:DOMHTMLFormElement
821 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttributes(result); }
1125 virtual HRESULT STDMETHODCALLTYPE hasAttributes( function in class:DOMHTMLSelectElement
1126 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttributes(result); }
1449 virtual HRESULT STDMETHODCALLTYPE hasAttributes( function in class:DOMHTMLOptionElement
1450 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttributes(resul
1747 virtual HRESULT STDMETHODCALLTYPE hasAttributes( function in class:DOMHTMLInputElement
2157 virtual HRESULT STDMETHODCALLTYPE hasAttributes( function in class:DOMHTMLTextAreaElement
2482 virtual HRESULT STDMETHODCALLTYPE hasAttributes( function in class:DOMHTMLIFrameElement
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java935 public boolean hasAttributes() method in class:ElemLiteralResult.Attribute
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java409 public boolean hasAttributes() method in class:UnImplNode
412 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasAttributes not supported!");
1391 if (this.hasAttributes()) {
1481 if (this.hasAttributes()) {
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.cpp490 bool QWebElement::hasAttributes() const function in class:QWebElement
494 return m_element->hasAttributes();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1173 public boolean hasAttributes() method in class:DTMNodeProxy
1640 if (this.hasAttributes()) {
1726 if (this.hasAttributes()) {
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMAgent.js83 hasAttributes: function()
/external/clang/include/clang/Sema/
H A DDeclSpec.h662 bool hasAttributes() const { return !Attrs.empty(); } function in class:clang::DeclSpec
1885 /// hasAttributes - do we contain any attributes?
1886 bool hasAttributes() const {
1887 if (getAttributes() || getDeclSpec().hasAttributes()) return true;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1006 milliseconds