Searched defs:hasAttribute (Results 1 - 11 of 11) sorted by relevance

/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dprototype.js1509 return $(element).hasAttribute(attribute) ? attribute : null;
1532 hasAttribute: function(element, attribute) {
1809 case undefined: conditions.push('element.hasAttribute(' + attribute.name.inspect() + ')'); break;
2075 // extend element because hasAttribute may not be native
2076 return Element.extend(opt).hasAttribute('value') ? opt.value : opt.text;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java191 protected boolean hasAttribute(String qname) { method in class:SyntaxTreeNode
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementImpl.java859 public boolean hasAttribute(String name) { method in class:ElementImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultElement.java90 public boolean hasAttribute(String name) { method in class:DefaultElement
H A DElementImpl.java210 public boolean hasAttribute(String name) { method in class:ElementImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java463 * Method hasAttribute
470 public boolean hasAttribute(String name) method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java325 public boolean hasAttribute(String name) method in class:UnImplNode
328 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasAttribute not supported!");
/openjdk7/jaxp/src/org/w3c/dom/
H A DElement.java367 public boolean hasAttribute(String name); method in interface:Element
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java904 public boolean hasAttribute(String name) { method in class:IIOMetadataNode
909 * Equivalent to <code>hasAttribute(localName)</code>.
913 return hasAttribute(localName);
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java344 if (sf.isFileSystem() && !sf.hasAttribute(ATTRIB_REMOVABLE)) {
534 cachedIsFileSystem = hasAttribute(ATTRIB_FILESYSTEM);
543 public boolean hasAttribute(final int attribute) { method in class:Win32ShellFolder2
614 if (hasAttribute(ATTRIB_FOLDER) && !hasAttribute(ATTRIB_BROWSABLE)) {
681 if (isLink() && !hasAttribute(ATTRIB_FOLDER)) {
772 cachedIsLink = hasAttribute(ATTRIB_LINK);
782 return hasAttribute(ATTRIB_HIDDEN);
/openjdk7/jdk/test/java/nio/file/attribute/UserDefinedFileAttributeView/
H A DBasic.java71 static boolean hasAttribute(UserDefinedFileAttributeView view, String attr) method in class:Basic
123 if (!hasAttribute(view, ATTR_NAME))
128 if (hasAttribute(view, ATTR_NAME))

Completed in 106 milliseconds